[gssdp/gssdp_1.0] Prepare 1.0.1



commit 293d615b58e7156c78b8fedc9e1a7b9005fa4654
Author: Jens Georg <mail jensge org>
Date:   Sat Oct 15 08:23:54 2016 +0200

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

 NEWS                 |   16 ++++++++++++++++
 configure.ac         |    2 +-
 libgssdp/Makefile.am |    2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 12748f5..fb981dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+1.0.1
+=====
+
+- Fix some compiler/c89 issues with recent mingw
+- Use proper ssize_t modifier in printf
+- Make documentation point to itself by declaring it stable
+- Use correct FSF address in documentation text
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+
+1.0.0
+=====
+
+- No difference to 0.99.0
+
 0.99.0
 ======
 
diff --git a/configure.ac b/configure.ac
index 1f179e1..51e92f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([gssdp],
-        [1.0.0],
+        [1.0.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gssdp],
         [gssdp],
         [http://www.gupnp.org/])
diff --git a/libgssdp/Makefile.am b/libgssdp/Makefile.am
index 7674d42..599b20e 100644
--- a/libgssdp/Makefile.am
+++ b/libgssdp/Makefile.am
@@ -8,7 +8,7 @@
 # If any interfaces have been removed since the last public release, then set
 # age to 0.
 
-LTVERSION = 3:0:0
+LTVERSION = 3:1:0
 
 AM_CFLAGS = $(LIBGSSDP_CFLAGS) -I$(top_srcdir) $(WARN_CFLAGS)
 


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