Subject: CVS commit: pkgsrc/sysutils/gnome-vfs2
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 03/22/2005 15:56:41
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Tue Mar 22 15:56:41 UTC 2005

Modified Files:
	pkgsrc/sysutils/gnome-vfs2: Makefile Makefile.common PLIST distinfo
	pkgsrc/sysutils/gnome-vfs2/patches: patch-af
Removed Files:
	pkgsrc/sysutils/gnome-vfs2/patches: patch-ai patch-an patch-as

Log Message:
Update gnome-vfs2, gnome-vfs2-cdda and gnome-vfs2-smb to 2.10.0:

gnome-vfs 2.10.0
    * Translation updates

    Note: The handling of dav:// and http:// changed with this release.
     If you use http:// the http-method will be in http-only
     mode and won't try to retrive file information through webdav.
     Be sure to use dav:// and davs:// for webdav resources!

gnome-vfs 2.9.93

    * Bugs fixed:
	+ smb-method: fix browsing of (non-domain) workgroups and
                      browsing of Windows machines not on a domain

gnome-vfs 2.9.92

    * Bugs fixed:
	+ Fix some tests
	+ smb-method: Fix crashes when user specified in uri
	+ smb-method: Some authentication fixes
	+ sftp-method: fix memory leaks
	+ Make GnomeVFSSocket handle cancellation earlier
	+ ftp-method: Fix access rights
	+ Return OK on read/writes of 0 bytes, even at eof
	+ Make gnome_vfs_read_entire_file nul-terminate the string
	  to fix some apps that depended on this
	+ Get right mime description for folders.

gnome-vfs 2.9.91

    Note: The handling of dav:// and http:// changed with this release.
     If you use http:// the http-mehtod will be in http-only
     mode and won't try to retrive file information through webdav.
     Be sure to use dav:// and davs:// for webdav resources!

    * Features:
	+ Browse for the new sftp-ssh service

    * Bugs fixed:
	+ fix gnomevfs-copy to have cp semantics so it
	  won't override directories
	+ fix copying data to FAT 16 file systems
	+ sftp-method: clear up closed ssh connections and processes
	+ sftp-method: increased timeout for initiating connections
	+ http-method: work around broken icecast server
	+ http-method: update to neon version 0.24.7
	+ http-method: fix a possible crasher and plug a few leaks
	+ ftp-method: fix directory listings for windows ftp servers
	+ smb-method: fix connection cache lookups
	+ fix gnome_vfs_uri_extract_short_name to never return NULL
	+ better default folder handler mechanism
	+ fix bad grammar in http-proxy schema file
	+ various doc and translation updates
	+ build fixes

gnome-vfs 2.9.90

    * Features:
	+ support for joliet cdrom labels
	+ allow eject of unmounted volumes
	+ use posix_fadvice when doing large copies
	  to avoid bad cache behaviour
	+ Better smb authentication behaviour,
	  now uses the same password on all the shares
	  on a server.
	+ Update to the API for no auto login that was
	  commited to samba
	+ Support setgid directories in gnome-vfs-xfer

    * Bugs fixed:
	+ sftp: fix crash
	+ fix deadlock in gnome-vfs daemon with hal enabled

gnome-vfs 2.9.3

    * Features:
	+ gnomevfs-mv program added
	+ Added GNOME_VFS_OPEN_TRUNCATE open flag

    * Bugs fixed:
	+ smb: New mechanism for handling authentication

	  NOTE: This should work a lot better then before, but unless
	  you first apply the samba patch from
	  https://bugzilla.samba.org/show_bug.cgi?id=2092
	  there can be problems with logging in as a user on shares
	  that support anonymous logins.

	+ sftp: Honour force_replace flag in move
	+ use right icon name field in mime files
	+ fix mimetype detection for names with a dot in
	+ build fixes on IA64

gnome-vfs 2.9.2

    * Features:
	+ Deprecate parts of GnomeVFSMimeApplication structure
	+ AIX support
	+ Better mime detection
	+ New HAL support for volumes/drives

    * Bugs fixed:
	+ Fix memory leak
	+ Detect mime data changed in mime monitor
	+ Fix EOF problem in sftp method

gnome-vfs 2.9.1

    * Features:
        + removed the vfolder and cdemenu methods
	+ Updated the mime handler APIs, deprecated some old APIs

    * Bugs fixed:
        + Fixed bogus gcc warnings


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 pkgsrc/sysutils/gnome-vfs2/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/sysutils/gnome-vfs2/Makefile.common
cvs rdiff -r1.14 -r1.15 pkgsrc/sysutils/gnome-vfs2/PLIST
cvs rdiff -r1.33 -r1.34 pkgsrc/sysutils/gnome-vfs2/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/sysutils/gnome-vfs2/patches/patch-af
cvs rdiff -r1.9 -r0 pkgsrc/sysutils/gnome-vfs2/patches/patch-ai
cvs rdiff -r1.1 -r0 pkgsrc/sysutils/gnome-vfs2/patches/patch-an \
    pkgsrc/sysutils/gnome-vfs2/patches/patch-as

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.