From a6b264e7b2b6cb5baaeef537dd743b1611af9a7c Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sun, 28 Jun 2015 19:39:31 +0200 Subject: Prepare 0.10.3 Signed-off-by: Jens Georg --- NEWS | 22 ++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 28ca81e..f969122 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +0.10.3 +====== +- Fix potential crash if gupnp_dlna_value_list_new failed. +- Fix hang if no meta-data back-end is available. +- Remove use of gnome-common, add compiler warnings and fix const + correctness. +- Fix memory leak in gst-audio-information. +- Fix unit tests for new automake + + +Bugs fixed in this release: + - https://bugzilla.gnome.org/show_bug.cgi?id=704096 + - https://bugzilla.gnome.org/show_bug.cgi?id=707909 + - https://bugzilla.gnome.org/show_bug.cgi?id=750929 + - https://bugzilla.gnome.org/show_bug.cgi?id=751295 + +All contributors to this release: + - Jens Georg + - Philip Withnall + - Mark Ryan + - Ludovic Ferrandis + 0.10.2 ====== - Fix vapi generation with GObject-introspection >= 1.36. diff --git a/configure.ac b/configure.ac index 7daadfb..b95b6a8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) AC_INIT([gupnp-dlna], - [0.10.2], + [0.10.3], [https://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gupnp-dlna], [gupnp-dlna], [http://www.gupnp.org/]) -- cgit v1.2.1