Prepare 0.14.3
authorJens Georg <jensg@openismus.com>
Tue, 28 May 2013 10:16:51 +0000 (12:16 +0200)
committerJens Georg <jensg@openismus.com>
Tue, 28 May 2013 10:21:53 +0000 (12:21 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 6cf1296..eacdb9e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+0.14.3
+======
+
+- Add --interface, -i commandline option to gssdp-device-sniffer to specify a
+  network interface for it to run on.
+- Update the GSSDP device sniffer to GTK+3.
+- Depend on vapigen >= 0.20 if gobject-introspection is 1.36 or newer.
+- Some minor UI fixes in gssdp-device-sniffer.
+- Make it compile with -Wall -Wextra.
+
+All contributors to this release:
+  Jens Georg <jensg@openismus.com>
+
+Changes in dependencies:
+  Gtk+ >= 3.0
+  vapigen >= 0.20 if gobject-introspection is >= 1.36
+
 0.14.2
 ======
 
index aad7a19..d0ea65a 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([gssdp],
-        [0.14.2],
+        [0.14.3],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gssdp],
         [gssdp],
         [http://www.gupnp.org/])