X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6b19df680a6b695668b06113a2a49bb2f6e5158a..a64f19e24b476e622d15bffeb81ce57c426b6943:/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