commit e3570757ae4a81fb3e4127639fcd03a2e0d04d13
Author: Jens Georg <jensg@openismus.com>
Date:   Mon May 13 11:12:23 2013 +0200

    Prepare 0.18.2

 NEWS | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

commit 48540b71d6bfe33b0be479d67ef5cbd35afcce07
Author: Murray Cumming <murrayc@murrayc.com>
Date:   Tue Apr 23 14:05:48 2013 +0200

    doc: Improve the architecture diagram SVG file.
    
    Line up the various boxes with each other so it looks a bit
    less chaotic. Correct some dependencies.
    We still do not have the line crossing indications that we had in
    the original ASCII diagram.

 doc/rygel-architecture.svg | 1196 ++++++++++++++++++++++++--------------------
 1 file changed, 652 insertions(+), 544 deletions(-)

commit e9090d42bf5cda3a470055d12a257cff65aa2d27
Author: Jens Georg <jensg@openismus.com>
Date:   Sun May 12 13:57:18 2013 +0200

    media-export: Really don't lose child containers
    
    The previous patch left over some stuff, cluttering virtual folders
    
    Conflicts:
    	src/plugins/media-export/rygel-media-export-sql-factory.vala

 .../media-export/rygel-media-export-harvester.vala      | 11 +++++++++++
 .../media-export/rygel-media-export-media-cache.vala    | 10 +---------
 .../media-export/rygel-media-export-root-container.vala | 17 ++++++++++-------
 .../media-export/rygel-media-export-sql-factory.vala    |  8 +-------
 4 files changed, 23 insertions(+), 23 deletions(-)

commit e404168c73c32d2fd5e3790507a7a70925a6da74
Author: Jens Georg <jensg@openismus.com>
Date:   Sun May 12 12:54:37 2013 +0200

    media-export: Stop child folders from disappearing
    
    https://bugzilla.gnome.org/show_bug.cgi?id=648003
    
    Conflicts:
    	src/plugins/media-export/rygel-media-export-sql-factory.vala

 src/plugins/media-export/rygel-media-export-media-cache.vala    | 7 +++++++
 src/plugins/media-export/rygel-media-export-root-container.vala | 5 ++++-
 src/plugins/media-export/rygel-media-export-sql-factory.vala    | 8 +++++++-
 3 files changed, 18 insertions(+), 2 deletions(-)

commit bf1fd04de8eb5b4baa8ecf761d7f25fc85e2fe68
Author: Jens Georg <jensg@openismus.com>
Date:   Wed May 8 19:54:34 2013 +0200

    renderer: Don't always fall back
    
    Only do the GET request if the peer does not seem to understand HEAD.
    Otherwise we'd probably do unnecessary requests.

 src/librygel-renderer/rygel-av-transport.vala | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit de9b1a2b82f4935d8f3c091e49949b2c2cb6e77d
Author: Jens Georg <jensg@openismus.com>
Date:   Tue May 7 23:49:33 2013 +0200

    renderer: Work-around peers not supporting HEAD
    
    If a peer does not support HEAD, fall back to GET and cancel the message after
    the got_headers signal so we basically fake a HEAD request and only if that
    fails, fail completely.
    
    Conflicts:
    	src/librygel-renderer/rygel-av-transport.vala

 src/librygel-renderer/rygel-av-transport.vala | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

commit 688ee75d5f26dc47ba8fff0c1526d4b2acf543f0
Author: Jens Georg <jensg@openismus.com>
Date:   Tue Apr 30 11:10:32 2013 +0200

    test: Drop racy double-freeze check

 tests/rygel-media-engine-test.vala | 59 --------------------------------------
 1 file changed, 59 deletions(-)

commit de8780d0ff82e57b6016a9203ead092f7e537ca1
Author: Jens Georg <jensg@openismus.com>
Date:   Thu Apr 11 18:42:39 2013 +0200

    server: Don't add resource to empty containers
    
    https://bugzilla.gnome.org/show_bug.cgi?id=697793

 src/librygel-server/rygel-media-container.vala | 36 ++++++++++++++------------
 1 file changed, 20 insertions(+), 16 deletions(-)

commit 43ea8e2c9385bfaefb9fb4dda4774af731871655
Author: Jens Georg <jensg@openismus.com>
Date:   Tue Apr 30 05:09:01 2013 +0200

    ui: Fix starting Rygel after enabling DLNA

 src/ui/rygel-preferences-dialog.vala   | 1 +
 src/ui/rygel-writable-user-config.vala | 7 ++++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit c8ae68d8665be5514dec33d01a8ff8e55c1941c8
Author: Jens Georg <jensg@openismus.com>
Date:   Tue Apr 30 04:24:43 2013 +0200

    ui: Fix half-empty user files on first start

 src/ui/rygel-writable-user-config.vala | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

commit f1e5cf7971ce5f7b0b4c89a6730e842e4e3ba8de
Author: Jens Georg <jensg@openismus.com>
Date:   Tue Apr 30 03:57:11 2013 +0200

    ui: Check that autostart file exists
    
    Preferences should only claim that sharing is enabled when the autostart file
    exists in addition to the enable_upnp setting.
    
    Fixes confusion in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703281
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698572

 src/ui/rygel-writable-user-config.vala | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

commit b7a805a8a80312b7bc109a70167cee04d347d032
Author: Jens Georg <jensg@openismus.com>
Date:   Fri Apr 26 22:49:07 2013 +0200

    engine-gst: Fix obscure test failure
    
    Work-around https://bugzilla.gnome.org/show_bug.cgi?id=698997

 src/media-engines/gstreamer/rygel-gst-sink.vala | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 6b3991b7c8fb5de08ab6da710ce6cf437326c1ec
Author: Jens Georg <jensg@openismus.com>
Date:   Fri Apr 26 20:02:32 2013 +0200

    engine-gst: Drop useless counter

 src/media-engines/gstreamer/rygel-gst-sink.vala | 3 ---
 1 file changed, 3 deletions(-)

commit 4be9e479177960928a47be18bf6087119e48d6ba
Author: Jens Georg <jensg@openismus.com>
Date:   Sat Apr 20 17:41:09 2013 +0200

    core: Rename C++ keyword

 src/librygel-core/rygel-description-file.vala | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit b5916f5370b09754d3f341a4b46adf4c09de7eee
Author: Nirbheek Chauhan <nirbheek.chauhan@collabora.co.uk>
Date:   Wed Apr 17 10:55:12 2013 +0530

    core: Fix memory leak in Rygel.DescriptionFile
    
    Need to do manual memory management for libxml2 API
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698260

 src/librygel-core/rygel-description-file.vala | 1 +
 1 file changed, 1 insertion(+)

commit 7a6aa679dd0166528b62c146fed5243c5feacc26
Author: Jens Georg <jensg@openismus.com>
Date:   Fri Mar 29 22:03:10 2013 +0100

    rygel: Show warning on missing config

 src/rygel/rygel-user-config.vala | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit e3e189d0453a08e51a7a6ac5cf8fb1f0e82026f2
Author: Stas Solovey <whats_up@tut.by>
Date:   Tue Apr 30 21:59:05 2013 +0400

    Updated Russian translation

 po/ru.po | 43 +++++++++++++++++++++----------------------
 1 file changed, 21 insertions(+), 22 deletions(-)