Update gupnp to 0.20.5 (fdeb6f9f)
[profile/ivi/GUPnP.git] / NEWS
diff --git a/NEWS b/NEWS
index f303210..7aec806 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,103 @@
+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
+======
+
+Changes since 0.20.3:
+- Fix warnings in gtk-doc run.
+- Some minor improvements to the documentation.
+- Make the user-agent ASCII-only to fix issues with discovery when
+  g_get_application_name () returned a translated string.
+- Force HTTP version to be 1.1 in SOAP requests.
+- Fix potential crashes in XML parsing.
+- Fix potential memory leak in gupnp_service_proxy_send_action_valist.
+- Some codestyle fixes.
+- Add gupnp_device_info_list_dlna_device_class_identifier () to retrieve the
+  content of <dlna:X_DLNADOC> nodes.
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=704953
+ - https://bugzilla.gnome.org/show_bug.cgi?id=702555
+ - https://bugzilla.gnome.org/show_bug.cgi?id=704094
+ - https://bugzilla.gnome.org/show_bug.cgi?id=700947
+
+All contributors to this release:
+  Ludovic Ferrandis <ludovic.ferrandis@intel.com>
+  Jens Georg <mail@jensge.org>
+  Sébastien Bianti <sebastien.bianti@linux.intel.com>
+  Bastien Nocera <hadess@hadess.net>
+
+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
+======
+
+Changes since 0.20.1:
+- Fix some typos in docs and warning messages.
+- Fix argument order issue introduced with the va_list fix in 0.20.1.
+- Add some tests for this bug.
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=695591
+ - https://bugzilla.gnome.org/show_bug.cgi?id=696762
+
+All contributors to this release:
+  Jens Georg <mail@jensge.org>
+  Benjamin Kerensa <bkerensa@ubuntu.com>
+
 0.20.1
 ======