Next | Query returned 143 messages, browsing 71 to 80 | Previous

History of commit frequency

CVS Commit History:


   2005-04-10 17:37:13 by Julio M. Merino Vidal | Files touched by this commit (1)
Log message:
Explicitly disable howl; fixes build if it's installed.
   2005-04-05 22:29:04 by Roland Illig | Files touched by this commit (2)
Log message:
Added a patch necessary for gcc-2.95. Approved by wiz.
   2005-03-22 17:01:28 by Julio M. Merino Vidal | Files touched by this commit (1)
Log message:
Remove LIBTOOL_REQD; tv@ has just bumped the version in bsd.pkg.mk.
   2005-03-22 16:56:41 by Julio M. Merino Vidal | Files touched by this commit (8) | Package updated
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
   2005-03-18 20:32:22 by Julio M. Merino Vidal | Files touched by this commit (1)
Log message:
Also include krb5.buildlink3.mk from here so that depending packages can
find the correct files (and dependencies, such as db4).

I suspect this will fix PR pkg/29710, PR pkg/29711 and PR pkg/29715, which
could be a result of the (incorrect) change in PR pkg/29712 sent by the
submitter of all these reports.
   2005-03-18 20:28:09 by Julio M. Merino Vidal | Files touched by this commit (1)
Log message:
Include krb5.buildlink3.mk file so that gssapi support can be built on
systems which support it (not true under NetBSD, as there is no krb5-config
file; no harm done, but a workaround should be put in place, which is
kinda laborious).

"Fixes" build under Linux (I'm not sure it was really broken, but anyway,
this was in fact a problem), as reported in PR pkg/29712.
   2005-02-26 18:23:01 by Julio M. Merino Vidal | Files touched by this commit (8) | Package updated
Log message:
Updated gnome-vfs2, gnome-vfs2-cdda and gnome-vfs2-smb to 2.8.4:

* Bugs fixed:
+ Never return NULL on gnome_vfs_uri_extract_short_name calls
+ sftp-method: always check for the gnome_vfs_unescape_string return value
+ sftp-method: honor the force_replace flag on moves
+ gzip-method: correctly return GNOME_VFS_ERROR_EOF
+ Plug some memory leaks
+ Fix bogus warnings with later gcc versions
+ Various translation updates
   2005-02-24 14:41:00 by Alistair G. Crooks | Files touched by this commit (190)
Log message:
Add RMD160 digests.
   2005-02-14 08:02:08 by Masao Uebayashi | Files touched by this commit (1)
Log message:
Fix quoting.
   2005-01-21 21:32:23 by Marc Recht | Files touched by this commit (3)
Log message:
Pull in a fix from gnome-vfs CVS:

        * libgnomevfs/gnome-vfs-mime-info-cache.c:
        (gnome_vfs_mime_get_all_desktop_entries):
        Fix a memory leak, patch from Josselin Mouette <joss@debian.org>
        (Closes: #159823).

http://bugzilla.gnome.org/show_bug.cgi?id=159823

bump PKGREVISION to 3

Next | Query returned 143 messages, browsing 71 to 80 | Previous