[gupnp-igd/m2] Version 1.2.0




commit a0aafc79ac8e258f849cdb2924cb11ec9162d0c5
Author: Olivier Crête <olivier crete collabora com>
Date:   Fri Sep 18 18:22:40 2020 -0400

    Version 1.2.0

 NEWS                     | 10 ++++++++++
 libgupnp-igd/meson.build |  2 +-
 meson.build              |  2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index fe1d16a..5979f6d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+*******************
+* GUPnP IGD 1.20  *
+*******************
+
+- Switch to GUPnP 1.2.0 API
+- Update GLib dependency to 2.38
+- Replace deprecated GLib APIs
+- Fix crashes
+- Switch to meson build
+
 *******************
 * GUPnP IGD 0.2.5 *
 *******************
diff --git a/libgupnp-igd/meson.build b/libgupnp-igd/meson.build
index 46f2976..c37ef3d 100644
--- a/libgupnp-igd/meson.build
+++ b/libgupnp-igd/meson.build
@@ -20,7 +20,7 @@ sources = files(
 libgupnp_igd = library(
     'gupnp-igd-1.0',
     sources + marshal,
-    version: '4.2.0',
+    version: '4.2.1',
     include_directories: include_directories('..'),
     dependencies : dependencies,
     c_args : ['-D_LOG_DOMAIN=GUPnP-IGD'],
diff --git a/meson.build b/meson.build
index 35da2f7..df2fb24 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp-igd', 'c', version: '0.2.5')
+project('gupnp-igd', 'c', version: '1.2.0')
 
 gnome = import('gnome')
 pkg = import('pkgconfig')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]