commit 7f26437b838caf5e955a97a3ce39d4a73266c775 Author: Ondrej Holy Date: 2014-08-29 Update NEWS for 1.21.91 release M NEWS commit 2153d300f24d3388d7c4ab75a55451ad5a581b5a Author: Ross Lagerwall Date: 2014-08-25 ftp: Don't unlock unlocked mutex Don't unlock an unlocked mutex since this causes an abort() with the latest glib (and is undefined anyway). https://bugzilla.gnome.org/show_bug.cgi?id=735381 M daemon/gvfsftptask.c commit baf4a01c181c8a8f81ffb02cd5bfe1d94083efb9 Author: Yosef Or Boczko Date: 2014-08-28 Updated Hebrew translation M po/he.po commit 622024a88f842cb087306e81e886af850107149a Author: Vadim Rutkovsky Date: 2014-08-06 build: add --enable-installed-tests parameter See https://live.gnome.org/GnomeGoals/InstalledTests for more information. Those tests will also be executed on http://build.gnome.org. For now we run all our suite as one big test It's still possible to run `make check` with locally uninstalled tests. https://bugzilla.gnome.org/show_bug.cgi?id=734370 M configure.ac A glib-tap.mk M test/.gitignore M test/Makefile.am commit 7955e6333507b69a1d013c70376fb4b279df2556 Author: Ross Lagerwall Date: 2014-08-25 dav: Add comment for bug 594507 https://bugzilla.gnome.org/show_bug.cgi?id=594507 M daemon/gvfsbackenddav.c commit 367053db51e84c81c21fafd3d7476be8ff2301ce Author: Ross Lagerwall Date: 2014-07-04 dav: Force unmount when dns-sd data changes Force unmount the backend when the resolved data changes (most likely when the remote service disappears). https://bugzilla.gnome.org/show_bug.cgi?id=594507 M daemon/gvfsbackenddav.c commit b9d23b3afbf16328a203931ca6a710a2fe62a35c Author: Kjartan Maraas Date: 2014-08-23 Updated Norwegian bokmål translation. M po/nb.po commit 3e5c3085b680101d95ae6b3ddcef3cae2b12f099 Author: Ross Lagerwall Date: 2014-08-20 archive: Retry operations that return ARCHIVE_RETRY Retry operations that return ARCHIVE_RETRY since it indicates that the operation has failed, the archive_entry is not valid, and the operation should be retried to see if it succeeds. This fixes a segfault on a truncated archive where archive_read_next_header would return ARCHIVE_RETRY and the backend would continue to try and use the invalid archive_entry that was returned. https://bugzilla.gnome.org/show_bug.cgi?id=735120 M daemon/gvfsbackendarchive.c commit 26b4b1d00eb77e54f72d5ed7c1867bcf796094c1 Author: Chao-Hsiung Liao Date: 2014-08-21 Updated Traditional Chinese translation(Hong Kong and Taiwan) M po/zh_HK.po M po/zh_TW.po commit e7754a7433565e1df2411334760814f9622d0ebd Author: Daniel Mustieles Date: 2014-08-19 Updated Spanish translation M po/es.po commit d41ca9c828987546d28d82c013300ba0d6e51b12 Author: ngoswami Date: 2014-08-18 Updated Assamese translation M po/as.po commit d84f86d8ea3329c36d070f17788288b4d380595b Author: Tom Tryfonidis Date: 2014-08-17 Updated Greek translation M po/el.po commit bb1862582a93f6f73e251f7b156d15817c27e16a Author: Rok Mandeljc Date: 2014-08-14 mtp: fix storage-list-related race condition between STORE_ADDED event handler and do_query_info() The LIBMTP_Get_Storage() call in STORE_ADDED event handler needs to be called with backend mutex held, otherwise it races with iteration over storages list in do_query_info() as the latter attempts to retrieve information about storage. The issues occur when several stores are added at the same time, because after a store is added, Nautilus immediately queries it for info. Also, backend reference should probably also be released in cases when LIBMTP_Get_Storage() fails. Signed-off-by: Rok Mandeljc M daemon/gvfsbackendmtp.c commit 01f6a72080945bf103b1a8d175f1523e1fc5c9b8 Author: Aurimas Černius Date: 2014-08-15 Updated Lithuanian translation M po/lt.po commit cbe0b424bfc2f57fd91435f31b1d4d236fd2e872 Author: Ondrej Holy Date: 2014-08-15 Post release version bump M configure.ac