commit 540620cc8985b330f927146a5abadbbaa52121ea
Author: Jens Georg <jensg@openismus.com>
Date:   Tue Aug 20 21:32:48 2013 +0200

    Prepare 0.19.5

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

commit 114343e2295faa302b02a6112a59b652cc5a7f82
Author: Jens Georg <jensg@openismus.com>
Date:   Tue Aug 20 21:51:25 2013 +0200

    tests: Add missing symlinks

 tests/rygel-logical-expression.vala     | 1 +
 tests/rygel-search-criteria-parser.vala | 1 +
 2 files changed, 2 insertions(+)

commit a753a7c89fb6a24a68636124f7fe934ec599e1d7
Author: Jens Georg <jensg@openismus.com>
Date:   Tue Aug 20 21:07:08 2013 +0200

    test: Adapt ObjectCreator test

 src/librygel-server/rygel-object-creator.vala |  2 +-
 tests/Makefile.am                             |  3 +-
 tests/rygel-media-engine.vala                 |  1 -
 tests/rygel-object-creator-test.vala          | 44 ++++++++++++---------------
 4 files changed, 22 insertions(+), 28 deletions(-)

commit d0cc26858eedc6d3f108ef74539e814f7118a23d
Author: Jens Georg <jensg@openismus.com>
Date:   Sat Aug 17 09:55:58 2013 +0200

    media-export: Check contains argument
    
    Prevent a critical when running "contains" search on nullable columns.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706182

 src/plugins/media-export/rygel-media-export-database.vala | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit aa5e9919a2100002019f2b427f140e974d0ea230
Author: Jens Georg <jensg@openismus.com>
Date:   Sat Aug 17 09:37:29 2013 +0200

    media-export: Fix fall-back search recursion
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706058

 .../rygel-media-export-leaf-query-container.vala   |  9 +++--
 .../rygel-media-export-query-container.vala        | 43 +++++-----------------
 2 files changed, 14 insertions(+), 38 deletions(-)

commit cd76ae5f545c5489f2dcd35486ba0a994add947d
Author: Jens Georg <jensg@openismus.com>
Date:   Sat Aug 17 09:04:44 2013 +0200

    media-export: Remove container-search hack
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706059

 .../rygel-media-export-media-cache-upgrader.vala   | 24 ++++++++-
 .../rygel-media-export-media-cache.vala            | 57 ++++++++++++++--------
 .../rygel-media-export-sql-factory.vala            |  2 +-
 3 files changed, 60 insertions(+), 23 deletions(-)

commit a377fbc8f8d03ce17568031e393284ff8f098520
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Aug 19 19:45:22 2013 +0200

    Updated POTFILES.in and POTFILES.skip

 po/POTFILES.in   | 1 +
 po/POTFILES.skip | 1 +
 2 files changed, 2 insertions(+)

commit 6444f98a7db0575dcc4843170967a44505f19ded
Author: Jens Georg <jensg@openismus.com>
Date:   Fri Aug 16 17:15:11 2013 +0200

    data: Remove unused state variables
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706143

 data/xml/AVTransport2.xml.in | 25 -------------------------
 1 file changed, 25 deletions(-)

commit 4ccd7a8a89b4858812a6971ab96fc913776310fd
Author: Jens Georg <jensg@openismus.com>
Date:   Fri Aug 16 16:48:42 2013 +0200

    data: Add X_DLNADOC node to device description
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706142

 data/xml/MediaRenderer2.xml.in.in | 1 +
 1 file changed, 1 insertion(+)

commit 373feccc61419f2fe08581e8d197cef0c7404f6d
Author: Jens Georg <jensg@openismus.com>
Date:   Thu Aug 15 13:44:15 2013 +0200

    renderer,renderer-gst: Get profiles from renderer
    
    Let the renderer return a list of supported DLNA profiles.
    
    To not break ABI/API we duplicate DLNAProfiles from server; needs to be moved
    to core in next unstable cycle.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699698

 .../rygel-playbin-player.vala                      | 68 +++++++++++++++++++++-
 src/librygel-renderer/filelist.am                  |  1 +
 src/librygel-renderer/rygel-dlna-profile.vala      | 44 ++++++++++++++
 .../rygel-media-renderer-plugin.vala               | 42 ++++++++++++-
 src/plugins/playbin/rygel-playbin-plugin.vala      |  5 ++
 5 files changed, 158 insertions(+), 2 deletions(-)

