summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2009-11-19 16:54:22 +0200
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2009-11-20 16:12:59 +0200
commit28fa6e5d3cc4bafa0b976a194452e66d3c3349b3 (patch)
tree0d947aa77dfd7289d15166f5757c987edef6cdb8
parentcefdcb8e7776d0df9bfe1917bb6dc916375ab8c7 (diff)
downloadrygel-28fa6e5d3cc4bafa0b976a194452e66d3c3349b3.tar.gz
core: Prepare NEWS file for release 0.4.6RYGEL_0_4_6
-rw-r--r--NEWS34
1 files changed, 34 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 66129db3..023ea4d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+0.4.6
+=====
+
+Brief summary of changes since 0.4.4:
+
+- Implement optional UPnP Search action. This is not only a must have feature
+ for a commercial MediaServer but is also a big first step towards proper
+ XBox 360 support.
+- Simplify Browse action handling.
+- Simplify MediaServer plugin implementation.
+- Make sure autostart dir exists before attempting to write to it.
+- Fix a potential crash that is trigered by MediaContainer reporting incorrect
+ (higher) number of children.
+- External:
+ - Work around (vala) bug#602003.
+ - Optimizations and code clean-ups.
+- Tracker:
+ - Provide an efficient Search implementation using Tracker's search API.
+ - Minor code clean-ups.
+
+Dependency-related changes:
+
+- Require gupnp-av >= 0.5.2.
+- Require gupnp-vala >= 0.6.2.
+- Require valac >= 0.7.9.
+
+Bugs fixed in this release:
+
+600256 - Segfault when trying to access a stream
+
+All contributors to this release:
+
+Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+
0.4.4
=====