2006-12-01 22:16:02 by Roland Illig | Files touched by this commit (5) |
Log message:
Added two patches that correct the localedir on Solaris.
|
2006-11-24 18:30:23 by Matthias Drochner | Files touched by this commit (5) | |
Log message:
update to 2.16.3
changes:
-bugfixes
* Add a "--replace" commandline argument to gnome-vfs-daemon
to replace the current daemon. (Mostly for debugging use)
* Make translations work in gnome-vfs-daemon
* Handle IPv6 addresses when creating dav uris (DNS-SD)
* Support sun ssh server
* Allow operations on file handles that were created in another
DaemonConnection. (This fixes e.g. smb browsing)
* Support Path key in desktop files
* Don't use deprecated dbus functions
|
2006-11-05 18:09:00 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
DESTDIR support.
|
2006-09-16 17:36:13 by Julio M. Merino Vidal | Files touched by this commit (9) | |
Log message:
Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.
(These are some that I forgot in the previous commit because they weren't
initially in the file list. Reported by hira@.)
|
2006-09-16 14:20:42 by Julio M. Merino Vidal | Files touched by this commit (181) | |
Log message:
Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.
Grrr, I really hate this kind of change.
|
2006-09-15 17:07:41 by Julio M. Merino Vidal | Files touched by this commit (19) | |
Log message:
Update gnome-vfs2* to 2.16.0:
gnome-vfs 2.16.0
* http: Fix crash on some redirects
* http: Ignore fragment identifiers in URIs
* support --disable-selinux
* Fix gnome_vfs_mime_type_is_equal
* inotify monitoring fixes
gnome-vfs 2.15.92
* Remove old unused code
* Better sniffing of text files
* Tweak xfer callbacks for better performance
gnome-vfs 2.15.91
* Avoid slow I/O looking for trash on remote shares
* Inotify updates to avoid polling as much.
* Build fix
gnome-vfs 2.15.90
* Don't use deprectated dbus calls
* Always dispatch monitor events
* Add gnome_vfs_drive_needs_eject function.
* Add support for compile time version checking.
* Add GNOME_VFS_ERROR_INVALID_FILENAME error
* Handle ENAMETOOLONG when converting from errno
* Initialize SSL lazily
* Fix error reporting in dns resolver code
* Robustness fixes
* Clean up code and fix warnings
* dav fixes
* ftp: fixes for IIS virtual directories
* sftp: Support setting symlinks
gnome-vfs 2.15.3 'Kill the monkeys'
Note: The moniker code was moved to a seperate module
called gnome-vfs-monikers. We need to keep that in the
platform to be API/ABI compatible.
Also note that bonobo mime related functions have been
moved to libbonobo.
This relase is free of Bonobos :)
* Replace bonobo by DBus as IPC mechanism between clients
and the daemon: Remove all references and dependencies
on bonobo. (Initial work done by Richard Hult and Mikael
Hallendal from Imendio)
* Massive API documentation update.
* INotify: fixes for remote (i.e. NFS) filesystems
* INotify: Updates to the timers used (see ChangeLog)
* Convert all use of pop to GOption
* Fix non ACL file method build
* OSX fix for GnomeVFSAddress
* Handle %% escaping % in desktop files. (#343632)
* Check for later version of libselinux. (#344349)
gnome-vfs 2.15.2
* win32 fixes
* Don't hide smb shares that end with $
* ACL support
* Support for reading selinux context
* Fix bug in gnome_vfs_uri_hash
gnome-vfs 2.15.1
* Fix sftp symlink support
* Fix smb connecting many times to the server
* Add authentication to command line utils
* Escape "?" in paths, as this is a special char in uris
* Fix up symlink resolving in some cases
* Portability fixes for the cdda method
* Fix up locking around the xdg mime code where missing
* Better handling of existing files in create/makedir for ftp
* Shut down vfs backends on shutdown
* Handle ftp anon login failure better
* Handle more % expansions in Exec lines in desktop files
* Make GnomeVFSDrive user_visible only if it supports media check
* Fix ftp handling of large files
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
2006-07-07 02:47:40 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Add a workaround for GNOME bug #338015. This fixes PR pkg/33233.
|
2006-07-07 02:24:43 by Min Sik Kim | Files touched by this commit (5) |
Log message:
Add a workaround for GNOME bug #337993. This fixes "undefined symbols"
errors on Darwin.
|