disabled a while ago because it was causing lockups when using gnome-vfs2;
after the updates of fam and gnome-vfs2, this seems to be fixed (there have
been some fixes WRT fam support in this package). Bump PKGREVISION to 2.
Bugs fixed
* Guess mime type by looking at the extension when a zip file is found
* ncpfs file systems should work again (radu)
* stop complaining about empty PROPFIND responses (Jan Kratochvil)
* Several memory leaks
Translations
* lt (Tomas Kuliavas)
probably other applications using gnome-vfs2 (yeah, it removes some minor
functionality... but until it's solved, this is better than nothing).
Bump PKGREVISION to 1.
Found by xtraeme@ with help from marcus@freebsd.
gnome-vfs-2.4.1
* Bugs fixed
+ Allow to create symlinks to huge files on
nearly full file systems (James M. Cape)
+ Fix compilation on HP/UX
* Translations
+ he (Gil "Dolfin" Osher), it (Luca Ferretti),
lv (Peteris Krisjanis), mr (Jitendra Shah),
nl (Vincent van Adrighem), pt_BR (Augusta Marques da Silva),
ro (Mi?u Moldovan), ta (Dinesh)
gnome-vfs 2.4.0
* Featurelets:
Updated translations
gnome-vfs 2.3.90
* Bugs fixed:
+ Just emit one mime db changed signal per change
gnome-vfs 2.3.8
* Bugs fixed:
+ CDE menu fixes
+ IPV6 build fixes for non-linux
+ removed usage of ngettext (for now)
+ fix fam crash
* Featurelets:
+ add dav schema for webdav usage
+ Make gnome_vfs_make_uri_from_input be smarter about
when to make http: uris
gnome-vfs 2.3.7
* Bugs fixed:
+ Test fixes
+ translation fixes
* Featurelets:
+ ignore_hosts gconf key for proxies
gnome-vfs 2.3.6
* Bugs fixed:
+ Fixes in CDE menu handling
+ Shrink default gnome-vfs stack size
+ Small API doc updates
+ Properly read .mime and .keys file not ending with \n
+ Compilation fixes when using gcc 3.3
+ Compilation fixes for Solaris
+ Leak fixes in URI and mime-type handling
+ When an unknown app is added to a mime-type short list,
also add it to this mime-type global list
* Featurelets:
+ Added an Accessibility submenu in the Applications menu
+ Improve parsing of URIs (wrongly) containing UTF-8 chars
+ Translation updates
gnome-vfs 2.3.5:
* Features:
+ added a startup notification application registry key
* Bugs fixed:
+ Fix memory handling in mime handlers.
+ Make job_private static in gnome-vfs-job.c
+ Fixed CDE menu crash
gnome-vfs 2.3.4:
* Bugs fixed:
+ Get Names of vfolder directories right
gnome-vfs 2.3.3:
* Bugs fixed:
+ Fix potential crashes for uris with %2F in them
+ solaris libnsl/libsocket build fixes
+ Fix fam threadsafe issue
+ Handle fam connection going away better
+ Fixed doc building
gnome-vfs 2.3.2
* Features:
+ ipv6 uris supported
+ add some command line applications for gnome-vfs
* Bugs fixed:
+ mp3 mimetype is audio/mpeg, not audio/x-mp3
+ build issues fixed
+ fix ncpfs filesystem
gnome-vfs 2.3.1
* Features:
+ New API gnome_vfs_url_show() and related calls
+ New function gnome_vfs_make_uri_from_input_with_dirs
+ Cygwin port
+ IPV6 support
* Bugs fixed:
+ Some mime fixes
+ Correctly handle symlinks to symlinks
+ hpux fixes
+ CDE menu translation fixes
+ Webdav PROPFIND details
+ Fixed locale aliases handling
+ call bindtextlocale to get translation working
+ Fixes to mtab handling
Most notably, this version fixes a series of fundamental, long outstanding
problems we had with GNOME2:
* Nautilus works now
* gnome-control-center no longer crashes
* panel menus and entries are now correct
* probably a ton of other gnome-vfs related problems
configuration database from beeing modified by packages that do not honour
the --disable-schemas-install option. There is no need to patch these broken
packages any more.
Okay'ed by wiz.
patching.
- Remove useless patches that make maintenance harder.
- Use glib's g_dir_* functions instead of hacking the local file method to
use readdir.
- Bump PKGREVISION to 1.
Reviewed by wiz.
- Properly compile pluggable fs modules (pkg/18220)
- Add missing dependencies (pkg/18220)
- Make this more pkglint-friendly.
- Don't try to tweak LTCONFIG_OVERRIDE towards ltmain.sh, use
LIBTOOL_OVERRIDE instead