Accepting request 72378 from home:dimstar:branches:GNOME:Factory

Update to 0.10.2 - haha, no the update is even bigger and even more to think

OBS-URL: https://build.opensuse.org/request/show/72378
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=19
This commit is contained in:
Vincent Untz
2011-06-01 09:49:30 +00:00
committed by Git OBS Bridge
parent f5c668c3fb
commit 1ab558b769
4 changed files with 68 additions and 7 deletions

View File

@@ -1,3 +1,64 @@
-------------------------------------------------------------------
Wed Jun 1 06:29:49 UTC 2011 - dimstar@opensuse.org
- Update to version 0.10.2:
+ Fix sorting on dates without time
+ Fix MediaExport plugin skipping m4a files
+ Fix serving of album art
+ Fix an assertion when harvesting files still being downloaded
+ Don't entity-quote UTF-8 characters
+ Fix a hidden potential crasher with vala async functions
+ bgo#648486: Rygel doesn't show up in Samsung PS50C77 TV.
-------------------------------------------------------------------
Fri May 6 14:59:10 CEST 2011 - dimstar@opensuse.org
- Update to version 0.10.1:
+ Fix severe performance regression introduced in 0.9.9
+ Fix a crash on corrupt files
+ Generate ChangeLog from git on make dist
- Changes from version 0.10.0:
+ Simplified transcoding by use of new 'encodebin' GStreamer
element.
+ Much more consistent and simpler HTTP stream handling by
increased reliability on GStreamer.
+ Many fixes and improvements to HTTP streams.
+ More robust tests for HTTP streams.
+ Fix .po files being all uppercase.
+ Don't crash if log_domain is unset.
+ Apply Xbox hacks on Philips DLNA TV.
+ Time seek header must be locale-independent.
+ Correct supported SeekMode values.
+ Support 'background' mode for all streams.
+ Don't offer audio transcoding for videos.
+ Expose 'dc:date' for items when available.
+ Add support for 'refID' attribute. Although currently no plugin
uses this, we are already adding this basic support to satisfy
DLNA.
+ Throw error if 'dlnaManaged' attribute or wrong DLNA profile is
provided in an item creation request.
+ Prevent a crash in 'ImportResource' action handling.
+ Report slightly more accurate time seek range.
+ Don't error out on attempt to delete an inexistent file.
+ MediaExport:
- Avoid crawling $HOME by default.
- Query user folders only once.
- Remove huge cache directive.
- Implement search by duration.
- Properly cancel the file monitor.
- Fix crash on file removal.
+ Tracker:
- Mark newly added items as available.
- Set 'nie:contentCreated' on created items.
- Take mime-type from gupnp-dlna to work-around bug#647575.
- Properly escape regular expression in title containers.
- Create a unique URI for new items.
- Mark resources we created as ours.
+ More DLNA requirements satisfied
+ Updated translations.
- For more changes between the last release and this one, see NEWS.
- Replace gtk2-devel BuildRequires with pkgconfig(gtk+-3.0)
-------------------------------------------------------------------
Mon Feb 14 19:49:24 CET 2011 - sbrabec@suse.cz