I have released rsync 3.0.1pre3 for testing. This version contains a couple more bug fixes since the 3.0.1pre2 release: - Don't allow a daemon-exclude of .* or */ to affect a (vital) "." dir. - Fixed a glitch in the path-checking of the daemon-exclude code that could check a relative arg against the wrong current directory. - A couple minor chdir() improvements in the arg-parsing code. - Improved the hard-link testsuite script. Hopefully this will be the last pre-release of 3.0.1 before the final release. Please test this and send email to the rsync mailing list with any questions, comments, or bug reports. To see a full summary of the changes since 3.0.0, visit this link: http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.1pre3-NEWS You can download the source tar file and its signature from here: http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.1pre3.tar.gz http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.1pre3.tar.gz.asc The patches directory is now in a separate tar file (for those that want it): http://rsync.samba.org/ftp/rsync/src-previews/rsync-patches-3.0.1pre3.tar.gz http://rsync.samba.org/ftp/rsync/src-previews/rsync-patches-3.0.1pre3.tar.gz.asc ..wayne.. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.samba.org/archive/rsync/attachments/20080331/b6c8cba4/attachment.bin
On Mon 31 Mar 2008, Wayne Davison wrote:> Hopefully this will be the last pre-release of 3.0.1 before the final > release. Please test this and send email to the rsync mailing list with > any questions, comments, or bug reports.I've uploaded this to 'experimental', it should appear on http://packages.debian.org/rsync?suite=experimental&keywords=rsync in due course. That should be installable on Debian "testing". Paul Slootman