I've just released rsync 2.6.7pre2 -- the second pre-release version of the imminent 2.6.7 release. Please test this out and email the rsync mailing list with any questions, comments, bug reports, etc. Thanks! You can download the tar file and its signature from here: http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre2.tar.gz http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre2.tar.gz.asc The NEWS file that summarizes all changes since 2.6.6 is here: http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre2-NEWS The differences between pre1 and pre2 two are as follows: - Some documentation improvements. - The diffs in the patches dir no longer include changes to files in the autom4te.cache dir. - The --remove-sent-files option now tries to avoid clumping up all the server-side deletions at the end of the transfer. It does this by limiting how far ahead of the receiver the generator will generate new requests (based on both file count and pending file size). (This is not active if --delay-updates was also specified.) - Rsync now ignores a SIGXFSZ signal so that, on systems that use this signal, rsync doesn't get killed when trying to write out a file that exceeds a ulimit, and can thus properly clean up and exit with an error. - Added a couple of my release scripts into the packaging dir. ..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/20060219/70c8ce45/attachment.bin
On Sun, 2006-02-19 at 10:04 -0800, Wayne Davison wrote:> I've just released rsync 2.6.7pre2 -- the second pre-release version of > the imminent 2.6.7 release. Please test this out and email the rsync > mailing list with any questions, comments, bug reports, etc. Thanks!I patched a rsync 2.6.7pre2 for ACLs, configured, compiled, and ran the test suite without a hitch. Looks good! -- Matt McCutchen hashproduct@verizon.net http://hashproduct.metaesthetics.net/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 191 bytes Desc: This is a digitally signed message part Url : http://lists.samba.org/archive/rsync/attachments/20060219/82fc02d7/attachment.bin
On Sun 19 Feb 2006, Wayne Davison wrote:> I've just released rsync 2.6.7pre2 -- the second pre-release version of > the imminent 2.6.7 release. Please test this out and email the rsync > mailing list with any questions, comments, bug reports, etc. Thanks!I love the --chmod option :-) Works fine AFAICS. Paul Slootman