From: Wayne Davison Date: Sat, 17 May 2008 16:45:13 +0000 (-0700) Subject: Mention the latest fixes in the NEWS. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/9ec8583ef56827c32736e03af8e053253365d4e1 Mention the latest fixes in the NEWS. --- 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