commit 4ddd575a0ca9ab01e2f2a9a635c9d454f61cdc4c Author: Tomas Bzatek Date: 2010-12-20 Update NEWS for 1.7.1 release M NEWS commit 274b7330fab1bf07c53cb4988c6551d012c9eec0 Author: Ivar Smolin Date: 2010-12-20 [l10n] Updated Estonian translation M po/et.po commit 31d90d4d438f2c6dd9d41000082fe29316c8434f Author: Yaron Shahrabani Date: 2010-12-19 Updated Hebrew translation. M po/he.po commit 4655d216ebfbb2b0c5824ae5c65f4ace119b5c9f Author: Jorge González Date: 2010-12-18 Updated Spanish translation M po/es.po commit 7e758c3b8d4350e30db9e40dc3c44054c95a2d64 Author: Kjartan Maraas Date: 2010-12-17 Updated Norwegian bokmål translation M po/nb.po commit 5f6132bf29f469390e2f434b9e1faaf7ddf3dab4 Author: Bastien Nocera Date: 2010-11-30 afc: Add support for House Arrest protocol To access the Documents/ folder within applications. https://bugzilla.gnome.org/show_bug.cgi?id=636132 M configure.ac M daemon/gvfsbackendafc.c commit 073715e62f7618a78f1ca07663cd734bbd545fa6 Author: Bastien Nocera Date: 2010-11-12 AFC: Add ability to mount the house-arrest service https://bugzilla.gnome.org/show_bug.cgi?id=636133 M monitor/afc/afcvolume.c M monitor/afc/afcvolume.h M monitor/afc/afcvolumemonitor.c M monitor/afc/afcvolumemonitordaemon.c M po/POTFILES.in commit 61bf3e52be2b646f27ba5b129a8239549e1afcf1 Author: Tomas Bzatek Date: 2010-12-14 build: Adapt autogen.sh to libtool-2.4 Why don't we use gnome-autogen.sh? M autogen.sh commit 4a654e0c6c0b5ca7383bd9b833b82d76c3a93302 Author: Benjamin Otte Date: 2010-12-07 ftp: Detect TLS and SSL support M daemon/gvfsbackendftp.c M daemon/gvfsbackendftp.h commit 00f441ca8a8786eb755c07b73076e3d5c9bd60c6 Author: Benjamin Otte Date: 2010-12-07 ftp: Fix refcounting of addresses when connecting In error cases, we would get the refcounting wrong, which would lead to a warning when finalizing the backend, because we carried around an invalid pointer to an unreffed address for the whole time. M daemon/gvfsbackendftp.c commit 2b6c559ea87fc929ac43527da5cc61c6d831f357 Author: Henry Hoegelow Date: 2010-11-25 Fix return value of async_connection_accept_new_fd() async_connection_accept_new_fd() is a GSource callback and needs to return TRUE so that it is called again. Add the missing return value. Fixes gvfs client code on the ARM platform (and probably other platforms too). See https://bugzilla.gnome.org/show_bug.cgi?id=633330 for further details. Acked-by: Sven Neumann M client/gvfsdaemondbus.c commit 9c01f34888eac9e346f5638062905ed8a139b551 Author: Benjamin Otte Date: 2010-12-07 build: undef G_LOG_DOMAIN if we're going to redefine it Otherwise gcc will throw a warning. M client/Makefile.am commit 47d5a4f9968521c9cb84c87c18054ae085eac68f Author: Benjamin Otte Date: 2010-12-07 obex: Move variables into #if USE_HAL M daemon/gvfsbackendobexftp.c commit da7435aea66b6acf9129c656d49f044ba40e4393 Author: Benjamin Otte Date: 2010-12-07 gvfs-set-attribute: Remove non-enum switch case The case resolved to the default anyway. M programs/gvfs-set-attribute.c commit f5d24f702a1b8d13eb24069ec0fe2f0e88392e08 Author: Tomas Bzatek Date: 2010-11-29 Post release version bump M configure.ac