commit 151dec926ed669cd3000e87899f3adcb03508422 Author: Alexander Larsson Date: 2013-09-03 Update NEWS for release M NEWS commit e2d47b30ae726f4d106f4f4bbad3c9acbe0e3fb4 Author: Debarshi Ray Date: 2012-11-20 daemon: Catch thumbnail files in large directory as well When building the file attribute table info, use thumbnail paths in $XDG_CACHE_DIR/thumbnails/large in addition to $XDG_CACHE_DIR/thumbnails/normal. Failing to do this would cause an application that creates large thumbnails by default to never find any value for G_FILE_ATTRIBUTE_THUMBNAIL_PATH, with no G_FILE_ATTRIBUTE_THUMBNAILING_FAILED set, which might cause the application to either think thumbnailing is still in progress, or blindly requeue thumbnail operations in a loop. Large thumbnails are generally preferred, so we now default to the path of a large thumbnail (in case both are present). Fixes: https://bugzilla.gnome.org/688685 M daemon/gvfsbackend.c commit d0762a94ebabb2d6651606a25a75079859eb1e9c Author: Alexander Larsson Date: 2013-08-22 post release version bump M configure.ac