[SCM] The rsync repository. - branch master updated
Rsync CVS commit messages
rsync-cvs at lists.samba.org
Mon Jun 22 06:22:44 UTC 2020
The branch, master has been updated
via 246d117d A bit more NEWS tweaking.
from 3f776f58 More talk of buggy clang++.
https://git.samba.org/?p=rsync.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 246d117df0f975909bdf349c60027d886ae6edbc
Author: Wayne Davison <wayne at opencoder.net>
Date: Sun Jun 21 22:57:46 2020 -0700
A bit more NEWS tweaking.
-----------------------------------------------------------------------
Summary of changes:
NEWS.md | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
Changeset truncated at 500 lines:
diff --git a/NEWS.md b/NEWS.md
index a98ce014..2ad2727b 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,7 +1,7 @@
------------------------------------------------------------------------------
<a name="3.2.1pre1"></a>
-# NEWS for rsync 3.2.1pre1 (UNRELEASED)
+# NEWS for rsync 3.2.1pre1 (21 Jun 2020)
Protocol: 31 (unchanged)
@@ -9,8 +9,8 @@ Protocol: 31 (unchanged)
### BUG FIXES:
- - Fixed a build issue with the MD5 assembly-language code by removing some
- non-portable directives.
+ - Fixed a potential build issue with the MD5 assembly-language code by
+ removing some non-portable directives.
- Use the preprocessor with the asm file to ensure that if the code is
unneeded, it doesn't get built.
@@ -21,35 +21,35 @@ Protocol: 31 (unchanged)
issues, such as avoiding a clang++ core dump when `-g` is combined with
`-O2`. Note that clang++ is quite buggy in this area, and it does still
crash for some folks, so just use `--disable-simd` if you need to avoid
- their buggy compiler (since the configuration test is apparently not
- managing to find all crashing compilers).
+ their buggy compiler (since the configure test is apparently not finding
+ all the compilers that plan to crash and burn).
- - Fix an issue with the md2man code when building in an external dir.
+ - Fix an issue in the md2man script when building from an external dir.
- - Disable --atimes on macOS (it apparently doesn't work).
+ - Disable --atimes on macOS (it apparently just ignores the atime change).
### ENHANCEMENTS:
- Added `--early-input=FILE` option that allows the client to send some
- data to the "early exec" daemon script on its stdin.
+ data to the (optional) "early exec" daemon script on its stdin.
- - Added "atimes" to the capabilities list that `--version` outputs.
+ - Mention atimes in the capabilities list that `--version` outputs.
- Mention either "default protect-args" or "optional protect-args" in the
`--version` capabilities depending on how rsync was configured.
- Some info on optimizations was elided from the `--version` capabilities
- since they aren't really user-facing capabilities. You can get the info
- back (plus the status of a couple extra optimizations) by repeating the
+ since they aren't really user-facing capabilities. You can still see the
+ info (plus the status of a couple extra optimizations) by repeating the
`--version` option (e.g. `-VV`).
- - Updated various documented links to be https instead of http.
+ - Updated various documentation URLs to be https instead of http.
### PACKAGING RELATED:
- - If you had to use --disable-simd for 3.2.0, you should be able to remove
- that and let it either succeed (e.g. if clang++ was core dumping) or
- auto-disable.
+ - If you had to use --disable-simd for 3.2.0, you might want to try removing
+ that and see if it will succeed or auto-disable. Some buggy clang++
+ compilers are still not auto disabled, though.
- The MD5 asm code is now under its own configure flag (not shared with the
SIMD setting), so if you have any issues compiling it, re-run configure with
--
The rsync repository.
More information about the rsync-cvs
mailing list