commit 12c0d992519b5e4d3ac7cc142120cd7bf0771f8c
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Aug 19 12:08:15 2013 +0200

    Updated Spanish translation

 po/es.po | 940 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 521 insertions(+), 419 deletions(-)

commit d451d31e0d01d1d777faf5b103c60598b637fdda
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Aug 19 12:02:11 2013 +0200

    Updated Spanish translation

 po/es.po | 940 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 421 insertions(+), 519 deletions(-)

commit 27b8eb1e0048f493510f0831aace70006a87a1df
Author: Jens Georg <jensg@openismus.com>
Date:   Fri Aug 9 13:17:24 2013 +0200

    server: Move knowledge of supported profiles
    
    Query the supported profiles (all, upload) from the MediaServerPlugin,
    provide a default implementation that does return everything from the
    profiles supported by the MediaEngine.
    
    Note: This is done via properties in this slightly complicated manner to not
    break ABI this late in the cycle. Ideally it should be abstract/virtual
    properties or abstract/virtual functions.

 src/librygel-server/rygel-content-directory.vala   |  4 +-
 src/librygel-server/rygel-media-server-plugin.vala | 54 ++++++++++++++++++++++
 src/librygel-server/rygel-object-creator.vala      |  3 +-
 .../rygel-source-connection-manager.vala           |  4 +-
 4 files changed, 60 insertions(+), 5 deletions(-)

commit a323d80c3abb1a2dbf079ffb37116fe7f77af8db
Author: Jens Georg <jensg@openismus.com>
Date:   Fri Aug 9 12:57:43 2013 +0200

    server: Add X_GetDLNAUploadProfiles call

 data/xml/ContentDirectory-NoTrack.xml.in         | 28 ++++++++++++++-
 data/xml/ContentDirectory.xml.in                 | 26 ++++++++++++++
 src/librygel-server/rygel-content-directory.vala | 43 ++++++++++++++++++++++++
 3 files changed, 96 insertions(+), 1 deletion(-)

commit 28db7f7b43d1d07989414fae9937b9bce9967dc1
Author: Parthiban Balasubramanian <p.balasubramanian@cablelabs.com>
Date:   Thu Jun 13 08:25:44 2013 -0600

    server: UPnP errorcode - Unimplemented action
    
    Unimplemented action must return 602
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705587

 src/librygel-server/rygel-writable-container.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 98fffe963b8fe7014faf47b844fa93987fbccd2e
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Fri Aug 16 13:31:29 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 78 +++++++++++++++++++++++++++++++++++++------------------------
 po/zh_TW.po | 78 +++++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 94 insertions(+), 62 deletions(-)

commit 358c6d8fa5efab80a5895082f95a7a5989e82502
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Aug 15 18:09:00 2013 +0200

    Updated Czech translation

 po/cs.po | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

commit 4b2c0f5127eb0026f32cbcf42c44f45538169219
Author: Jens Georg <jensg@openismus.com>
Date:   Thu Aug 15 12:30:12 2013 +0200

    core,server: Fix accidental file move

 src/librygel-core/rygel-dlna-profile.vala   | 44 ----------------------------
 src/librygel-server/rygel-dlna-profile.vala | 45 +++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 44 deletions(-)

commit be20dc1cc8bb7bf455b38117d8a6ebfab5ab4d25
Author: Jens Georg <jensg@openismus.com>
Date:   Thu Aug 15 12:26:24 2013 +0200

    external: Simplify and fix translatable message
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705899

 src/librygel-core/rygel-dlna-profile.vala          | 44 +++++++++++++++++++++
 src/librygel-server/rygel-dlna-profile.vala        | 45 ----------------------
 .../external/rygel-external-variant-util.vala      | 33 ++++++++++------
 3 files changed, 65 insertions(+), 57 deletions(-)

