[gupnp] Prepare 1.2.3



commit 76f6a78e99f4a4e80f31678ba99e8068131c79ff
Author: Jens Georg <mail jensge org>
Date:   Thu Jan 2 09:34:00 2020 +0100

    Prepare 1.2.3

 NEWS        | 23 +++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 24 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 55a403d..282a4e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+1.2.2
+=====
+- Fix macOS dylib versioning
+- Fix endless loop on early notify
+- Several documentation fixes
+- Implement version-independent type registration in ResourceFactory
+- Fix an issue with implementation of the depracted functions
+- Fix an issue with including net/if.h and linux/if.h
+- Add async introspection functions matching the usual GIO function pattern
+- Go through main loop if introspection fails before the actual network request
+- Bump required GLib version to 2.58
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=764498
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/5
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/6
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/8
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Fabrice Fontaine <fontaine fabrice gmail com>
+ - Tom Schoonjans <Tom Schoonjans diamond ac uk>
+
 1.2.1
 =====
 - Fix a deadlock when cancelling an action
diff --git a/meson.build b/meson.build
index 035d617..99e020c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gupnp', 'c', version : '1.2.1', meson_version : '>= 0.48.0')
+project('gupnp', 'c', version : '1.2.2', meson_version : '>= 0.48.0')
 gnome = import('gnome')
 pkg = import('pkgconfig')
 


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