release gssdp 0.6.2
authorJorn Baayen <jorn@openedhand.com>
Sun, 31 Aug 2008 11:51:57 +0000 (11:51 +0000)
committerJorn Baayen <jorn@openedhand.com>
Sun, 31 Aug 2008 11:51:57 +0000 (11:51 +0000)
git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gssdp@1249 d8cb91d7-bff9-0310-92b9-80b65e4482b2

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index bc86452..e3f085c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+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]
+
 0.6.1
 =====
 
index c0c1f79..8045b73 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(gssdp, 0.6.1, http://www.gupnp.org/)
+AC_INIT(gssdp, 0.6.2, http://www.gupnp.org/)
 AM_INIT_AUTOMAKE()
 AC_CONFIG_SRCDIR(libgssdp/gssdp-client.c)
 AM_CONFIG_HEADER(config.h)