From 2c873122b371f7504e025e9676d6e6b9e9e6e9af Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 20 Aug 2003 23:36:45 +0000 Subject: [PATCH] Mention some more bug fixes. --- NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9ad62c3b..ed01de52 100644 --- a/NEWS +++ b/NEWS @@ -78,8 +78,13 @@ Changes since version 2.5.6: * Fixed a bug in the --backup code that could cause deleted files to not get backed up. + * Call setgroups() in a more portable manner. + * Improved the mkstemp error message to always include the directory - info where the temp file is being created. + info where the temp file is being created. (Wayne Davison) + + * Fixed some bugs in the handling of --delete and --exclude when + using the --relative (-R) option. (Wayne Davison) INTERNAL: -- 2.34.1