summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-02-05 17:55:14 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-02-05 17:55:14 -0500
commite3c4269ff95a298c08153aca67be281301b56187 (patch)
tree4a4d13e4e096c89581357cfebb8cc0d00be5aae7
parentdf09893c4bf74966554e6ee4ee5ff115a48850fd (diff)
downloadgupnp-igd-e3c4269ff95a298c08153aca67be281301b56187.tar.gz
Version 0.2.30.2.3
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
-rw-r--r--libgupnp-igd/Makefile.am2
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)