commit 5838e4ed5a43f2ef5851c2e246a66be4e88fc0a5
Author: Jens Georg <mail@jensge.org>
Date:   Wed Jan 18 18:25:24 2012 +0100

    Prepare 0.12.7

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

commit 7574cc0eaad8a233bc835fc057e15afbdfe9fdf4
Author: Jens Georg <mail@jensge.org>
Date:   Mon Jan 9 19:11:12 2012 +0100

    core: Prevent crash on back-end misbehaviour
    
    If the backend declares the OCMFlag.UPLOAD in a non-writable container,
    bail out instead of crashing.

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

commit a41c92d8a9418fd961aa481cd243ce37f49b4572
Author: Jens Georg <mail@jensge.org>
Date:   Mon Jan 9 19:05:38 2012 +0100

    core: Use correct error in CreateObject
    
    If CreateObject is called with an id that describes an item instead of
    a container ContentDirectory:2 spec says that the error should be 701
    (No such object) instead of 713 (Restricted parent)

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

commit 40abd1c79f97e6023c66ffc55fbfe3b1143c4eb9
Author: Jens Georg <mail@jensge.org>
Date:   Wed Jan 18 17:37:47 2012 +0100

    external: Don't crash on hierarchical update
    
    If a MediaServer2 provider sends an update for /foo/bar/baz and
    /foo/bar chances are that the update for /foo/bar invalidates the
    parent pointer in /foo/bar/baz causing a crash of various sorts.
    
    Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=759206

 src/plugins/external/rygel-external-container.vala |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 72a38391af4f1e27b75a47a00d6dc95ef0acf54f
Author: Jens Georg <mail@jensge.org>
Date:   Sun Dec 25 14:06:49 2011 +0100

    core: Fix error handling in item creator
    
    Method was needlessly declared async, so the throwing of the exception
    was not propagated properly in an case of error.

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

commit a3f3e92cf606e0fa2229af130c3fa6ee1c200252
Author: Jens Georg <mail@jensge.org>
Date:   Fri Nov 18 09:55:40 2011 +0100

    core: Always disconnect handler
    
    Prevents reference leaks on the container searched in.

 src/rygel/rygel-simple-container.vala |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 4c923248e1cb0855aadc4011bc68bc8a3e9ae9d2
Author: Jens Georg <mail@jensge.org>
Date:   Mon Dec 19 08:14:55 2011 +0100

    core: Remove reference cycle in HTTP request

 src/rygel/rygel-http-request.vala |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit a9b762d9cfc374d8ff05e1a20c0a02d91a8525c9
Author: Jens Georg <mail@jensge.org>
Date:   Tue Dec 13 10:24:32 2011 +0100

    doc: Update URLs and tools for DBus interfaces

 doc/man/rygel.conf.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit f9d1c1815fc5a00624bf3f0b0636b46536349bcc
Author: Jens Georg <mail@jensge.org>
Date:   Sun Nov 27 19:10:01 2011 +0100

    core: Filter unsupported sort criterias from XBox
    
    This fixes the "Slideshow" option when selected from top-level picture
    browsing dialog.
    
    Conflicts:
    
    	src/rygel/rygel-client-hacks.vala
    	src/rygel/rygel-xbox-hacks.vala

 src/rygel/rygel-media-query-action.vala |    4 ++++
 src/rygel/rygel-xbox-hacks.vala         |    8 ++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

commit 7de24fcd78146b7490b86307fb5adba2619d7b13
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Dec 11 17:24:48 2011 +0100

    Updated Polish translation

 po/pl.po |   54 +++++++++++++++++++++++++++++-------------------------
 1 files changed, 29 insertions(+), 25 deletions(-)