summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2015-06-28 19:39:31 +0200
committerJens Georg <mail@jensge.org>2015-07-01 00:50:47 +0200
commita6b264e7b2b6cb5baaeef537dd743b1611af9a7c (patch)
treef025b6adcc51cd60ce06c115d7d4b0cc7f0d58a2
parent51f3b61da6d6a91b29a9ee45d5bd3d1aa8517c6a (diff)
downloadgupnp-dlna-1aad765f223e3338d86bc975a2b4925fca43bf58.tar.gz
Prepare 0.10.3gupnp-dlna-0.10.3
Signed-off-by: Jens Georg <mail@jensge.org>
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 1 deletions
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 <mail@jensge.org>
+ - Philip Withnall <philip@tecnocode.co.uk>
+ - Mark Ryan <mark.d.ryan@intel.com>
+ - Ludovic Ferrandis <ludovic.ferrandis@intel.com>
+
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/])