[gupnp/gupnp-0.18] Prepare 0.18.4



commit 5703f6b9907548f528777dd9dc5f99a3690b920b
Author: Jens Georg <mail jensge org>
Date:   Sun Aug 19 17:38:24 2012 +0200

    Prepare 0.18.4

 NEWS         |   36 ++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 37 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 531ab51..90ac133 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+0.18.4
+======
+
+Changes since 0.18.3:
+
+- Make sure that subscribtion timeouts are always removed.
+- Update tutorial to use correct upnp.org links.
+- Add missing includes.
+- Remove deprecated g_thread_init() calls.
+- Don't leak internal functions from context managers.
+- Make "linux" context manager the default context manager when building on
+  Linux.
+- Fix some more deprecation warnings.
+- Connman and NM context managers fall back to linux context manager now if
+  available.
+- Add support for device aliases (such as eth0:1) in the linux context
+  manager.
+- Really report a bug on faulty device descripton XMLs.
+- Silence libxml2 console output.
+
+All contributors to this release:
+Jens Georg <mail jensge org>
+Riko Yamada <rik0yamada yahoo co jp>
+Ludovic Ferrandis <ludovic ferrandis linux intel com>
+Sven Neumann <s neumann raumfeld com>
+Andreas Henriksson <andreas fatal se>
+
+Bugs fixed:
+- https://bugzilla.gnome.org/show_bug.cgi?id=680322
+- https://bugzilla.gnome.org/show_bug.cgi?id=681963
+- https://bugzilla.gnome.org/show_bug.cgi?id=673100
+- https://bugzilla.gnome.org/show_bug.cgi?id=673933
+- https://bugzilla.gnome.org/show_bug.cgi?id=676803
+- https://bugzilla.gnome.org/show_bug.cgi?id=682005
+- https://bugzilla.gnome.org/show_bug.cgi?id=679204
+
 0.18.3
 ======
 
diff --git a/configure.ac b/configure.ac
index aac9a62..250b911 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([gupnp],
-        [0.18.3],
+        [0.18.4],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gupnp],
         [gupnp],
         [http://www.gupnp.org/])



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