From e2f1b0dbcbf8b601400752055fe95c73378e1306 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Tue, 28 May 2013 12:16:51 +0200 Subject: [PATCH] Prepare 0.14.3 --- NEWS | 17 +++++++++++++++++ configure.ac | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6cf1296..eacdb9e 100644 --- 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 + +Changes in dependencies: + Gtk+ >= 3.0 + vapigen >= 0.20 if gobject-introspection is >= 1.36 + 0.14.2 ====== diff --git a/configure.ac b/configure.ac index aad7a19..d0ea65a 100644 --- a/configure.ac +++ b/configure.ac @@ -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/]) -- 2.7.4