summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-04-29 21:09:33 +0000
committerWayne Davison <wayned@samba.org>2004-04-29 21:09:33 +0000
commit8752b3fcd8986aaa2852488fda94277c4f84ed1e (patch)
tree953430c66f984653f56724d53df11a2db810f985
parent55ffed7e42c46db2420c682f34299cf81dd0fac7 (diff)
downloadrsync-8752b3fcd8986aaa2852488fda94277c4f84ed1e.tar.gz
Describe the changes for 2.6.2.
-rw-r--r--NEWS29
1 files changed, 29 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0de7946e..f31f8b2e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+NEWS for rsync 2.6.2 (UNRELEASED)
+Protocol: 28 (unchanged)
+Changes since 2.6.1:
+
+ BUG FIXES:
+
+ - Fixed a major bug in the sorting of the filenames when --relative
+ is used for some sources (probably just "/", but don't depend on
+ that). This fix ensures that we ask for the right file-list item
+ when requesting changes from the sender.
+
+ - Rsync now checks the return value of the close() function to
+ better report disk-full problems on an NFS file system.
+
+ - Restored the old daemon-server behavior of logging error messages
+ rather than returning them to the user. (A better long-term fix
+ will be sought in the future.)
+
+ - An obscure uninitialized-variable bug was fixed in the uid/gid
+ code. (This bug probably had no ill effects.)
+
+ - Got rid of the configure check for sys/sysctl.h (it wasn't used
+ and was causing a problem on some systems).
+
+ ENHANCEMENTS:
+
+ - Two new diffs were added to the patches dir.
+
+
NEWS for rsync 2.6.1 (26 Apr 2004)
Protocol: 28 (changed)
Changes since 2.6.0: