[gupnp-igd] Version 0.2.3



commit e3c4269ff95a298c08153aca67be281301b56187
Author: Olivier Crête <olivier crete collabora com>
Date:   Wed Feb 5 17:55:14 2014 -0500

    Version 0.2.3

 NEWS                     |    8 ++++++++
 configure.ac             |    2 +-
 libgupnp-igd/Makefile.am |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8560ada..e7fe01d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
 *******************
+* GUPnP IGD 0.2.3 *
+*******************
+
+- Emit errors as boxed types
+- Various build improvements
+- Make tests less racy
+
+*******************
 * GUPnP IGD 0.2.2 *
 *******************
 
diff --git a/configure.ac b/configure.ac
index 4709b59..edc6195 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(gupnp-igd, 0.2.2, http://www.gupnp.org/)
+AC_INIT(gupnp-igd, 0.2.3, http://www.gupnp.org/)
 AM_INIT_AUTOMAKE()
 AC_CONFIG_SRCDIR(libgupnp-igd/gupnp-simple-igd.h)
 AC_CONFIG_HEADERS(config.h)
diff --git a/libgupnp-igd/Makefile.am b/libgupnp-igd/Makefile.am
index f3634cd..1d8aaa5 100644
--- a/libgupnp-igd/Makefile.am
+++ b/libgupnp-igd/Makefile.am
@@ -4,7 +4,7 @@
 # interfaces added -> increment AGE
 # interfaces removed -> AGE = 0
 
-LTVERSION = 5:0:1
+LTVERSION = 5:1:1
 
 AM_CFLAGS = $(LIBGUPNP_CFLAGS) -I$(top_srcdir)
 


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