summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-10-27 15:20:33 +0000
committerRoss Burton <ross@openedhand.com>2008-10-27 15:20:33 +0000
commita9e786b30575d5e218a4a57940d541d5f5d0146e (patch)
tree8363b4c7c2e1132463025398cd98efcad0519b5b
parent318a19a2e791b87c7d7d74731e2c246cba324691 (diff)
downloadgssdp-a9e786b30575d5e218a4a57940d541d5f5d0146e.tar.gz
2008-10-27 Ross Burton <ross@linux.intel.com>gssdp-0.6.3
* NEWS: * configure.ac: Version 0.6.3. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gssdp@1316 d8cb91d7-bff9-0310-92b9-80b65e4482b2
-rw-r--r--ChangeLog6
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f0070f3..968dc85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-10-27 Ross Burton <ross@linux.intel.com>
+ * NEWS:
+ * configure.ac:
+ Version 0.6.3.
+
+2008-10-27 Ross Burton <ross@linux.intel.com>
+
* doc/Makefile.am:
Add version.xml to content_files so building docs in distcheck works.
diff --git a/NEWS b/NEWS
index e3f085c..f26652b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
0.6.2
=====
+- Don't use NULL g_get_application_names [Ross Burton]
+- Use specified GMainContext for timeouts [Olivier Crete, Jorn Baayen]
+
+0.6.2
+=====
+
- Reannounce resources after max_age / 2 - 1 instead of after max_age.
[Peter Christensen, Jorn Baayen]
- Remove unnecessary call to g_thread_init(). [Zeeshan Ali]
diff --git a/configure.ac b/configure.ac
index 3f3f716..c58fc3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(gssdp, 0.6.2.99, http://www.gupnp.org/)
+AC_INIT(gssdp, 0.6.3, http://www.gupnp.org/)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(libgssdp/gssdp-client.c)
AM_CONFIG_HEADER(config.h)