[gupnp/gupnp-1.0] Prepare 1.0.1



commit 21e86d01f074fad9b05e474466f8c5772514af11
Author: Jens Georg <mail jensge org>
Date:   Sat Oct 15 14:02:43 2016 +0200

    Prepare 1.0.1
    
    Signed-off-by: Jens Georg <mail jensge org>

 NEWS                 |   17 +++++++++++++++++
 configure.ac         |    2 +-
 libgupnp/Makefile.am |    2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e3b0629..0f65f0a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+1.0.1
+=====
+
+- Connman CM: Various fixes
+- Linux CM: Fix compiler warning about negative shift
+- Documentation: Fix FSF address
+- Documentation: Fix references
+- Build: Update ax_append_link_flags
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=770318
+
+All contributors to this release:
+ - Sven Neumann <neumann teufel de>
+ - Jens Georg <mail jensge org>
+ - Oliver Tappe <zooey hirschkaefer de>
+
 1.0.0
 =====
 
diff --git a/configure.ac b/configure.ac
index 586a9ee..98a4330 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([gupnp],
-        [1.0.0],
+        [1.0.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gupnp],
         [gupnp],
         [http://www.gupnp.org/])
diff --git a/libgupnp/Makefile.am b/libgupnp/Makefile.am
index c7ad085..e5a9de1 100644
--- a/libgupnp/Makefile.am
+++ b/libgupnp/Makefile.am
@@ -1,4 +1,4 @@
-LTVERSION = 4:0:0
+LTVERSION = 4:1:0
 
 if OS_WIN32
 CONTEXT_MANAGER_IMPL = gupnp-windows-context-manager.c \


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