aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2010-07-03 08:49:46 -0700
committerWayne Davison <wayned@samba.org>2010-07-03 08:49:46 -0700
commite36f5c9f6cac48349fddc581ca90cecae4c18b11 (patch)
treefac8ba403726d57920b3763fbc868c496e6acad3
parentc9c32156984411006549e5c68a68e1dada0107e6 (diff)
downloadandroid_external_rsync-e36f5c9f6cac48349fddc581ca90cecae4c18b11.tar.gz
android_external_rsync-e36f5c9f6cac48349fddc581ca90cecae4c18b11.tar.bz2
android_external_rsync-e36f5c9f6cac48349fddc581ca90cecae4c18b11.zip
Mention latest changes.
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
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.