summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2014-05-31 16:32:51 +0200
committerJens Georg <mail@jensge.org>2014-05-31 16:32:51 +0200
commitc07211b9781948e51297fdf5fe59fcd83403db06 (patch)
treec0040d6b5313ddcceea111aa76a62337f2c74ed5
parent5e7039a66632bd666894d58829bc4e9f5b9b9c92 (diff)
downloadgupnp-c07211b9781948e51297fdf5fe59fcd83403db06.tar.gz
Prepare 0.20.12gupnp-0.20.12
Signed-off-by: Jens Georg <mail@jensge.org>
-rw-r--r--NEWS33
1 files changed, 33 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e38eca5..99ba0dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+0.20.12
+=======
+
+Changes since 0.20.11:
+
+- Several documentation fixes.
+- Fix warning from clang.
+- Prevent a critical if there's no DBus available and a DBus-based context
+ manager is used.
+- Don't try to use a DBus context manager if we don't have a system bus.
+- Use g_return_val_if_fail.
+- Fix a small leak of CallbackData in GUPnPServiceProxy.
+- Add a gupnp_service_proxy_add_notify_full variant to be nice to
+ gobject-introspection.
+- Several code cleanups.
+- Fix a reference leak in ACL.
+- Make "document" property of GUPnPDeviceInfo readable.
+- Add gupnp_service_proxy_add_raw_notify which can be used to get the raw
+ xmlDoc received through notification.
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=701446
+ - https://bugzilla.gnome.org/show_bug.cgi?id=706123
+ - https://bugzilla.gnome.org/show_bug.cgi?id=706127
+ - https://bugzilla.gnome.org/show_bug.cgi?id=727709
+ - https://bugzilla.gnome.org/show_bug.cgi?id=729827
+ - https://bugzilla.gnome.org/show_bug.cgi?id=730359
+ - https://bugzilla.gnome.org/show_bug.cgi?id=730690
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Philip Withnall <philip.withnall@collabora.co.uk>
+
0.20.11
=======