2004-08-12  Christophe Fergeau  <teuf@gnome.org>

	* NEWS: updated

2004-08-12  Ryan Lortie  <desrt@desrt.ca>

	* libgnomevfs/gnome-vfs-private-utils.c: (_gnome_vfs_have_ipv6):
	* libgnomevfs/gnome-vfs-ssl.c: (_gnome_vfs_ssl_init),
	(gnome_vfs_ssl_enabled):
	* modules/computer-method.c: (get_data_for_network),
	(get_data_for_home), (get_data_for_root):
	* modules/extfs-method.c: (getdelim):
	* modules/fstype.c: (filesystem_type), (filesystem_type_uncached),
	(xatoi): don't use old K&R function prototypes, use ANSI prototypes.

2004-08-10  Christophe Fergeau  <teuf@gnome.org>

	* modules/sftp-method.c: add missing comma to fix compilation

2004-08-10  Christophe Fergeau  <teuf@gnome.org>

	Backport fixes from HEAD:
	* modules/sftp-method.c: fix potential deadlock in sftp_get_connection
	  (Ryan Lortie <desrt@desrt.ca>, fixes #149273)
	* libgnomevfs/gnome-vfs-ssl.c: Changed #if to #ifdef. This should
	  fix bug #149205. (Christian Kellner  <gicmo@gnome-de.org>)
	* modules/sftp-method.c: Use memset instead of bzero, fixes #149206.
	  (Christian Kellner  <gicmo@gnome-de.org>)
	
2004-08-09  Ryan Lortie  <desrt@desrt.ca>

	* libgnomevfs/gnome-vfs-utils.c (gnome_vfs_get_volume_free_space):
	Fixed small memory leak. Fixes bug #149333.

2004-07-31  Christophe Fergeau  <teuf@gnome.org>

	* modules/ftp-method.c: (do_transfer_command): use
	  GNOME_VFS_OFFSET_FORMAT_STR when printing a GnomeVFSFileOffset (fixes
	  #148913)

2004-07-30  Christophe Fergeau  <teuf@gnome.org>

	* libgnomevfs/gnome-vfs-utils.c: (gnome_vfs_get_volume_free_space):
	  Fixed a small memory leak

2004-07-22  Christophe Fergeau <teuf@gnome.org>

	* libgnomevfs/gnome-vfs-utils.c: always use lower case URI schemes
	  when looking for the handler for a given scheme.

2004-07-20  Josselin Mouette <joss@debian.org>

	* modules/tar-method.c: fixed crash when opening tar:/// in Nautilus.
	  Fixes #122570

2004-07-20  Alexander Larsson  <alexl@redhat.com>

        * libgnomevfs/gnome-vfs-xfer.c (copy_items):
          Make sure to not lose skip if its ever set to true.
          Fixes bug #145487

2004-07-11  Sebastien Bacher  <seb128@debian.org>
	
	* libgnomevfs/gnome-vfs-uri.c: (make_full_uri_from_relative):
	Patch from Josselin Mouette <joss@debian.org> to fix a crash,
	on 64bit arches, due to a bad cast.

2004-07-03  Christophe Fergeau  <teuf@gnome.org>

	* libgnomevfs/gnome-vfs-utils.c: use dngettext instead of ngettext
	  since gnome-vfs is a library, fixes bug #145344

2004-07-03  Takao Fujiwara  <takao.fujiwara@sun.com>

	* daemon/gnome-vfs-daemon.c: initialize gettext so that strings from
	  the daemon are translated

2004-06-09  Narayana Pattipati  <narayana.pattipati@wipro.com>

	* libgnomevfs/gnome-vfs-socket-buffer.c (gnome_vfs_socket_buffer_write):
	Consider bytes left to be written instead of total bytes while
	writing into the target in ftp:// method. Bugzilla bug#143320

2004-06-08  Dave Camp  <dave@novell.com>

	* modules/computer-method.c: (get_file), (build_file_name),
	(volume_mounted), (drive_connected), (fill_root): Escape
	the volume name before using it as a file name.

2004-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

	* monikers/bonobo-storage-fs.c: fix Bonobo_Storage_listContents so 
	that it uses the proper path.

Thu May 27 15:59:40 2004  Jonathan Blandford  <jrb@gnome.org>

	* libgnomevfs/xdgmimemagic.c: Sync from upstream.

2004-05-15  Christophe Fergeau  <teuf@gnome.org>

	* modules/ftp-method.c: reset connection offset in
          ftp_connection_acquire (should fix #140583)

2004-05-16  Georges Karabin  <gkarabin@pobox.com>

	* doc/writing-modules.sgml: fixed prototypes of the module virtual 
	  functions, corrected a few spelling/grammatical mistakes,
	  reformulated some sentences for clarity.

2004-05-15  Christophe Fergeau  <teuf@gnome.org>

	* modules/sftp-method.c: fix filling of the 'type' field in 
	  GnomeVFSFileInfo, fixes bug #139371

2004-05-15  Christophe Fergeau  <teuf@gnome.org>

	* modules/sftp-method.c: truncate existing files when using 
	  gnome_vfs_create, fixes bug #140551

2004-05-15  Damien Carbery  <damien.carbery@sun.com>

	* modules/sftp-method.c: remove TEMP_FAILURE_RETRY macro since it's 
	  used only once and breaks compilation on Solaris.

2004-05-15  ynakai@redhat.com

	* doc/about.sgml: use 0777 permissions instead of 0x777 in sample code

2004-05-15  Morten Welinder  <mortenw@gnome.org>

	* configure.in: fix ngettext detection on Solaris and AIX

2004-05-15  Michael Wilson <Michael.Wilson@bull.net>

	* libgnomevfs/xdgmimeglob.h: removed unnecessary comma at the end of
	  an enum

2004-05-11  Alexander Larsson  <alexl@redhat.com>

	* configure.in:
	Include sys/param.h when looking for statfs(). Fixes FreeBSD build.
	Patch from Joe Marcus Clarke
	
2004-04-20  Christophe Fergeau  <teuf@gnome.org>

	* modules/sftp-method.c: fix method error reporting, return
	HOST_NOT_FOUND when trying to use the method with an empty host name.

2004-04-20  Alexander Larsson  <alexl@redhat.com>

	* configure.in: 
	Post release version bump

=== gnome-vfs 2.6.1.1 ===