commit b84c2b532a06e57f726479bc44c3202b7de72a41
Author: Jens Georg <mail@jensge.org>
Date:   Thu Dec 8 10:14:43 2011 +0100

    Prepare 0.12.6

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

commit 2c455b986a32ad85b772facc2c7887765166507a
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Thu Nov 24 10:55:22 2011 +0100

    Update French translation

 po/fr.po |   46 +++++++++++++++++++++++++---------------------
 1 files changed, 25 insertions(+), 21 deletions(-)

commit 4647f1ef1525d821b777ff07803b44cf934fc786
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Nov 20 10:39:20 2011 +0100

    Updated Spanish translation

 po/es.po |   55 +++++++++++++++++++++++++++++--------------------------
 1 files changed, 29 insertions(+), 26 deletions(-)

commit 31a83e1c33751142902c824f2f97339510c301d5
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Sun Nov 6 18:48:21 2011 +0100

    Add Esperanto translation

 po/LINGUAS |    1 +
 po/eo.po   |  619 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 620 insertions(+), 0 deletions(-)

commit 58c2c412dba6251a1788e57253b7fbe6cc904291
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Nov 2 19:19:00 2011 +0100

    Updated Czech translation

 po/cs.po |   41 ++++++++++++++++++++---------------------
 1 files changed, 20 insertions(+), 21 deletions(-)

commit 6c051568ed8e250786fd1f0d805afaa6634cc15f
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Oct 23 19:16:48 2011 +0200

    Updated Slovenian translation

 po/sl.po |   60 +++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 31 insertions(+), 29 deletions(-)

commit 1bf23083a7b41c0268893f5ba30f59a969e9f10e
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Thu Oct 20 22:23:06 2011 +0200

    [l10n] Updated German translation

 po/de.po |   46 ++++++++++++++++++++++++----------------------
 1 files changed, 24 insertions(+), 22 deletions(-)

commit 2aeea7ea944ef2377e25f898c69943e87b0b3228
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Thu Oct 20 22:20:27 2011 +0200

    [l10n] Updated German translation

 po/de.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit cc9303d22aa6d885c69517f67e2dd8f81315a7ac
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Tue Oct 18 20:37:19 2011 +0200

    [l10n] Updated German translation

 po/de.po |  511 ++++++++++----------------------------------------------------
 1 files changed, 80 insertions(+), 431 deletions(-)

commit 3765bad902d4ba0a5c83ad33624c6e5e7396a076
Author: Jens Georg <mail@jensge.org>
Date:   Thu Nov 24 08:38:45 2011 +0100

    media-export: Fix regression in file monitor
    
    Changeset 05024f6e4e688a40629573eb0401f83421d32209 accidently removed
    the support for _CREATED events.

 .../media-export/rygel-media-export-harvester.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit d6d857c0c29ac5efc69b275e7737d4690e333f75
Author: Jens Georg <mail@jensge.org>
Date:   Wed Nov 23 09:51:56 2011 +0100

    tests: Fix HTTPGet and HTTPResponse tests

 tests/rygel-http-get-test.vala      |    1 +
 tests/rygel-http-response-test.vala |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

commit 62e79b46a9d72977ed1f15dca89ab40a809cdeae
Author: Jens Georg <mail@jensge.org>
Date:   Tue Nov 22 22:21:39 2011 +0100

    core: Set all headers in RygelHTTPGet
    
    Don't set Content-Length header in HEAD request for transcoded
    resources. This was previously caused by the message encoding being
    set to CONTENT_LENGTH by default. Moving the code sets the encoding
    to EOF causing libsoup to not set the Content-Length header.
    
    Also adds a proper Range header for byte-seek HEAD requests.
    
    This fixes the random fails of test-case 7.4.28.2,3,4,6

 src/rygel/rygel-http-get.vala      |   15 ++++++++++++++-
 src/rygel/rygel-http-response.vala |   12 ------------
 2 files changed, 14 insertions(+), 13 deletions(-)

commit f26a6959dc532e1660fcd9f096368bcc9d3c45d0
Author: Jens Georg <mail@jensge.org>
Date:   Sun Oct 16 15:20:06 2011 +0200

    core: Batch uris for thumbnail requests
    
    Previously it was only creating one thumbnail per browse request
    
    https://bugzilla.gnome.org/show_bug.cgi?id=661334

 src/rygel/rygel-dbus-thumbnailer.vala |   92 +++++++++++++++------------------
 src/rygel/rygel-thumbnailer.vala      |    2 +-
 2 files changed, 43 insertions(+), 51 deletions(-)

commit 02c3f88503e89e1742cac7c7f358b0ffa80cc7e2
Author: Jens Georg <mail@jensge.org>
Date:   Thu Nov 10 11:31:29 2011 +0100

    tracker: Cache ContainerUpdateID
    
    Fixes DLNA Testcase 7.3.56.1

 .../tracker/rygel-tracker-search-container.vala    |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

commit c985e19ff8a7abef42527cf105afa264706be83e
Author: Jens Georg <mail@jensge.org>
Date:   Sun Nov 6 10:46:53 2011 +0100

    media-export: Support videos without audio

 .../media-export/rygel-media-export-item.vala      |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit 5a440ee03490ed04ab290c2ccd216d2c61a62467
Author: Jens Georg <mail@jensge.org>
Date:   Sat Oct 29 11:01:59 2011 +0200

    mediathek: Fix mp4 video format

 .../rygel-mediathek-video-item-factory.vala        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ea7ae3f75a5a065a81bba968d6caaf061912d5e4
Author: Jens Georg <mail@jensge.org>
Date:   Sat Oct 8 21:37:46 2011 +0200

    mediathek: Set DLNA profile for WMV streams

 .../rygel-mediathek-video-item-factory.vala        |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

commit 6b407ce15057cce3c5c910fe7d978b3c90c4a9cd
Author: Jens Georg <mail@jensge.org>
Date:   Mon Sep 26 08:51:34 2011 +0200

    playbin: Add support for image/jpeg and image/png
    
    Use the typefind element of Playbin2 to determine if we're rendering an
    image since UPnP allows the meta-data to be empty and it may not be
    possible to guess the type from the URI.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=633011

 src/plugins/playbin/rygel-playbin-player.vala |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)

commit 887c10e73341f2188a955a5caa96bae903e7f51e
Author: Jens Georg <mail@jensge.org>
Date:   Mon Oct 24 16:38:48 2011 +0200

    tracker: Really use nfo:fileLastModified

 .../tracker/rygel-tracker-key-chain-map.vala       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 00a529a03147f8d9221fdc7a6302622d112929fa
Author: Jens Georg <mail@jensge.org>
Date:   Sat Oct 22 08:43:49 2011 +0200

    build: Only pass -g when debugging is enabled

 common.am    |    3 ++-
 configure.ac |    3 +++
 2 files changed, 5 insertions(+), 1 deletions(-)