From 1ed55e3e3e4750e895cb0157013f3d8e03df4242 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 27 Oct 2004 06:35:50 +0000 Subject: [PATCH] Mention latest fix. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index a6273283..a9f3414b 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,9 @@ Changes since 2.6.3: was only treating it as a special token in an rsync include/exclude file). + - Avoid a mkdir warning when removing a directory in the destination + that already exists in the --backup-dir. + - An OS that has a binary mode for its files (such as cygwin0 needed setmode(fd, O_BINARY) called on the temp-file we opened with mkstemp(). -- 2.34.1