summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2013-05-29 14:26:16 +0200
committerJens Georg <mail@jensge.org>2013-05-29 14:26:16 +0200
commit161969fdb507f9762231c5b517a3e7f7a618d291 (patch)
tree9733d259661de6939b5bbcb071e66090e4165b9e /NEWS
parent80b33de1f2ce499b1ddc70ab184127d190242da3 (diff)
downloadgupnp-161969fdb507f9762231c5b517a3e7f7a618d291.tar.gz
Prepare 0.20.3gupnp-0.20.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 28 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 089bb80..b91debe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+0.20.3
+======
+
+Changes since 0.20.2:
+- Add a gupnp_context_manager_rescan_control_points feature.
+- Fix VAPI generation if g-i version is >= 1.36.
+- Some internal documentation updates.
+- Check SID and return a proper error.
+- Fix error code returned on invalid NT and NTS headers.
+- Fix SEQ to be a uint32.
+- Fall-back to unix static CM if netlink sockets are not availabe on runtime.
+- Prevent some C++ name mangling in the examples.
+- Fix compiling with -Wall -Wextra.
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=697314
+ - https://bugzilla.gnome.org/show_bug.cgi?id=696289
+ - https://bugzilla.gnome.org/show_bug.cgi?id=698192
+ - https://bugzilla.gnome.org/show_bug.cgi?id=698125
+
+All contributors to this release:
+ Jens Georg <mail@jensge.org>
+ Jussi Kukkonen <jussi.kukkonen@intel.com>
+ Sébastien Bianti <sebastien.bianti@linux.intel.com>
+
+Changes in dependencies:
+ vapigen >= 0.20 if gobject-introspection is >= 1.36
+
0.20.2
======