]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Mention the latest fixes.
authorWayne Davison <wayned@samba.org>
Mon, 4 Jul 2011 23:36:41 +0000 (16:36 -0700)
committerWayne Davison <wayned@samba.org>
Mon, 4 Jul 2011 23:38:14 +0000 (16:38 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 234ef5669e3f4e5024412c52f7b8fe3b939fa02f..670f4021f9d778df5b4f501f48baddfe1b733118 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ Changes since 3.0.8:
 
     - Fix a crash bug in checksum scanning when --inplace is used.
 
+    - Fix a hang if a hard-linked file cannot be opened by the sender (e.g.
+      if it has no read permission).
+
     - Fix preservation of a symlink's system xattrs (e.g. selinux) on Linux.
 
     - Fix a bug with the modifying of unwritable directories.
@@ -16,4 +19,7 @@ Changes since 3.0.8:
 
     - Make daemon-excluded file errors more error-like.
 
+    - Fix a compilation issue on older C compilers (due to a misplaced var
+      declaration).
+
     - Fix some issues with the post-processing of the man pages.