[gupnp] Release 0.17.1



commit 0eca1113d273fdcecf659c3d43dc442dce4ea670
Author: Jens Georg <mail jensge org>
Date:   Thu Jul 7 11:17:57 2011 +0200

    Release 0.17.1

 NEWS         |   24 ++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9157ae6..b60ff48 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+0.17.1
+======
+
+Changes since 0.17.1:
+
+- Drop deprecated conic support.
+- A Linux context manager. Unlinke the generic static unix context-manger,
+  the Linux context-manager can dynamically react to device and address
+  changes, similar to the NetworkManager-based context-manager, but without
+  depending on DBus or NetworkManager.
+- Fix for a SOAP action parameter validation regression.
+- Updates to the build system such as:
+  - Modernized autotools.
+  - xz tarballs as default.
+- Improved OpenBSD support.
+- More stable RootDevice URIs.
+
+All contributors:
+
+Jens Georg <mail jensge org>
+Jasper Lievisse Adriaanse <jasper humppa nl>
+Javier JardÃn <jjardon gnome org>
+Zeeshan Ali (Khattak) <zeeshanak gnome org>
+
 0.17.0
 ======
 
diff --git a/configure.ac b/configure.ac
index b8d9c7a..58a48e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([gupnp],
-        [0.17.0],
+        [0.17.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gupnp],
         [gupnp],
         [http://www.gupnp.org/])



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