commit 17af04dda27e14da33b74465cd7ca9d614788dba
Author: Christian Kirbach <christian.kirbach@gmail.com>
Date:   Wed Aug 14 22:53:14 2013 +0200

    Updated German translation

 po/de.po | 154 +++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 101 insertions(+), 53 deletions(-)

commit 233aa350fa6dca9a28a561593feabbfa33a3bae3
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Aug 14 19:19:30 2013 +0200

    Updated Czech translation

 po/cs.po | 55 +++++++++++++++++++++++++++++++------------------------
 1 file changed, 31 insertions(+), 24 deletions(-)

commit d842988427e76712cc791f350a1365e51d6b1068
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Aug 14 14:14:13 2013 +0200

    Updated Spanish translation

 po/es.po | 71 ++++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 40 insertions(+), 31 deletions(-)

commit c67b189ab4ebfff8f0ba380dac0bbfccd9e7b67c
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Tue Aug 13 20:14:34 2013 +0200

    Updated slovak translation

 po/sk.po | 765 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 468 insertions(+), 297 deletions(-)

commit c5db41e0aae126b15fc1244ec6ded5af4078c14e
Author: Jens Georg <jensg@openismus.com>
Date:   Tue Aug 13 12:56:38 2013 +0200

    server: Minor style fixes

 src/librygel-server/rygel-media-query-action.vala | 4 ++--
 src/librygel-server/rygel-search.vala             | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit e2d14b17c3f2ad7c8b3e5c2385d42cac3ef85bdb
Author: Parthiban Balasubramanian <p.balasubramanian@cablelabs.com>
Date:   Sat Aug 3 14:17:48 2013 -0600

    server:Fixing UPnP Error codes for Browse/Search
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705576

 src/librygel-server/rygel-content-directory.vala  |  1 +
 src/librygel-server/rygel-media-query-action.vala | 16 ++++++++++++++--
 src/librygel-server/rygel-search.vala             |  3 ++-
 3 files changed, 17 insertions(+), 3 deletions(-)

commit 0984169789698d5c038a5ce1230e2ea2328eb9fc
Author: Jens Georg <jensg@openismus.com>
Date:   Tue Aug 13 11:26:02 2013 +0200

    media-engine: Prevent structure copying

 src/media-engines/gstreamer/rygel-gst-utils.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c3b62fda27685f47c016f28b84be68aa412769e4
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Aug 9 18:43:53 2013 +0200

    Updated Polish translation

 po/pl.po | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

commit 502ba91656fe77e23a67edb8abfe2b97e22b81cb
Author: Jens Georg <jensg@openismus.com>
Date:   Fri Aug 9 14:55:00 2013 +0200

    media-export: Set proper OCM flags for playlists

 .../media-export/rygel-media-export-playlist-container.vala | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit 617bf6f15a84fdad153c64e7da7c93f482151003
Author: Marek Černocký <marek@manet.cz>
Date:   Fri Aug 9 14:16:23 2013 +0200

    Updated Czech translation

 po/cs.po | 22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

commit 29dec46beb87c026457ba35fa7586e88a4b480e0
Author: Jens Georg <jensg@openismus.com>
Date:   Thu Aug 8 22:07:32 2013 +0200

    media-export: Use fall-back search for @refID
    
    Fixes DLNA TC 7.3.66.3,4
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702253

 .../media-export/rygel-media-export-leaf-query-container.vala     | 2 +-
 src/plugins/media-export/rygel-media-export-media-cache.vala      | 3 ---
 src/plugins/media-export/rygel-media-export-query-container.vala  | 8 ++++++--
 3 files changed, 7 insertions(+), 6 deletions(-)

commit ee7007626483f26b0e3ca2ece8d14a355a9ca55f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Aug 8 21:46:10 2013 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 34a203cf94991add7511aac460f16c0002bb03f4
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Aug 8 21:44:43 2013 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 132 ++++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 85 insertions(+), 47 deletions(-)

