2008-02-23 Jorn Baayen <jorn@openedhand.com>
authorJorn Baayen <jorn@openedhand.com>
Sat, 23 Feb 2008 15:15:40 +0000 (15:15 +0000)
committerJorn Baayen <jorn@openedhand.com>
Sat, 23 Feb 2008 15:15:40 +0000 (15:15 +0000)
* NEWS:
* configure.ac:

Release 0.4.2.

git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gssdp@789 d8cb91d7-bff9-0310-92b9-80b65e4482b2

ChangeLog
NEWS
configure.ac

index ccafbc8..727a05e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-02-23  Jorn Baayen  <jorn@openedhand.com>
+
+       * NEWS:
+       * configure.ac:
+
+       Release 0.4.2.
+
 2008-02-09  Zeeshan Ali Khattak  <zeenix@gstreamer.net>
 
        * tools/gssdp-device-sniffer.c:
diff --git a/NEWS b/NEWS
index 86bdc7d..aada71d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+0.4.2
+=====
+
+- Add User-Agent header to discovery requests including the application name
+  as reported by g_get_application_name(). [Jorn Baayen]
+- Send messages from dynamic port. [Jorn Baayen]
+- Send responses to originating port (instead of to SSDP port). [Jorn Baayen]
+- Emit multiple discovery requests (because UDP is unreliable). [Zeeshan Ali]
+
 0.4.1
 =====
 
index ddc3a04..e20021e 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(gssdp, 0.4.1, http://www.gupnp.org/)
+AC_INIT(gssdp, 0.4.2, http://www.gupnp.org/)
 AM_INIT_AUTOMAKE()
 AC_CONFIG_SRCDIR(libgssdp/gssdp-client.c)
 AM_CONFIG_HEADER(config.h)