==== gnome-vfs 2.7.2 ====
	
2004-06-18  Alexander Larsson  <alexl@redhat.com>

	* NEWS:
	Update news for release
	
2004-06-18  Alexander Larsson  <alexl@redhat.com>

	* configure.in:
	Need -lresolve for unicast dns-sd

	* doc/gnome-vfs-2.0-sections.txt:
	Update with some new stuff

2004-06-18  Alexander Larsson  <alexl@redhat.com>

	* configure.in:
	Check for howl 0.9.5
	
	* libgnomevfs/Makefile.am:
	Add gnome-vfs-dns-sd.[ch].
	
	* libgnomevfs/gnome-vfs-dns-sd.[ch]:
	New files.
	Implements unicast dns-sd natively and mDNS using howl.
	
	* modules/Makefile.am:
	Add new files
	
	* modules/default-modules.conf:
	Add dns-sd:
	
	* modules/dns-sd-method.c:
	New method for dns-sd browsing.
	
	* modules/network-method.c:
	Rewrite and add support for dns-sd.
	
	* schemas/Makefile.am:
	* schemas/system_dns_sd.schemas.in:
	Some gconf keys used by network://
	
	* test/Makefile.am:
	* test/test-dns-sd.c:
	Testing code for dns-sd

2004-06-09  Alexander Larsson  <alexl@redhat.com>

	* libgnomevfs/gnome-vfs-socket-buffer.c (gnome_vfs_socket_buffer_write):
	Slightly more efficient flushing strategy.

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. 

2004-06-03  Niall Power  <niall.power@sun.com>

	* libgnomevfs/gnome-vfs-volume-ops.c:
	  mount_unmount_thread(): ignore umount errors if ejection still
	  succeeds. Fixes bugzilla #143569