summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-04-30 17:53:51 +0000
committerWayne Davison <wayned@samba.org>2004-04-30 17:53:51 +0000
commit9130776c4e8ba0944ad7c3ccd9e2d24acb828fac (patch)
tree85b2c4c9d3dddf954cc021027a09e1508bf68a3d
parent9eac94a4ddd70b5afb37f71cc7fb36fcb46e2e44 (diff)
downloadrsync-9130776c4e8ba0944ad7c3ccd9e2d24acb828fac.tar.gz
Mention the last few tweaks that made it into 2.6.2.
-rw-r--r--NEWS16
1 files changed, 13 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f31f8b2e..c46b753c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-NEWS for rsync 2.6.2 (UNRELEASED)
+NEWS for rsync 2.6.2 (30 Apr 2004)
Protocol: 28 (unchanged)
Changes since 2.6.1:
@@ -20,9 +20,19 @@ Changes since 2.6.1:
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).
+ and was causing a problem on some systems). Also improved the
+ broken-largefile-locking test to try to avoid failure due to an
+ NFS build-dir.
- ENHANCEMENTS:
+ - Fixed a compile problem on systems that don't define
+ AI_NUMERICHOST.
+
+ - Fixed a compile problem in the popt source for compilers that
+ don't support __attribute__.
+
+ INTERNAL:
+
+ - Improved the testsuite's "merge" test to work on OSF1.
- Two new diffs were added to the patches dir.