[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Sun Jun 21 16:20:16 UTC 2020


The branch, master has been updated
       via  f4e6fe54 More NEWS changes.
      from  f86ceb55 Give more_testing() a default target.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit f4e6fe54c93535ee93403f26659817611dbb1830
Author: Wayne Davison <wayne at opencoder.net>
Date:   Sun Jun 21 09:10:11 2020 -0700

    More NEWS changes.

-----------------------------------------------------------------------

Summary of changes:
 NEWS.md | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/NEWS.md b/NEWS.md
index 0e4ad855..95016fe4 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -7,12 +7,12 @@ Protocol: 31 (unchanged)
 ### BUG FIXES:
 
  - Fixed a build issue with the MD5 assembly-language code by removing some
-   advanced direcives.
+   non-portable directives.
 
  - Use the preprocessor with the asm file to ensure that if the code is
    unneeded, it doesn't get built.
 
- - Make sure that the asm code doesn't make the stack get set to executable.
+ - Avoid the stack getting set to executable when including the asm code.
 
  - Avoid some build issues with the SIMD code, including avoiding a clang++
    core dump when `-g` is combined with `-O2`.
@@ -31,4 +31,15 @@ Protocol: 31 (unchanged)
    back (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.
+
+### PACKAGING RELATED:
+
+ - If you had to use --disable-simd for 3.2.0, you should be able to remove
+   that and let it auto-disable.
+
+ - 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
+   `--disable-asm`.
+
 ------------------------------------------------------------------------------


-- 
The rsync repository.



More information about the rsync-cvs mailing list