diff options
author | jmmv <jmmv> | 2006-03-30 21:07:48 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2006-03-30 21:07:48 +0000 |
commit | 8198270a2d16de90ce0ee42c45a5308f68bcd98d (patch) | |
tree | b309d58fe600f5dd33da760bcfad8527b8950efc /net | |
parent | f520b31c730bc559a27983c071ba3e55ebff03e4 (diff) | |
download | pkgsrc-8198270a2d16de90ce0ee42c45a5308f68bcd98d.tar.gz |
Update gnome-vfs2, gnome-vfs2-cdda and gnome-vfs2-smb to 2.14.0:
gnome-vfs 2.14.0
* Fix circular dependency on gnome-mount
* Fix some details in gnome_vfs_xfer callbacks
* Avoid crash with symlinks that has ':' in them
* Update hal volume manager policies
* Fix leaks
* Better smb authentication code
* Fix permission reading bug introduced in 2.13.92
gnome-vfs 2.13.92
* Build fixes
* Fix memory leaks
* Some optimizations
* New readdir option GNOME_VFS_FILE_INFO_NAME_ONLY that only returns
filenames (not stat info).
* use pmount in /media if not using gnome-mount or hal-mount
* Fixes for encrypted drives/volumes in hal backend
* Mime detection fix for multiple magic matches of same prio
* HAL volume operation fixes
* More robust gnome_vfs_make_uri_from_input_internal
* Fix Avahi resolving of non-local hostnames
gnome-vfs 2.13.91
* Eject fixes for volume manager
* Windows 2000 portability fixes
* Revert overwrite error dialog change that caused problems
* ssh fixes for newer BSD and OSX releases
gnome-vfs 2.13.4
* Add support for gnome-mount
* Re-add thread prioritizing
* Add gnome_vfs_get_mime_type_for_name_and_data () and
gnome_vfs_get_mime_type_for_name ()
* Deprecate gnome_vfs_mime_type_from_name ()
* Skip attempts to overwrite a file onto itself in
gnome_vfs_xfer and friends.
* Retrun GNOME_VFS_ERROR_INTERRUPTED when aborting transfers
* inotify: Fix various crashers and bugs
* ftp-method: Basic support for proxies
* http-method: Fix SSL support
* http-mehtod: Fix bugs introduced during the neon upgrade
* Various hal related volume fixes
* Hide some more private functions
* Some documentation updates
* Translation updates
gnome-vfs 2.13.3
* load modules with BIND_LOCAL
* inotify fix
gnome-vfs 2.13.2
* Support Avahi 0.6
* Support passwords in mount
* Inotify support
* Update neon import to 0.25
* Leak fixes
* Win32 fixes
* Add GNOME_VFS_FILE_INFO_FIELDS_IDS to see if uid/gid are valid
* Update to lates xdgmime
* Use the glib GThreadPool code instead of our own threadpool
gnome-vfs 2.13.1
* Support for recent samba
* Fix bug when resolving nested symlinks
* Sync to upstream xdg-mime code
* Various fixes to gnomevfs-* apps
* New functions gnome_vfs_exists, gnome_vfs_get_slow_mime
* Better ls parsing for ftp
* Return GNOME_VFS_ERROR_CANCELLED when authentication is cancelled
* Add avahi support
* Fix problem when mounting cd multiple times
* Hide private symbols
* Better docs
* Fix metadata removal issue with deletion in Nautilus
Diffstat (limited to 'net')
-rw-r--r-- | net/gnome-vfs2-smb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/gnome-vfs2-smb/Makefile b/net/gnome-vfs2-smb/Makefile index 1c3cd1e0210..cdfefd7a888 100644 --- a/net/gnome-vfs2-smb/Makefile +++ b/net/gnome-vfs2-smb/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2006/03/06 00:18:22 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/03/30 21:07:48 jmmv Exp $ # GNOME_VFS2_NAME= smb GNOME_VFS2_FLAG= samba -PKGREVISION= 3 CATEGORIES= net EGFILES+= modules/smb-module.conf |