commit ec2f630f5f6e5802fb52d85858a4bd445cc8b2c4
Author: Jens Georg <mail@jensge.org>
Date:   Tue Jun 21 11:47:00 2011 +0200

    Release 0.11.1

 NEWS |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 48 insertions(+), 0 deletions(-)

commit 7efbfdf35d113ae4a090661bc92b4de6189b6773
Author: Jens Georg <mail@jensge.org>
Date:   Tue Jun 21 12:12:22 2011 +0200

    i18n: Update POTFILES.skip

 po/POTFILES.skip |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 8aa56b798c2c5612d3b19fadb4b30f9800e3a6d9
Author: Jens Georg <mail@jensge.org>
Date:   Tue Jun 21 11:33:20 2011 +0200

    data: Add ape to supported MediaExport formats
    
    http://www.monkeysaudio.com

 data/rygel.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ed1df630c8fc9e0b37317c4053ba1098655b62a9
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Jun 19 17:32:07 2011 +0200

    [l10n] Updated German translation

 po/de.po |  296 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 157 insertions(+), 139 deletions(-)

commit dd376cfca01b387cdf5d781be319df2f7967418f
Author: Jens Georg <mail@jensge.org>
Date:   Fri Jun 10 11:39:51 2011 +0200

    core: Add storageUsed property to containers

 src/rygel/rygel-media-container.vala |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 4a6e56ade979196cfcddf9d6d503b7af28a8d02d
Author: Jens Georg <mail@jensge.org>
Date:   Fri Jun 10 11:06:08 2011 +0200

    core: Return 402 on extra argument
    
    Partially fixes UPnP CTT test UDA-3.1.3

 src/rygel/rygel-connection-manager.vala       |   18 ++++++++++++
 src/rygel/rygel-content-directory.vala        |   38 +++++++++++++++++++++++++
 src/rygel/rygel-media-receiver-registrar.vala |    6 ++++
 3 files changed, 62 insertions(+), 0 deletions(-)

commit f077fc0d5f40d128d4cd835c8723562de2c5a2f0
Author: Topi Santakivi <topi.santakivi@digia.com>
Date:   Wed Jun 1 16:39:21 2011 +0300

    core: Respond with 712 for DIDL parse failure
    
    In case the DIDL-lite parsing fails, e.g. due to an invalid
    @restricted value in the XML, Rygel must respond with error
    BAD METADATA (712). Satisfies DLNA guideline 7.3.134.1.

 src/rygel/rygel-item-creator.vala |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit 363606bebc089485918b5683d1477c74a7b48eea
Author: Topi Santakivi <topi.santakivi@digia.com>
Date:   Thu May 26 12:27:16 2011 +0300

    core,tracker,media-export: Advertize search classes
    
    SearchableContainer implementations now report supported search classes.
    That information is then relayed to clients.
    
    This satisfies DLNA requirement 7.3.67.4.
    
    Co-author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

 src/plugins/external/rygel-external-container.vala |    2 ++
 .../rygel-media-export-db-container.vala           |    2 ++
 .../rygel-tracker-category-all-container.vala      |    2 ++
 src/plugins/tracker/rygel-tracker-music.vala       |    2 ++
 src/plugins/tracker/rygel-tracker-pictures.vala    |    1 +
 src/plugins/tracker/rygel-tracker-videos.vala      |    1 +
 src/rygel/rygel-media-container.vala               |    4 ++++
 src/rygel/rygel-searchable-container.vala          |   10 ++++++++++
 src/rygel/rygel-simple-container.vala              |    8 ++++++++
 9 files changed, 32 insertions(+), 0 deletions(-)

commit 49a4e1fb0e2b063c365a7a91bd1694bc83cb2f5e
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Fri Jun 17 03:18:16 2011 +0300

    core,plugins: Catch correct error from DBus calls
    
    Apparently we get a DBusError rather than IOError from DBus calls.

 .../external/rygel-external-album-art-factory.vala |    3 ++-
 .../external/rygel-external-icon-factory.vala      |    2 +-
 .../external/rygel-external-interfaces.vala        |    8 ++++----
 .../external/rygel-external-item-factory.vala      |   10 +++++-----
 .../external/rygel-external-plugin-factory.vala    |   15 ++++++++-------
 .../external/rygel-external-thumbnail-factory.vala |    2 +-
 src/plugins/mpris/rygel-mpris-interfaces.vala      |   12 ++++++------
 src/plugins/mpris/rygel-mpris-plugin-factory.vala  |    4 ++--
 .../tracker/rygel-tracker-deletion-query.vala      |    2 +-
 .../tracker/rygel-tracker-insertion-query.vala     |    2 +-
 src/plugins/tracker/rygel-tracker-interfaces.vala  |   10 +++++-----
 .../tracker/rygel-tracker-metadata-values.vala     |    2 +-
 .../tracker/rygel-tracker-plugin-factory.vala      |    4 ++--
 src/plugins/tracker/rygel-tracker-query.vala       |    2 +-
 .../tracker/rygel-tracker-selection-query.vala     |    2 +-
 src/rygel/rygel-dbus-service.vala                  |    2 +-
 src/rygel/rygel-free-desktop-interfaces.vala       |   10 +++++-----
 17 files changed, 47 insertions(+), 45 deletions(-)

