SHA256
1
0
forked from pool/rygel

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

typo

OBS-URL: https://build.opensuse.org/request/show/93917
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=40
This commit is contained in:
2011-11-28 08:38:05 +00:00
committed by Git OBS Bridge
parent 4ea9790b7c
commit b5a521d226
5 changed files with 56 additions and 42 deletions

View File

@@ -1,3 +1,52 @@
-------------------------------------------------------------------
Wed Nov 23 21:39:06 UTC 2011 - dimstar@opensuse.org
- Update to version 0.13.0:
+ Use context-less API from gupnp-0.18.
+ Switch to .xz tarballs as default.
+ Get rid of a nested MainLoop in HTTP POST handling that caused
a lot of trouble with vala's async support.
+ Refactor ClientHacks into a generic part and XBox support.
+ Add a hack for Panasonic TVs that can only handle PNG
thumbnails if you tell them they're JPEG.
+ Always build and run tests when using autogen.sh.
+ Write uploaded data to a temporary hidden file first and move
to real file later, helping file monitors to only create a
single event.
+ Add a 128x128 version of the icon.
+ Move the 48x48 JPEG icon and 120x120 icons necessary for DLNA
out of the icon theme.
+ Drop XML comments from the content description files which
might cause issues in IOP.
+ Stabilize the error handling in HTTP POST.
+ Clean-up GTK+ checks in configure.ac.
+ Only pass -g to valac when --enable-debug was passed.
+ More robust transcoding on faulty input.
+ Clean-up and refactor audio- and video-transcoders.
+ Clean-up RTP depayloader guessing.
+ Fix deadlock on Ctrl-C.
+ Fix a crash on filesystem error while uploading.
+ MediaExport:
- Refactor and clean QueryContainer.
- Use proper UPnP classes like
object.container.album.musicAlbum for virtual folders.
- Support audio-less videos.
+ Mediathek:
- Set proper DLNA profile on the WMV streams.
+ Playbin:
- Add support for image/jpeg and image/png.
+ Tracker:
- Fix querybuilder for graphed statements.
- Let tracker-fs-miner override properties and chose the proper
RDF type for an uploaded file.
- Cache ContainerUpdateIDs for metadata-based containers.
+ Bugs fixed: bgo#660107, bgo#661336, bgo#637226
+ Updated translations.
- Drop rygel-newer-libsoup.patch: fixed upstream.
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
-------------------------------------------------------------------
Tue Nov 15 10:25:40 UTC 2011 - vuntz@opensuse.org