From: Wayne Davison Date: Sat, 3 Jul 2010 15:49:46 +0000 (-0700) Subject: Mention latest changes. X-Git-Tag: v3.0.8pre1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e36f5c9f6cac48349fddc581ca90cecae4c18b11;p=thirdparty%2Frsync.git Mention latest changes. --- diff --git a/NEWS b/NEWS index bb49a684..ab4bdb5e 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,11 @@ Changes since 3.0.7: - Fixed a potential crash when an rsync daemon has a filter/exclude list and the transfer is using ACLs or extended attributes. + - Fixed compression-ignoring of upper-case suffixes. + + - If the destination arg is an empty string, it will be treated as a + reference to the current directory (as 2.x used to do). + - Fixed a batch-file writing bug that would not write out the full set of compatibility flags that the transfer was using. This fixes a potential protocol problem for a batch file that contains a sender-side I/O error: @@ -19,9 +24,16 @@ Changes since 3.0.7: hashing is working right, and to supply more information if the hard-link code fails. + - Fix the popt arg parsing so that an option that doesn't take an arg will + reject an attempt to supply and arg. + - A couple minor option tweaks to support/rrsync script, and also some regex changes that make vim highlighting happier. + - A few manpage improvements. + + - A couple fixes to the socketpair_tcp() routine. + DEVELOPER RELATED: - Updated the helper scripts in the packaging subdirectory.