aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2010-07-03 09:30:44 -0700
committerWayne Davison <wayned@samba.org>2010-07-03 09:30:44 -0700
commitf8cd1c4730f8a7ea4934c6986223d6a50a3ab00c (patch)
treefe1affeda867bc0e1fa64f88639c31a27e412783
parent5de3fe19b6753d037b8395c3b50473805023f2d5 (diff)
downloadandroid_external_rsync-f8cd1c4730f8a7ea4934c6986223d6a50a3ab00c.tar.gz
android_external_rsync-f8cd1c4730f8a7ea4934c6986223d6a50a3ab00c.tar.bz2
android_external_rsync-f8cd1c4730f8a7ea4934c6986223d6a50a3ab00c.zip
A couple more NEWS items.
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 44552a47..f53d70d5 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,8 @@ Changes since 3.0.7:
hashing is working right, and to supply more information if the hard-link
code fails.
+ - Improved the unsafe-symlink errors messages.
+
- Fix the popt arg parsing so that an option that doesn't take an arg will
reject an attempt to supply and arg.
@@ -36,10 +38,12 @@ Changes since 3.0.7:
- A few manpage improvements.
- - A couple fixes to the socketpair_tcp() routine.
-
DEVELOPER RELATED:
+ - Use lchmod() whenever it is available (not just on symlinks).
+
+ - A couple fixes to the socketpair_tcp() routine.
+
- Updated the helper scripts in the packaging subdirectory.
- Renamed configure.in to configure.ac.