summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2011-09-10 13:40:48 -0700
committerWayne Davison <wayned@samba.org>2011-09-10 13:40:48 -0700
commitae6dea711d77d189ec7ff098fd3eaa9842fb8a16 (patch)
tree6eb0818cd34a55db6259fb7f85b4cc23d39a7965
parent5a9933c85cca18f0b3991a93e40bc8b00b23ed8c (diff)
downloadrsync-ae6dea711d77d189ec7ff098fd3eaa9842fb8a16.tar.gz
Mention the latest changes in the NEWS.
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 670f4021..980754ee 100644
--- a/NEWS
+++ b/NEWS
@@ -17,9 +17,35 @@ Changes since 3.0.8:
- Fix the updating of the curr_dir buffer to avoid a duplicate slash.
+ - Fix the directory permissions on an implied dot-dir when using --relative
+ (e.g. /outside/path/././send/path).
+
+ - Fixed some too-long sleeping instances when using --bwlimit.
+
+ - Fixed when symlink ownership difference-checking gets compiled into
+ unchanged_attrs().
+
+ - Improved the socket-error reporting when multiple protocols fail.
+
+ - Fixed a case where a socket error could reference just-freed memory.
+
+ - Failing to use a password file that was specified on the command-line is
+ now a fatal error.
+
+ - Fix the non-root updating of directories that don't have the read and/or
+ execute permission.
+
- Make daemon-excluded file errors more error-like.
- Fix a compilation issue on older C compilers (due to a misplaced var
declaration).
+ - Make configure avoid finding socketpair on cygwin.
+
+ - Avoid trying to reference SO_BROADCAST if the OS doesn't support it.
+
- Fix some issues with the post-processing of the man pages.
+
+ - Fixed the user home-dir handling in the support/lsh script.
+
+ - Some minor manpage improvements.