commit e6b22b4c716262336706257407895e9858d1cb6c
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Thu Aug 8 22:39:43 2013 +0300

    Updated Lithuanian translation

 po/lt.po | 219 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 132 insertions(+), 87 deletions(-)

commit 147700944c84c7d5abc5b4496726d8e7d9f8d5eb
Author: Jens Georg <jensg@openismus.com>
Date:   Thu Aug 8 13:31:47 2013 +0200

    media-export: Fix potential crasher
    
    The data passed to the collation function is not null-terminated so we
    make sure it is now. There is no additional copying involved, the code
    was doing g_strdup implicitly anyway before.

 .../media-export/rygel-media-export-collate.c      | 27 +++++++++++++++-------
 .../media-export/rygel-media-export-database.vala  |  7 ++----
 2 files changed, 21 insertions(+), 13 deletions(-)

commit 3dceafbd13e2a89dc28e61f449f07b98e69073e9
Author: Jens Georg <jensg@openismus.com>
Date:   Thu Aug 8 10:53:42 2013 +0200

    media-export: Add warning if child-count fails.

 src/plugins/media-export/rygel-media-export-leaf-query-container.vala | 3 +++
 1 file changed, 3 insertions(+)

commit 8e9a7b8b9a07aef0f3447b28ab8d5552a3fe6c08
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Aug 8 11:16:40 2013 +0200

    Updated Spanish translation

 po/es.po | 154 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 92 insertions(+), 62 deletions(-)

commit 05c97eee4d8bfc69c2e4d83f3991a9f4c2e8d857
Author: Jens Georg <jensg@openismus.com>
Date:   Wed Aug 7 13:09:24 2013 +0200

    media-export: Fix virtual containers
    
    Final fix. Add dummy columns from sorting to union as well to not break the
    "All" container use-case.
    
    Hopefully that's the final fix now

 .../rygel-media-export-media-cache.vala            | 31 +++++++++++++++-------
 1 file changed, 21 insertions(+), 10 deletions(-)

commit 2d51378023b4829ff03900afb4ede3572a876e36
Author: Jens Georg <jensg@openismus.com>
Date:   Wed Aug 7 11:31:22 2013 +0200

    media-export: Fix virtual containers

 src/plugins/media-export/rygel-media-export-media-cache.vala          | 1 +
 src/plugins/media-export/rygel-media-export-node-query-container.vala | 2 ++
 2 files changed, 3 insertions(+)

commit 9b23a570a7be619ac625bbb22628fc2dac9e2a58
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Wed Aug 7 13:41:54 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 85 ++++++++++++++++++++++++++++++++++++-------------------------
 po/zh_TW.po | 85 ++++++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 102 insertions(+), 68 deletions(-)

commit 0276127384f805cba88fb7454729ffe8fc0de076
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Aug 6 21:02:37 2013 +0200

    Updated Czech translation

 po/cs.po | 89 +++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 55 insertions(+), 34 deletions(-)

commit 9b48586af250aef7769a1289daa9992c42023089
Author: Jens Georg <jensg@openismus.com>
Date:   Tue Aug 6 15:03:11 2013 +0200

    server: Try harder to find compatible container
    
    Just grabbing the first container and then validate the create classes
    doesn't really work; we search for compatible create classes right away.
    
    Fixes issue introduced with 3fae8be1 if MediaExport has virtual folders
    enabled.

 src/librygel-server/rygel-object-creator.vala | 45 ++++++++++++++++++++++++++-
 1 file changed, 44 insertions(+), 1 deletion(-)

commit 471708c90dc7fe3ea1cfb1ff2629d18527bedf98
Author: Jens Georg <jensg@openismus.com>
Date:   Tue Aug 6 11:51:38 2013 +0200

    server: Report missing filter in Browse

 src/librygel-server/rygel-media-query-action.vala | 4 ++++
 1 file changed, 4 insertions(+)

