From: Jorn Baayen Date: Sun, 31 Aug 2008 11:51:57 +0000 (+0000) Subject: release gssdp 0.6.2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=986f50f19958d46cfda75a62c821fe8c31704e8d;p=profile%2Fivi%2FGSSDP.git release gssdp 0.6.2 git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gssdp@1249 d8cb91d7-bff9-0310-92b9-80b65e4482b2 --- diff --git a/NEWS b/NEWS index bc86452..e3f085c 100644 --- 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 ===== diff --git a/configure.ac b/configure.ac index c0c1f79..8045b73 100644 --- a/configure.ac +++ b/configure.ac @@ -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)