summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2013-08-20 12:46:34 +0200
committerJens Georg <mail@jensge.org>2013-08-20 12:50:12 +0200
commitfdeb6f9a3cbbd37ec1e819c6fea9776cb0718435 (patch)
tree83f1c5741f9bcd4cc2e6b7e59fe04dac3233bff7 /NEWS
parent283d43520ced1738963aceec9bc4ef3d356fae0c (diff)
downloadgupnp-fdeb6f9a3cbbd37ec1e819c6fea9776cb0718435.tar.gz
Prepare 0.20.5gupnp-0.20.5
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS29
1 files changed, 29 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 546a609..7aec806 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+0.20.5
+======
+
+Changes since 0.20.5:
+ - Add some missing G_{BEGIN,END}_DECLS guards.
+ - Fix uninitialized variable use introduced in previous version.
+ - Add simple network device whitelisting infrastructure.
+ - Port gupnp-binding-tool so it's usable with python3.
+ - Minor code fixes.
+ - Fix crashes in NetworkManager context manager during some async calls.
+ - Fix a small memory leak in the unix and windows CM.
+ - Always enable GTest tests.
+ - Upgrade gtk-doc stuff.
+ - Fix the service example in documentation.
+ - Remove the test for inverted arguments in the GUPnPContext tests.
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=694454
+ - https://bugzilla.gnome.org/show_bug.cgi?id=704094
+ - https://bugzilla.gnome.org/show_bug.cgi?id=704383
+ - https://bugzilla.gnome.org/show_bug.cgi?id=705712
+ - https://bugzilla.gnome.org/show_bug.cgi?id=706326
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Ludovic Ferrandis <ludovic.ferrandis@intel.com>
+ - Olivier CrĂȘte <olivier.crete@collabora.com>
+ - Bohuslav Kabrda <bkabrda@redhat.com>
+
0.20.4
======