commit 9ba4cf63e8fc2d44aa8c2e2446588b0134b29c55
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Fri Jun 17 01:47:21 2011 +0300

    tracker: Declare sync call as such
    
    We were calling a D-Bus method synchronously while it was declared
    'async' which resulted in us not able to catch errors from it.

 src/plugins/tracker/rygel-tracker-interfaces.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f5bc9af4c7caa72d98e50e059555b945d8b989f3
Author: Topi Santakivi <topi.santakivi@digia.com>
Date:   Wed Jun 15 15:46:52 2011 +0300

    build: Bump gssdp, gupnp, -av & -vala requirement
    
    Require latest releases of gssdp, gupnp, gupnp-av & gupnp-vala.
    
    Co-author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

 configure.ac |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 5f84d8e3d3e29831cc0bdcc0fe30e1cc82df3631
Author: Jens Georg <mail@jensge.org>
Date:   Tue Jun 14 15:25:40 2011 +0200

    core: Verify upnp:class against createClass
    
    Prevent that a CP tried to create an item that doesn't match the
    advertised createClass of a container.

 src/rygel/rygel-item-creator.vala |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit cde47cb1f22c5909e7a5b2637cb7a0babfc4c872
Author: Topi Santakivi <topi.santakivi@digia.com>
Date:   Fri May 20 12:28:38 2011 +0300

    core: Remove item if HTTP POST is aborted

 src/rygel/rygel-http-post.vala |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 8bf1c0b8fb1c0988df9592408c32694594e8dd0f
Author: Jens Georg <mail@jensge.org>
Date:   Tue Jun 14 15:23:18 2011 +0200

    core: @restricted MUST be false on CreateObject
    
    Partially fixes UPnP CTT AV-CD:1-6.1

 src/rygel/rygel-item-creator.vala |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 58793c49a64903eb768b26c2f1e07e3c72346c57
Author: Jens Georg <mail@jensge.org>
Date:   Fri Jun 10 11:01:48 2011 +0200

    core: Drop RegisterDevice action
    
    Drop RegisterDevice action of 'X_MS_MediaReceiverRegistrar1' service. This
    is not needed for XBox support but for UPnP CTT.

 data/xml/X_MS_MediaReceiverRegistrar1.xml.in  |   15 ---------------
 src/rygel/rygel-media-receiver-registrar.vala |   10 ----------
 2 files changed, 0 insertions(+), 25 deletions(-)

commit 9913f522cc5077683fe1b1aa799cbacf8b9efbb3
Author: Jens Georg <mail@jensge.org>
Date:   Tue May 24 18:07:13 2011 +0200

    core: Make MediaReceiverRegistrar send events
    
    It neither help nor harm the XBox but fixes UPnP CTT UDA-4.2.2.

 data/xml/X_MS_MediaReceiverRegistrar1.xml.in  |    8 ++++----
 src/rygel/rygel-media-receiver-registrar.vala |   16 ++++++++++++++++
 2 files changed, 20 insertions(+), 4 deletions(-)

commit 1e8db8b3a2b043c6a65fbbf51559a363f8414b31
Author: Jens Georg <mail@jensge.org>
Date:   Mon May 23 18:46:44 2011 +0200

    core: Work-around standard issues for XBox
    
    The MediaReceiverRegistrar uses an illegal character in the domain
    name which makes UPnP tests fail. The XBox doesn't work without the
    ".", so we put the dash to make the UPnP test happy and replace it
    with a dot when the XBox requests our service description.
    
    Fixes (partially) UPnP CTT tests UDA-1.1.1, UDA-1.1.2, UDA-1.1.3
    and UDA-1.1.4.

 src/rygel/rygel-media-receiver-registrar.vala |    7 +++++-
 src/rygel/rygel-xbox-hacks.vala               |   30 ++++++++++++------------
 2 files changed, 21 insertions(+), 16 deletions(-)

commit 495395c93cdb6023c5b02ec1b6d59e1f8d57b984
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Fri Jun 10 20:10:41 2011 +0200

    Updated Slovenian translation

 po/sl.po |   42 ++++++++++++++++++++++++++----------------
 1 files changed, 26 insertions(+), 16 deletions(-)