2009-02-16 Alexander Larsson * NEWS: Update for release 2009-02-16 Alexander Larsson * daemon/gvfsbackendsftp.c (replace_create_temp_reply): Return G_IO_ERROR_CANT_CREATE_BACKUP in the below case instead of not copying the ownership. 2009-02-16 Alexander Larsson Bug 546482 – Keep ownership when replacing files on sftp * daemon/gvfsbackendsftp.c: Try to copy ownership. If this fails revert to truncate and overwrite, unless make_backup is set. Ideally we should handle the backup case too, but that requires more code. Patch from Jesse van den Kieboom. 2009-02-16 Christian Kellner Bug 546256 – Crash in g_vfs_get_file_for_uri() * client/httpuri.c: Make sure we never return a non-NULL GVfsUriMountInfo with the path component set to NULL, since this leads to dead kittens. NB: This only fixes the symptom. The real problem is deep in the uri parsing logic. 2009-02-16 Christian Kellner 536305 – incorrect GError propagation in the htt * daemon/gvfsbackenddav.c: Convert soup errors to gio errors. Patch from Jesse van den Kieboom 2009-02-16 Alexander Larsson Bug 529349 – Redirects with username doesn't work * daemon/gvfsbackenddav.c: (redirect_handler): Copy username and password when redirecting. Patch from Mads Chr. Olesen 2009-02-16 Alexander Larsson Bug 566452 – Error when creating folder on webdav share * daemon/gvfsbackenddav.c: (redirect_handler): Don't intercept "201 Created" return as a redirection Patch from Mads Chr. Olesen 2009-02-13 Cosimo Cecchi Bug 570533 – use g_set_error_literal * daemon/gvfsbackendobexftp.c: (_push_single_file_helper): * daemon/gvfsbackendtrash.c: (trash_backend_get_file), (trash_backend_open_for_read), (trash_backend_delete), (trash_backend_pull): * daemon/trashlib/trashitem.c: (trash_item_delete): use g_set_error_literal() when appropriate. Patch by Christian Persch. 2009-02-13 Cosimo Cecchi Bug 531705 – Won't build with libarchive 1.3.1 * configure.ac: check for archive_entry_filetype() instead of archive_read_open(). Patch from Tom Parker. 2009-02-05 Bastien Nocera Bug 563788 – GNOME Goal: Clean up GLib and GTK+ includes * client/gvfsuriutils.h: * daemon/gvfsbackendburn.c: * daemon/gvfsbackendcomputer.c: * daemon/gvfsbackenddnssd.c: * daemon/gvfsbackendnetwork.c: * daemon/gvfsdaemonutils.c: * daemon/mount.c: Fix build for single GTK+ include, patch from Luis Menina (Closes: #563788) 2009-02-04 Ryan Lortie Bug 570481 – Please add translator comments * daemon/gvfsbackendtrash.c: use clearer language to make it easier to translate (not to mention, easier to understand in English). 2009-02-03 Bastien Nocera Bug 570193 – Mounting phone connected via Bluetooth fails * daemon/gvfsbackendobexftp.c (_get_bluetooth_device_properties): Use a private connection to connect to the system D-Bus, thanks to Alexander Larsson 2009-02-03 Bastien Nocera * daemon/gvfsbackendobexftp.c (do_mount): Fix possible double-free when the display name is freed Avoid errors when the icon name couldn't be gathered 2009-02-02 Alexander Larsson * configure.ac: Post release version bump === gvfs 1.1.5 ===