summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2013-10-14 12:03:12 +0200
committerJens Georg <jensg@openismus.com>2013-10-14 12:03:12 +0200
commit1fb52dfe7c0096c744e8b33856a898e0e3c726f5 (patch)
tree08a00eaecc1641b670bd4de2b5417fb64d86151d
parentf627d44267b21be854aaec6f6cc456d28f160699 (diff)
downloadrygel-RYGEL_0_20_1.tar.gz
Prepare 0.20.1RYGEL_0_20_1
-rw-r--r--NEWS42
1 files changed, 42 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e2b0b03e..4e1828ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+0.20.1
+======
+
+A new stable release of Rygel!
+
+Changes compared to 0.20.0:
+
+Core:
+ - Make it possible to set a fixed TCP port in Rygel.MediaDevice.
+
+Renderer:
+ - Implement REL_TIME seeking.
+ - Fix UPnP error codes on illegal seek targets.
+ - Fix PossiblePlaybackStorageMedia values.
+ - Set track information for non-HTTP URIs.
+ - Fix AbsoluteCounterPosition value type.
+ - Reflect volume information from player on UPnP.
+ - Don't do looped playback for image playlists.
+ - Lower changelog aggregation timeout.
+
+Server:
+ - Return proper contentFeatures header for generated playlists.
+
+Preferences:
+ - Fix c&p tooltips.
+
+GStreamer Renderer:
+ - Check seek target before actually seeking.
+ - Remove invalid MPEG_TS_HD_EU_ISO profile.
+
+MediaExport:
+ - Fix an issue with disappearing files and having non-accessible files in the
+ index.
+
+MPRIS:
+ - Fix seeking.
+ - Only allow seeking on peers that actually support it.
+
+Simple Media Engine:
+ - Fix issue when streaming a file > 4GB on platforms that don't support MMAP
+ calls on files this large.
+
0.20.0
======