summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-09-30 23:44:11 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-09-30 23:45:21 -0400
commit049f7973da3cab179293dc2920cdc8a082f2dfaf (patch)
tree7df06808413b6c5351e70e1a089ad4558ee59ac8
parentc383af72e3846f30ea40f1807b892c36544404c4 (diff)
downloadgupnp-igd-f679a8ad782eee72e2ff7a0a7598b4523ef03bb3.tar.gz
Version 0.2.40.2.4
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--libgupnp-igd/Makefile.am2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e7fe01d..ec0d436 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
*******************
+* GUPnP IGD 0.2.4 *
+*******************
+
+- Add API to delete mapping by internal IP/port instead of the external one
+
+*******************
* GUPnP IGD 0.2.3 *
*******************
diff --git a/configure.ac b/configure.ac
index edc6195..2b80804 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(gupnp-igd, 0.2.3, http://www.gupnp.org/)
+AC_INIT(gupnp-igd, 0.2.4, 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 42e0bbe..fe020b5 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:1:1
+LTVERSION = 6:0:2
AM_CFLAGS = $(LIBGUPNP_CFLAGS) -I$(top_srcdir)