summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2013-01-22 16:05:58 +0100
committerJens Georg <mail@jensge.org>2013-01-22 16:05:58 +0100
commitddfd256d4b038854a1c1d770fa2a9e8dd15b3650 (patch)
tree548256b504f8b6e59938294f428e9d190daef001
parent4cef256e6de515a9261a64411541daff18f859ba (diff)
downloadgupnp-dlna-ddfd256d4b038854a1c1d770fa2a9e8dd15b3650.tar.gz
Prepare 0.9.4gupnp-dlna-0.9.4
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ea2d605..e4eced5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+0.9.4
+=====
+- Introduce new API to guess a DLNA profile from existing
+ GUPnPDLNAInformation.
+- Introduce a new library to create GUPnPDLNAInformation from
+ GstDiscovererInfo.
+- Fix an issue with GValue conversion.
+- Get rid of the old profile backend and move most of it to the library
+ itself.
+- Introduce single-include header file.
+
+All contributors to this release:
+ Krzesimir Nowak <krnowak@openismus.com>
+ Jens Georg <jensg@openismus.com>
+
+Changes in dependencies:
+ - vapigen >= 0.18 for GStreamer 1.0 vapis.
+
0.9.3
=====
- Fix underlinking of gstreamer plug-in.