Mention the latest bugfix.

This commit is contained in:
Wayne Davison
2006-04-17 19:55:16 +00:00
parent 398612ba07
commit f8db4a8ab4

3
NEWS
View File

@@ -24,6 +24,9 @@ Changes since 2.6.7:
- If rsync cannot honor the --delete option, we output an error and exit
instead of silently ignoring the option.
- Fixed a bug in the --link-dest code that prevented special files (such as
fifos) from being linked.
- The ability to hard-link symlinks and special files is now determined at
configure time instead of at runtime. This fixes a bug with --link-dest
creating a hard-link to a symlink's referent on a BSD system.