2004-07-31 Christophe Fergeau * configure.in * NEWS: version 2.7.90 2004-07-31 Christophe Fergeau * modules/ftp-method.c: added explicit cast to struct sockaddr in the hope that it will fix part of bug #147887. 2004-07-31 Christophe Fergeau * modules/sftp-method.c: support ssh.com ssh server, patch from William Jon McCann , fixes #147444 2004-07-31 Christophe Fergeau * libgnomevfs/Makefile.am: removed -export-symbols-regex since it doesn't seem to make a difference on linux anyway, and it breaks compilation on Solaris. 2004-07-30 Christian Kellner * configure.in: Added checks for res_ninit and rearranged the resolver checks. * libgnomevfs/gnome-vfs-resolve.c: Added support for resolver reloads and fixed a memory leak. The reload support is partially based on a patch from Christophe Fergeau . Fixes #76283 2004-07-31 Christophe Fergeau * modules/sftp-method.c: (do_create): use memset instead of bzero 2004-07-31 Torsten Schoenfeld * libgnomevfs/Makefile.am: * libgnomevfs/gnome-vfs-dns-sd.c: (gnome_vfs_dns_sd_service_status_get_type): * libgnomevfs/gnome-vfs-dns-sd.h: * libgnomevfs/gnome-vfs.h: Adds GType for GnomeVFSDNSSDServiceStatus 2004-07-31 Christophe Fergeau * libgnomevfs/Makefile.am: 2004-07-31 Christophe Fergeau * modules/ftp-method.c: (do_transfer_command): * modules/http-neon-method.c: (http_transfer_start_read): use GNOME_VFS_OFFSET_FORMAT_STR to print a GnomeVFSFileOffset (fixes #148913) 2004-07-31 Christophe Fergeau * acinclude.m4 * configure.in: renamed NEON_BUNDLED to VFS_NEON_BUNDLED not to clash with macro names installed by libneon-dev. Fixes #148903 2004-07-29 Christophe Fergeau * libgnomevfs/gnome-vfs-utils.c: (gnome_vfs_get_volume_free_space): fixed a small leak 2004-07-29 Christian Kellner * modules/http-authn.c: * test/test-uri.c: Changed the VERIFY_STRING_RESULT macro to use strcmp_allow_nulls to avoid gcc warnings. 2004-07-27 Christian Kellner * libgnomevfs/gnome-vfs-resolve.h: * libgnomevfs/gnome-vfs-resolve.c (gnome_vfs_resolve_next_address): * libgnomevfs/gnome-vfs-ssl.c (gnome_vfs_ssl_create): * libgnomevfs/gnome-vfs-inet-connection.c (gnome_vfs_inet_connection_create): * imported/neon/ne_gnomevfs.c: Renamed gnome-vfs-next-address to gnome-vfs-resolve-next-address.