From bc2337717e29f5bc2ea4b071a13d1026aa03957a Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 6 Sep 2008 08:03:52 -0700 Subject: [PATCH] A few more improvements and a mention of the latest fix. --- NEWS | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index b9bfead9..90acc1f2 100644 --- a/NEWS +++ b/NEWS @@ -28,11 +28,12 @@ Changes since 3.0.3: - When using --iconv, if a filename fails to convert on the receiving side, this no longer makes deletions in the root-dir of the transfer fail - silently (the user should see the warning about deletions being disabled - due to IO error when --ignore-errors was not specified). + silently (the user now gets a warning about deletions being disabled + due to IO error as long as --ignore-errors was not specified). - When using --iconv, if a server-side receiver can't convert a filename, - it now outputs the name back to the client without mangling the charset. + the error message sent back to the client no longer mangles the name + with the wrong charset conversion. - Fixed a potential alignment issue in the IRIX ACL code when allocating the initial "struct acl" object. Also, cast mallocs to avoid warnings. @@ -56,4 +57,8 @@ Changes since 3.0.3: - The Makefile will not halt for just a timestamp change on the Makefile or the configure files, only for actual changes in content. - - Enhanced the release scripts to be able to handle a branch release. + - Changed some commands in the testsuite's xattrs.test that called "rsync" + instead of "$RSYNC". + + - Enhanced the release scripts to be able to handle a branch release and + to do even more consistency checks on the files. -- 2.47.3