Accepting request 177610 from home:Zaitor:branches:GNOME:Factory

Update to ver 0.19.2

OBS-URL: https://build.opensuse.org/request/show/177610
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/rygel?expand=0&rev=83
This commit is contained in:
2013-06-23 13:42:20 +00:00
committed by Git OBS Bridge
parent e90b197d37
commit 2930ec47b5
4 changed files with 71 additions and 6 deletions

View File

@@ -1,3 +1,59 @@
-------------------------------------------------------------------
Tue Jun 4 18:41:20 UTC 2013 - zaitor@opensuse.org
- Update to version 0.19.2:
+ Minor build fixes and clean-up.
+ Documentation updates and typos fixed.
+ Core: Make the interface= configuration multi-valued.
+ Rygel:
- Make the commandline options translatable.
- Show a message when we run in streaming-only mode.
+ Server: Some coding style fixes.
+ Renderer: Provide a proper fall-back to GET if peer does not
support HEAD.
+ Preferences: Don't lose the current network interface.
+ MediaExport:
- Don't lose child containers when we add the parent container.
- Fix sorting by date.
+ Bugs fixed: bgo#648003, bgo#694357, bgo#700570.
- Changes from version 0.19.1:
+ Some build simplifications.
+ Fix translation comments.
+ Update the architecture diagram.
+ Stop blindly loading every dynamic library we can find in the
plug-in folder.
+ Rygel: Show a warning if the user configuration could not be
found.
+ Core:
- Fix a memory leak in Rygel.DescriptionFile.
- Rename a variable called "template" to avoid issues when
using Rygel from C++.
+ Server: Don't add DIDL_S <res> nodes on childless containers.
+ Renderer: Treat MALFORMED requests as BAD_REQUESTS.
+ MediaExport:
- Add infrastructure for testing the plug-in.
- Add two regression tests for bgo#689326.
- Unbreak synchronization use-cases.
- Support server-side playlists.
+ Tracker: Make it possible to upload to DLNA.ORG_AnyContainer
even if there's nothing of that type of media shared yet.
+ GStreamer media engine:
- Some clean-up.
- Work around a vala bug causing issues on non-Intel
architectures.
+ Preferences:
- Only set "enable" checkmark if the user's config file and the
autostart file exist and enable-upnp is set in the
configuration.
- Fix issue with newly created user configuration being mostly
empty on first start.
- Use a GtkSwitch for enabling/disabling sharing.
- Fix starting Rygel after enabling it in the dialog.
+ Bugs fixed: bgo#660885, bgo#695593, bgo#698260, bgo#698572,
bgo#703281, bgo#697793, bgo#697949, lpo#827030
- Updated translations.
-------------------------------------------------------------------
Mon May 13 17:28:17 UTC 2013 - dimstar@opensuse.org