summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2013-04-16 11:56:32 +0200
committerJens Georg <jensg@openismus.com>2013-04-16 12:22:36 +0200
commit8d94c8dce31213125ffede8ac5a24cde1b3bc24f (patch)
tree0c38eb9c9a565b3475b26e0ebf3076e0b42e2758
parente0e758ce3551d2263ce5b68703755ce55727fa92 (diff)
downloadrygel-8d94c8dce31213125ffede8ac5a24cde1b3bc24f.tar.gz
Prepare 0.18.1RYGEL_0_18_1
-rw-r--r--NEWS49
1 files changed, 49 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 649d267e..732d7b01 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,52 @@
+0.18.1
+======
+
+A bugfix release for Rygel!
+
+Changes compared to 0.18.0:
+
+Rygel:
+- Clarify commandline argument help.
+
+Server:
+- Fix the check for OCM flags on object creation.
+- Set proper OCM flags in containers.
+- Containers don't need to be added to object removal queue.
+- Make it possible to delete a container via DestroyObject.
+- Accept invalid seek requests on non-seekable entities.
+
+Renderer:
+ - Improve mime-type comparing to be a bit more forgiving on the format.
+ - Continue rendering even if peer does not support HTTP HEAD.
+
+GStreamer media engine:
+ - Drop some format restrictions GStreamer should be able to figure out itself.
+
+MediaExport:
+ - Prefer object titles given through CreateObject call to those got from
+ meta-data extraction
+ - Fix an issue where SQLite errors were accidentally dropped.
+ - Fix child count for containers that only contain other containers.
+ - Set the correct id when creating a container.
+
+All bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=694814
+ - https://bugzilla.gnome.org/show_bug.cgi?id=694155
+ - https://bugzilla.gnome.org/show_bug.cgi?id=683926
+ - https://bugzilla.gnome.org/show_bug.cgi?id=694815
+ - https://bugzilla.gnome.org/show_bug.cgi?id=674736
+
+All contributors to this release:
+ Jens Georg <jensg@openismus.com>
+ Inaki Larranaga Murgoitio <dooteo@zundan.com>
+ Bruce Cowan <bruce@bcowan.me.uk>
+ Andika Triwidada <andika@gmail.com>
+
+Added/updated translations
+ - en_GB, courtesy of Bruce Cowan
+ - eu, courtesy of Iñaki Larrañaga Murgoitio
+ - id, courtesy of Andika Triwidada
+
0.18.0
======