From f8db4a8ab4bef2846cb69d46707be6b9cebedd6d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 17 Apr 2006 19:55:16 +0000 Subject: [PATCH] Mention the latest bugfix. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.34.1