commit 8fe6f059797b115c5f13f018e83857743794418f
Author: Jens Georg <mail@jensge.org>
Date:   Mon Aug 29 20:33:46 2016 +0200

    Prepare 0.31.5
    
    Signed-off-by: Jens Georg <mail@jensge.org>

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

commit ea83eb3cf44209c024249143f356f3f4982a56b7
Author: Jens Georg <mail@jensge.org>
Date:   Mon Aug 29 09:46:58 2016 +0200

    rygel: Fix compile error
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770531

 src/rygel/rygel-cmdline-config.vala     | 6 +++---
 src/rygel/rygel-environment-config.vala | 6 +++---
 src/rygel/rygel-user-config.vala        | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

commit 5ce9de17aeb3b768687b747a162e11227ab209ab
Author: Jens Georg <mail@jensge.org>
Date:   Sat Aug 27 21:14:42 2016 +0200

    core: Re-use existing config
    
    Signed-off-by: Jens Georg <mail@jensge.org>

 src/librygel-core/rygel-root-device-factory.vala | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 7e03e64cf5b96400c388c720a5b2c8b299e3ee4a
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Sun Aug 28 11:28:07 2016 +0200

    Updated Serbian translation

 po/sr.po       | 152 +++++++++++++++++++++++++++----------------------------
 po/sr@latin.po | 157 +++++++++++++++++++++++++++------------------------------
 2 files changed, 147 insertions(+), 162 deletions(-)

commit 202fcfc366c3264481ba468010b0042b34ca58e8
Author: Jens Georg <mail@jensge.org>
Date:   Sat Aug 27 16:49:07 2016 +0200

    core: Make it possible to set UDN
    
    Signed-off-by: Jens Georg <mail@jensge.org>

 src/librygel-core/rygel-root-device-factory.vala | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit b213986bcaf451937dcb0726e076140c824bfcdb
Author: Jens Georg <mail@jensge.org>
Date:   Fri Aug 26 21:29:22 2016 +0200

    core: Remove obsolete code
    
    Signed-off-by: Jens Georg <mail@jensge.org>

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

commit 4d1801cd29fa67e478b1369bc791b3e23be35ae8
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Aug 26 22:56:17 2016 +0200

    Updated Slovenian translation

 po/sl.po | 941 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 489 insertions(+), 452 deletions(-)

commit 7aa53ba284d5408d82448d14127dbc297d101088
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Thu Aug 25 23:41:51 2016 +0000

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 131 ++++++++++++++++++++++++++++--------------------------------
 1 file changed, 62 insertions(+), 69 deletions(-)

commit 3963ed97386d042084d51ebc9f0550fcf1145917
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Aug 25 21:17:09 2016 +0200

    Updated Slovenian translation

 po/sl.po | 35 +++++++++++++++--------------------
 1 file changed, 15 insertions(+), 20 deletions(-)

commit e269d1d360536d83bdc8215652327e6cdefaceb1
Author: Jens Georg <mail@jensge.org>
Date:   Wed Aug 24 21:40:39 2016 +0200

    tracker: Skip filter if pattern substitute fails
    
    Signed-off-by: Jens Georg <mail@jensge.org>

 src/plugins/tracker/rygel-tracker-selection-query.vala | 6 ++++++
 1 file changed, 6 insertions(+)

commit 3bb8cf87db99987d065c0598ba5358c22676da48
Author: Jens Georg <mail@jensge.org>
Date:   Wed Aug 24 21:38:59 2016 +0200

    tracker: Fix url filter
    
    Filter was created incorrectly (missing ||) when more than one limiting
    directory was used.
    
    Signed-off-by: Jens Georg <mail@jensge.org>

 src/plugins/tracker/rygel-tracker-selection-query.vala | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

commit 7902579475a68191a02b0c2b95f904c7af3f21fa
Author: Jens Georg <mail@jensge.org>
Date:   Wed Aug 24 21:37:29 2016 +0200

    core,tracker: Fix criticals on empty XDG_*_HOME variables
    
    Signed-off-by: Jens Georg <mail@jensge.org>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730910

 src/librygel-core/rygel-base-configuration.vala    |  6 ++---
 src/librygel-core/rygel-configuration.vala         |  6 ++---
 src/librygel-core/rygel-meta-config.vala           | 31 +++++++++++++++-------
 .../rygel-tracker-category-all-container.vala      | 16 ++++++-----
 .../tracker/rygel-tracker-item-factory.vala        |  2 +-
 5 files changed, 37 insertions(+), 24 deletions(-)

commit 7d697ca20c54a36418612317a39138aad97a0e1e
Author: Jens Georg <mail@jensge.org>
Date:   Wed Aug 24 20:36:13 2016 +0200

    core: Fix config dir creation
    
    Signed-off-by: Jens Georg <mail@jensge.org>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770276

 src/librygel-core/rygel-description-file.vala    | 3 +--
 src/librygel-core/rygel-root-device-factory.vala | 5 +----
 2 files changed, 2 insertions(+), 6 deletions(-)

commit f98d5a30e5e74ba83c1a2258e8a3096748ef7048
Author: Balázs Úr <urbalazs@gmail.com>
Date:   Tue Aug 23 10:17:28 2016 +0000

    Updated Hungarian translation

 po/hu.po | 237 +++++++++++----------------------------------------------------
 1 file changed, 40 insertions(+), 197 deletions(-)

commit 1e2f1dc76b684e9791ad7eddf5f495c15e8baf71
Author: Andika Triwidada <atriwidada@gnome.org>
Date:   Mon Aug 22 09:50:27 2016 +0000

    Updated Indonesian translation

 po/id.po | 88 ++++++++++++++++++++++++++++------------------------------------
 1 file changed, 39 insertions(+), 49 deletions(-)

commit 0eeef54c8177b593d7d470f8f3eb0161b5697600
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Mon Aug 22 08:53:13 2016 +0000

    Updated French translation

 po/fr.po | 913 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 455 insertions(+), 458 deletions(-)

commit 54430333bea46ce041a6eeb7b5a88bd08fb5a079
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Aug 18 23:16:46 2016 +0200

    Updated Slovenian translation

 po/sl.po | 57 ++++++++++++++++++++++++++-------------------------------
 1 file changed, 26 insertions(+), 31 deletions(-)

commit c6015ffcb9406a003e52621a54dc0b0cdae5c847
Author: Jens Georg <mail@jensge.org>
Date:   Thu Aug 18 15:29:06 2016 +0200

    media-export: More extensions to remove
    
    And be case-insensitive to cpature JPG/jpg
    
    Signed-off-by: Jens Georg <mail@jensge.org>

 src/plugins/media-export/rygel-media-export-extractor.vala | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit a4a1aa967d793a4366cae8967cdbdd978d7ba950
Author: Jens Georg <mail@jensge.org>
Date:   Tue Aug 16 17:23:36 2016 +0200

    data: Fix desktop file generation
    
    Signed-off-by: Jens Georg <mail@jensge.org>

 data/Makefile.am | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit 154f733f6ea4d5e62ce3be6b6a51affc24548479
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Tue Aug 16 09:14:03 2016 +0200

    Updated Polish translation

 po/pl.po | 219 ++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 96 insertions(+), 123 deletions(-)

commit 5baa2a847970d72ed8baa57e1d32eeecf889f1f7
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Tue Aug 16 09:05:26 2016 +0200

    Add --add-comments to XGETTEXT_OPTIONS in Makevars
    
    So that comments from .desktop file appear in the .po files.

 po/Makevars | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)