summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-04-20 16:00:21 +0200
committerJens Georg <mail@jensge.org>2012-04-20 16:00:21 +0200
commit396fb460e94888b9fbf08526712fdb02d6ee215b (patch)
tree7a657d21d9f6829b416f33a173810f5cff48ff0e
parenta5071dc435274faefbb13a80c96f8a259e065926 (diff)
downloadgupnp-av-396fb460e94888b9fbf08526712fdb02d6ee215b.tar.gz
Prepare 0.10.2
-rw-r--r--NEWS26
-rw-r--r--configure.ac2
2 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bcd7ffc..8d08c87 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+0.10.2
+======
+
+Changes since 0.10.1:
+
+- Update Autotools integration.
+- Create xz tarballs by default.
+- Several fixes from static code analysis.
+- Fix an endless loop on really largs {Source,Sink}ProtocolInfo strings.
+- Fix a crash in gupnp_didl_lite_contributor_get_name.
+- Fix documentation for gupnp_didl_lite_object_get_parent_id.
+- Fix a memory leak in resolution parsing.
+- Allow OP, CI and PS params without DLNA profile.
+
+All contributors to this release:
+Jens Georg <mail@jensge.org>
+Javier Jardón <jjardon@gnome.org>
+Mark Ryan <mark.d.ryan@intel.com>
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=671246
+ - https://bugzilla.gnome.org/show_bug.cgi?id=674319
+ - https://bugzilla.gnome.org/show_bug.cgi?id=674324
+ - https://bugzilla.gnome.org/show_bug.cgi?id=674325
+ - https://bugzilla.gnome.org/show_bug.cgi?id=653894
+
0.10.1
======
diff --git a/configure.ac b/configure.ac
index 9789a9b..3be17c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
AC_INIT([gupnp-av],
- [0.10.1],
+ [0.10.2],
[https://bugzilla.gnome.org/enter_bug.cgi?product=GUPnP],
[gupnp-av],
[http://www.gupnp.org/])