diff options
author | Wayne Davison <wayned@samba.org> | 2008-05-17 09:45:13 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2008-05-17 09:45:13 -0700 |
commit | 9ec8583ef56827c32736e03af8e053253365d4e1 (patch) | |
tree | 2ddc09c6ac00058b10cf7528eccfdb786ed33f89 /NEWS | |
parent | e9489cd6cb380b30727bd3d074eacc59abca080e (diff) | |
download | rsync-9ec8583ef56827c32736e03af8e053253365d4e1.tar.gz rsync-9ec8583ef56827c32736e03af8e053253365d4e1.tar.bz2 rsync-9ec8583ef56827c32736e03af8e053253365d4e1.zip |
Mention the latest fixes in the NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |