]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
More NEWS changes.
authorWayne Davison <wayne@opencoder.net>
Sun, 21 Jun 2020 16:10:11 +0000 (09:10 -0700)
committerWayne Davison <wayne@opencoder.net>
Sun, 21 Jun 2020 16:18:52 +0000 (09:18 -0700)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 0e4ad85528d74d57003e48ce8b98cfd6664b8d40..95016fe40de2d327e13dd60be8ed55644db35ad0 100644 (file)
--- 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`.
+
 ------------------------------------------------------------------------------