commit 731bf19a890eca90ab294b212358dc134b5a82ee Author: Bastien Nocera Date: Fri Dec 5 14:46:10 2014 +0100 3.15.2.1 M NEWS M configure.ac commit ef0f02e3a248e0892de282b6ac7673b0c8c74798 Author: Sebastian Keller Date: Fri Dec 5 00:20:10 2014 +0100 thumbnail: Include the filename in the thumbnail path thumbnail_path did not include the actual filename in its result after calculating it. This breaks things in save_thumbnail which assumes receiving a file path rather than a directory path. See original code before clean ups at: https://git.gnome.org/browse/gnome-desktop/tree/libgnome-desktop/gnome-desktop-thumbnail.c?id=f2d25fa7d6cdaba03679f0fc0921fc5f81bd3944#n1060 https://bugzilla.gnome.org/show_bug.cgi?id=684026 M libgnome-desktop/gnome-desktop-thumbnail.c commit ef4734f80d7862426714d3720700cf4526499997 Author: Sebastian Keller Date: Fri Dec 5 00:13:54 2014 +0100 thumbnail: Don't fail after successfully creating the cache directory g_mkdir_with_parents returns 0 on success or if the directory already exists, which caused the code to go into the failure path rather than generating the thumbnail. https://bugzilla.gnome.org/show_bug.cgi?id=684026 M libgnome-desktop/gnome-desktop-thumbnail.c