diff options
| author | Wayne Davison <wayned@samba.org> | 2010-07-03 08:49:46 -0700 |
|---|---|---|
| committer | Wayne Davison <wayned@samba.org> | 2010-07-03 08:49:46 -0700 |
| commit | e36f5c9f6cac48349fddc581ca90cecae4c18b11 (patch) | |
| tree | fac8ba403726d57920b3763fbc868c496e6acad3 | |
| parent | c9c32156984411006549e5c68a68e1dada0107e6 (diff) | |
| download | android_external_rsync-e36f5c9f6cac48349fddc581ca90cecae4c18b11.tar.gz android_external_rsync-e36f5c9f6cac48349fddc581ca90cecae4c18b11.tar.bz2 android_external_rsync-e36f5c9f6cac48349fddc581ca90cecae4c18b11.zip | |
Mention latest changes.
| -rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |
