X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/469ff84e29bbd81a75e73d23bd159f3141654cd6..73cb6738b33846130c21f2903b2200fa3f1903ab:/NEWS diff --git a/NEWS b/NEWS index 04651c3e..32e6ccde 100644 --- a/NEWS +++ b/NEWS @@ -78,6 +78,10 @@ Changes since 3.0.0: ENHANCEMENTS: + - Added the --old-dirs (--old-d) option to make it easier for a user to + ask for file-listings with older rsync versions (this is easier than + having to type "-r --exclude='/*/*'" manually). + - When getting an error while asking an older rsync daemon for a file listing, rsync will try to notice if the error is a rejection of the --dirs (-d) option and let the user know how to work around the issue. @@ -112,7 +116,14 @@ Changes since 3.0.0: - The configure script now has better checks for figuring out if the included popt code should be used or not. - - The RPM spec file was updated to have (1) comments for how to use the + - Fixed two testsuite glitches: avoid a failure if someone's "cd" command + outputs the current directory when cd-ing to a relative path, and made + the itemized test query how rsync was built to determine if it should + expect hard-linked symlinks or not. + + - Updated the testsuite to verify that various bug fixes remain fixed. + + - The RPM spec file was updated to have: (1) comments for how to use the rsync-patch tar file, and (2) an /etc/xinetd.d/rsync file. - Updated the build scripts to work with a revised FTP directory