From 9ec8583ef56827c32736e03af8e053253365d4e1 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 17 May 2008 09:45:13 -0700 Subject: [PATCH] Mention the latest fixes in the NEWS. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 86a83310..147ed7ec 100644 --- a/NEWS +++ b/NEWS @@ -9,11 +9,16 @@ Changes since 3.0.2: - Fixed a crash bug in the hard-link code. + - Fixed the combination of --xattrs and --backup. + - The generator no longer allows a '.' dir to be excluded by a daemon- exclude rule. - Fixed the conversion of spaces into dashes in the %M log escape. + - Fixed several places in the code that were not returning the right + errno when a function failed. + - Moved the setting of the socket options prior to the connect(). - If rsync exits in the middle of a --progress output, it now outputs a @@ -29,6 +34,8 @@ Changes since 3.0.2: - The rsyncd.conf manpage now consistently refers to the parameters in the daemon config file as "parameters". + - The description of the --inplace option was improved. + DEVELOPER RELATED: - Fixed a testcase failure if the tests are run as root and made some -- 2.34.1