From: Wayne Davison Date: Mon, 17 Apr 2006 19:55:16 +0000 (+0000) Subject: Mention the latest bugfix. X-Git-Tag: v2.6.8~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8db4a8ab4bef2846cb69d46707be6b9cebedd6d;p=thirdparty%2Frsync.git Mention the latest bugfix. --- diff --git a/NEWS b/NEWS index 6e3fb0bd..4d7f332b 100644 --- a/NEWS +++ b/NEWS @@ -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.