commit 2728cfb2265c4a0054746039c0616d6532460a1c
Author: Jens Georg <jensg@openismus.com>
Date:   Tue Aug 6 10:43:50 2013 +0200

    server: Dequeue item upon manual removal
    
    If the client creates an object in DLNA.ORG_AnyContainer but doesn't
    upload anything to it and then removes it within the 35s timeout, the
    ObjectRemovalQueue would still trigger and cause criticals.
    
    This change just tries to dequeue everything we remove to fix this.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702633

 src/librygel-server/rygel-item-destroyer.vala | 2 ++
 1 file changed, 2 insertions(+)

commit 03811443252b8c4f592a957ff5bf08d66a5d5717
Author: Jens Georg <jensg@openismus.com>
Date:   Mon Aug 5 15:03:35 2013 +0200

    core,server: Use proper error codes
    
    There are several places where the wrong error code was used.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702452

 src/librygel-core/rygel-connection-manager.vala   |  9 +++---
 src/librygel-server/rygel-content-directory.vala  | 38 +++++++++++++++++------
 src/librygel-server/rygel-import-resource.vala    | 17 +++++-----
 src/librygel-server/rygel-media-query-action.vala |  4 +--
 src/librygel-server/rygel-object-creator.vala     |  4 +--
 5 files changed, 45 insertions(+), 27 deletions(-)

commit 43aea6cc3f182810924a19ef8682190eda6bef4d
Author: Jens Georg <jensg@openismus.com>
Date:   Mon Aug 5 13:41:54 2013 +0200

    media-export: Emit containerUpdateID on playlist
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703135

 .../media-export/rygel-media-export-playlist-root-container.vala        | 2 ++
 1 file changed, 2 insertions(+)

commit 9398caa653f909de3fe7e442f713124ae9e64187
Author: Jens Georg <jensg@openismus.com>
Date:   Mon Aug 5 13:16:28 2013 +0200

    media-export: Implement recursive container removal
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703135

 .../rygel-media-export-trackable-db-container.vala         |  2 +-
 .../rygel-media-export-writable-db-container.vala          | 14 +++++++++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

commit 8c91e63584e8ad0cccc13ffc1bfd3564a0bfd7aa
Author: Jens Georg <jensg@openismus.com>
Date:   Mon Aug 5 13:04:19 2013 +0200

    server: Fix file header

 src/librygel-server/rygel-trackable-container.vala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 331626c4c12ee4178d6cd0d25dcb1eaf17e0353c
Author: Jens Georg <jensg@openismus.com>
Date:   Mon Aug 5 13:02:34 2013 +0200

    server: Fix recursive removal of items
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703135

 src/librygel-server/rygel-trackable-container.vala | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit c839a8ae055ca7af26a3494decb666a5962864f0
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Aug 6 19:54:12 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 76 +++++++++++++++++++++++++++++++++++--------------------------
 po/zh_TW.po | 76 +++++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 88 insertions(+), 64 deletions(-)

commit 35aedc3ed33cad7300d93f97112a0048f5d52c51
Author: Jens Georg <jensg@openismus.com>
Date:   Mon Aug 5 16:53:06 2013 +0200

    media-export: Fix crash on item removal
    
    MediaCache.get_object can return null if the object wasn't found in the
    cache. On certain conditions this can happen while uploading (removal
    queue vs. manual remove from client). Take this into account and just
    warn instead of crash.
    
    This isn't the proper fix for the issue but at least it stopps Rygel from
    crashing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702633

 .../media-export/rygel-media-export-writable-db-container.vala     | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit f403e15e511e2aa55f27ef9e53032bd41ce603a5
Author: Jens Georg <jensg@openismus.com>
Date:   Mon Aug 5 16:39:51 2013 +0200

    media-export: Fix sort-criteria in virtual folders
    
    Looks like SQLite can only sort on columns it selects so we get the extra
    columns from the sort criteria and select them as well.

 .../media-export/rygel-media-export-media-cache.vala      | 15 +++++++++++++--
 .../media-export/rygel-media-export-sql-factory.vala      |  2 +-
 2 files changed, 14 insertions(+), 3 deletions(-)

