summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2013-10-16 14:36:51 +0200
committerJens Georg <mail@jensge.org>2013-10-16 14:42:08 +0200
commit5937cef6c2461039e61b393d177dd98838492bd0 (patch)
treea8a61c0ce12f3c68e1c2cbeae6496a388fb09f44
parent9ec45ae60e8c4ae2ecebcd295290b4ced0a1df48 (diff)
downloadgupnp-av-5937cef6c2461039e61b393d177dd98838492bd0.tar.gz
Prepare 0.12.3gupnp-av-0.12.3
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4eb6232..3d995b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+0.12.3
+======
+
+Changes since 0.12.2:
+- Add support for link protection DLNA flags.
+- Fix DLNA.ORG_PS generation.
+- Add res@dlna:cleartextSize attribute.
+- Only use DLNA XML namespace when it's actually used.
+- Add res@dlna:trackTotal attribute.
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=705564
+ - https://bugzilla.gnome.org/show_bug.cgi?id=707495
+ - https://bugzilla.gnome.org/show_bug.cgi?id=702557
+ - https://bugzilla.gnome.org/show_bug.cgi?id=706926
+ - https://bugzilla.gnome.org/show_bug.cgi?id=706928
+
+All contributors to this release:
+ - Parthiban Balasubramanian <p.balasubramanian@cablelabs.com>
+ - Jens Georg <mail@jensge.org>
+ - Craig Pratt <craig@ecaspia.com>
+
0.12.2
======
diff --git a/configure.ac b/configure.ac
index 7a559b3..8953ec1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
AC_INIT([gupnp-av],
- [0.12.2],
+ [0.12.3],
[https://bugzilla.gnome.org/enter_bug.cgi?product=GUPnP],
[gupnp-av],
[http://www.gupnp.org/])