commit 5ad56e1e7d52b34edf0abbdced472c08cd70e6d5 Author: Matthias Clasen Date: Mon Dec 15 09:11:57 2014 -0500 3.15.3 M NEWS commit 5b28350d3229d36d7c64084e52f5a40ee5903723 Author: Philip Withnall Date: Wed Dec 10 23:41:11 2014 +0000 thumbnail: Fix a code path where the mutex is never unlocked Fix one unusual code path where the GnomeDesktopThumbnailFactory’s mutex is not unlocked before the function returns. As well as the usual deadlock issues, this would lead to an abort on shutdown with recent GLib changes, as g_mutex_clear() would be called on the locked mutex, which GLib now (correctly) complains about. https://bugzilla.gnome.org/show_bug.cgi?id=740666 M libgnome-desktop/gnome-desktop-thumbnail.c commit 3019eb8cbbcac06055ee1fe6543f168c5bb53604 Author: Bastien Nocera Date: Fri Dec 5 14:50:14 2014 +0100 build: Post-release version bump M configure.ac