From: Zeeshan Ali (Khattak) Date: Thu, 16 Sep 2010 12:09:35 +0000 (+0300) Subject: Release 0.8.0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=152a9fac2a40282eddd02cc9e5b8da4c4fdb08bc;p=profile%2Fivi%2FGSSDP.git Release 0.8.0 --- diff --git a/NEWS b/NEWS index f3efac6..d222e10 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +0.8.0 +===== + +- Chain up in dispose() and finalize() all classes. +- Flag string arg of GSSDPClient signal as static. +- Don't use deprecated libsoup API. +- Properly catch errors in recvfrom syscall. +- Fix some typos. + +Bugs fixed in this release: + +2194 - Typo in gssdp_socket_source +2193 - Errors caught in recvfrom by pure luck +2090 - 0.7.2 Typo in configure.ac + +All Contributors: + +Sven Neumann +Jens Georg +Ross Burton +Berrie Bloem + 0.7.2 ===== diff --git a/configure.ac b/configure.ac index eabe4e8..2309b68 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(gssdp, 0.7.2, http://www.gupnp.org/) +AC_INIT(gssdp, 0.8.0, http://www.gupnp.org/) AM_INIT_AUTOMAKE() AC_CONFIG_SRCDIR(libgssdp/gssdp-client.c) AM_CONFIG_HEADER(config.h)