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: 04/01/2004 18:21:20
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Thu Apr  1 18:21:20 UTC 2004

Modified Files:
	pkgsrc/sysutils/gnome-vfs2: Makefile PLIST buildlink2.mk buildlink3.mk
	    distinfo
	pkgsrc/sysutils/gnome-vfs2/patches: patch-aa patch-ab patch-ag patch-ai
Added Files:
	pkgsrc/sysutils/gnome-vfs2/patches: patch-ac patch-ad

Log Message:
Update to 2.6.0.  Changes since the 2.4.x branch:

gnome-vfs 2.6.0
	* Bugs fixed:
	        + Some doc fixes
		+ Fixed potential buffer in ftp readdir
		+ Fix up needs_terminal usage in schema for url handlers

gnome-vfs 2.5.91
	* Bugs fixed:
	        + build fixes
		+ enable ssl if using gnu tls
		+ handle host key changed in sftp method

gnome-vfs 2.5.90
	* Bugs fixed:
	        + fix some sftp bugs
		+ fix ssl support (wasn't working at all)
		+ better webdav support on some servers (including apache)
		+ fix crash when monitoring invalid uris
		+ handle fam crashing without using 100% cpu
		+ fix nautilus crasher
		+ better emission of pre_unmount when unmounting volumes
		+ fixed some mime sniffing issues (need new shared-mime-info)
		+ portability fixes
		+ fix memleaks
		+ some header changes needed for c++ binding

gnome-vfs 2.5.8
	* Bugs fixed:
	        + Text mimetype sniffing
		+ portability fixes
	* Features
		+ Added gtk file chooser backend (experimental)
		  Note that this introduces a circular build dependency.
		  This will have to be fixed later, but isn't a huge
		  problem atm since nothing is using the backend.
gnome-vfs 2.5.7
	* Bugs fixed:
	        + proxy mask parsing bug fixed
		+ Eject code on freebsd
		+ Fixed leaks
		+ DESTDIR install fixes

gnome-vfs 2.5.6
	* Features
		+ mime sniffing default method changed
	* Bugs fixed:
	        + Portability fixes
		+ Force volume reload after mount/unmount
		+ handle 32bit linux device numbers
		+ fix various mime detection bugs
		+ don't confuse user_xattr mount option with user
		+ move vfs daemon to libexec

gnome-vfs 2.5.5
	* Features
		+ Allow rename to case-different name
                  on case-insensitive filesystems (FAT)
		+ Add smb support (requires samba 3.0)
		+ Add sftp support
		+ Use the xdg mime systems (requires shared-mime-data)
		+ Initial network:// support

	* Bugs fixed:
		+ Fix drive/volume casting macros
		+ Added GPL headers to daemon

gnome-vfs 2.5.4
	* Features
		+ performance tweaking of copy block size
		+ correct units for kilobytes according to HIG
		+ some cleanups of the schemas texts

	* Bugs fixed:
		+ fixed up daemon failure handling
		+ cd name reading
		+ g_object_new crasher
		+ removed debug spew
gnome-vfs 2.5.3
	* Features
		+ New authentication callbacks, allowing
		  more control and gnome-keyring integration
		+ New callback support for http backend
		+ moved url handler schemas here
		+ real gtypes for gnome-vfs enumerations (Murray Cumming)

	* Bugs fixed:
		+ Solaris fixes of the volume handling (Niall Powed, Padraig
		O'Brian)

gnome-vfs 2.5.2
	* Features
		+ use ngettext
	* Bugs fixed:
	        + no more vfs-daemon zombies
		+ fixed gnomevfs-ls escape bug
		+ fixed some leaks
		+ fixed some http issues

gnome-vfs 2.5.1
	* Features
		+ volume monitor
		+ computer location

gnome-vfs 2.5.0
	* Features
		+ asynchronous seek implementation (Manuel Clos)
		+ seek and tell support in the FTP method (Manuel Clos)

	* Featurelets:
		+ make the ssh method work with newer ssh (Mitch)


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 pkgsrc/sysutils/gnome-vfs2/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/sysutils/gnome-vfs2/PLIST
cvs rdiff -r1.15 -r1.16 pkgsrc/sysutils/gnome-vfs2/buildlink2.mk
cvs rdiff -r1.5 -r1.6 pkgsrc/sysutils/gnome-vfs2/buildlink3.mk
cvs rdiff -r1.14 -r1.15 pkgsrc/sysutils/gnome-vfs2/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/sysutils/gnome-vfs2/patches/patch-aa
cvs rdiff -r1.5 -r1.6 pkgsrc/sysutils/gnome-vfs2/patches/patch-ab \
    pkgsrc/sysutils/gnome-vfs2/patches/patch-ai
cvs rdiff -r0 -r1.3 pkgsrc/sysutils/gnome-vfs2/patches/patch-ac \
    pkgsrc/sysutils/gnome-vfs2/patches/patch-ad
cvs rdiff -r1.4 -r1.5 pkgsrc/sysutils/gnome-vfs2/patches/patch-ag

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