commit 5d79e3302c4fabcda1e12aeadcf67f9eb452f85c
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Tue Aug 6 00:44:38 2013 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 350 ++++++++++++++++++++++++++++--------------------------------
 1 file changed, 163 insertions(+), 187 deletions(-)

commit b89eb8a9d49335639b9fec1008172198c365c39b
Author: Jens Georg <jensg@openismus.com>
Date:   Fri Aug 2 15:20:30 2013 +0200

    media-export: Use sort criteria in virtual folders
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702228

 .../media-export/rygel-media-export-media-cache.vala        | 13 ++++++++++++-
 .../rygel-media-export-node-query-container.vala            |  3 ++-
 .../media-export/rygel-media-export-sql-factory.vala        |  2 +-
 3 files changed, 15 insertions(+), 3 deletions(-)

commit ff1ef88e06f27e254721c0f57a447b02b2de348e
Author: Jens Georg <jensg@openismus.com>
Date:   Tue Jul 30 19:21:44 2013 +0200

    media-export: Fix invalid browse response
    
    Instead of manually adding the "All" container causing all kinds of issues
    with response count and slicing we just generate a "fake" result from the SQL
    query so limit and offset work as expected.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704146

 .../rygel-media-export-media-cache.vala            | 15 +++++++---
 .../rygel-media-export-node-query-container.vala   | 34 ++++++++++------------
 2 files changed, 27 insertions(+), 22 deletions(-)

commit b587606168f0bb0742aa82c650172340e4361358
Author: Craig Pratt <craig@ecaspia.com>
Date:   Tue Jul 23 17:16:20 2013 +0200

    playbin: Make plugin usable with simple engine

 src/plugins/playbin/rygel-playbin-module.vala | 5 +++++
 1 file changed, 5 insertions(+)

commit a40f94d419ebb44a0399d8d07f34c04d0a8dd7bc
Author: Parthiban Balasubramanian <p.balasubramanian@cablelabs.com>
Date:   Wed Jul 3 12:43:54 2013 -0600

    core: Recommended png depth value 24 instead of 32
    
    The depth of a PNG is defined excluding the alpha channel so we really have
    3x8 bits here.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705084

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

commit c798d5403d31277d2f1f09efbeff1894ea0b491f
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Sun Aug 4 09:59:49 2013 +0400

    Updated Russian translation

 po/ru.po | 671 ++++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 423 insertions(+), 248 deletions(-)

commit e24e320bd5c82b65aeafdeaaea52baa230cd4eed
Author: Marek Černocký <marek@manet.cz>
Date:   Sat Aug 3 19:57:25 2013 +0200

    Updated Czech translation

 po/cs.po | 69 ++++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 39 insertions(+), 30 deletions(-)

commit 8644d78a348f8e5414703dc0f7587ccfe5a33b47
Author: 甘露(Gan  Lu) <rhythm.gan@gmail.com>
Date:   Sat Aug 3 22:23:34 2013 +0800

    Update Chinese simplified translation

 po/zh_CN.po | 1176 ++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 807 insertions(+), 369 deletions(-)

commit d1a60d2220c9481d3b8603cd2da67cca00aa89fe
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Fri Aug 2 13:07:41 2013 +0200

    Updated Galician translations

 po/gl.po | 70 ++++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 39 insertions(+), 31 deletions(-)

commit 3fae8be115b7b26ee9bae7ff6160f9c1d590f586
Author: Parthiban Balasubramanian <p.balasubramanian@cablelabs.com>
Date:   Mon Jul 29 09:43:09 2013 -0600

    server: Validate client supplied createClass value
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702741

 src/librygel-server/rygel-object-creator.vala | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

commit 6dec3a2bd4de4bc2eaa3ca0a4ea8f57a93dfb1a8
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Wed Jul 31 12:07:54 2013 +0300

    Updated Hebrew translation.

 po/he.po | 618 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 374 insertions(+), 244 deletions(-)