commit 9d828022c5592583ab2842d9f3d4b0f06fd3115a
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Mar 3 11:12:39 2016 -0500

    3.19.91

M	NEWS
M	configure.ac

commit 40b122df2ffb58de4e5e247f945815c3408cb1d5
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Fri Feb 26 20:15:07 2016 +0000

    Updated Occitan translation

M	po/oc.po

commit 5c68bc3d353504553612aa183c3a2e08037703cf
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Thu Feb 25 22:20:49 2016 +0000

    Updated Swedish translation

M	po/sv.po

commit 75072547f6e1a40bde9fd1746b57f1b379069dca
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Tue Feb 23 02:11:26 2016 +0100

    thumbnail: Demote a log message from WARNING to DEBUG
    
    Failure to create a GdkPixbufLoader for a specific MIME type doesn't
    necessarily indicate an error. It is possible that the fallback code
    would still be able to parse the image data. For example, Canon CR2 RAW
    files have the MIME type image/x-canon-cr2. While we don't have a
    loader for that specific MIME type, the TIFF loader can still parse the
    data.
    
    In case the fallback code failed to parse the image data, we get a
    WARNING anyway:
      GnomeDesktop-WARNING **: Error creating thumbnail for ...
    
    Having a log message to indicate that we are using the fallback code is
    useful for debugging, but there is no need for the WARNING. It can be
    extra noise and needlessly interferes with things like
    G_DEBUG=fatal-warnings.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762504

M	libgnome-desktop/gnome-desktop-thumbnail.c