[gupnp-igd] Version 0.2.0
- From: Olivier CrÃte <Tester src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp-igd] Version 0.2.0
- Date: Mon, 7 Nov 2011 18:03:57 +0000 (UTC)
commit 5bb4b14e5ce9670bdb220b66553ccc1dee4408a8
Author: Olivier CrÃte <olivier crete collabora com>
Date: Mon Nov 7 13:01:36 2011 -0500
Version 0.2.0
NEWS | 8 ++++++++
configure.ac | 4 ++--
libgupnp-igd/Makefile.am | 2 +-
3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8315d57..e02d6b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+*******************
+* GUPnP IGD 0.2.0 *
+*******************
+
+- Use the thread current GMainContext instead of passing it as a parameter
+- Make the GUPnPIgdThread object work with the new GUPnP 0.18
+
+
********************
* GUPnP IGD 0.1.11 *
********************
diff --git a/configure.ac b/configure.ac
index fde5d9f..e46fb2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(gupnp-igd, 0.1.11.1, http://www.gupnp.org/)
+AC_INIT(gupnp-igd, 0.2.0, http://www.gupnp.org/)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(libgupnp-igd/gupnp-simple-igd.h)
AM_CONFIG_HEADER(config.h)
@@ -10,7 +10,7 @@ AC_STDC_HEADERS
AC_PROG_LIBTOOL
AC_FUNC_MMAP
-PKG_CHECK_MODULES(LIBGUPNP, glib-2.0 >= 2.14 gupnp-1.0 >= 0.13.2 gthread-2.0)
+PKG_CHECK_MODULES(LIBGUPNP, glib-2.0 >= 2.14 gupnp-1.0 >= 0.18 gthread-2.0)
# glib-genmarshal
GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0`
diff --git a/libgupnp-igd/Makefile.am b/libgupnp-igd/Makefile.am
index 475c85e..85bb860 100644
--- a/libgupnp-igd/Makefile.am
+++ b/libgupnp-igd/Makefile.am
@@ -4,7 +4,7 @@
# interfaces added -> increment AGE
# interfaces removed -> AGE = 0
-LTVERSION = 3:4:0
+LTVERSION = 4:0:0
AM_CFLAGS = $(LIBGUPNP_CFLAGS) -I$(top_srcdir)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]