From: Wayne Davison Date: Sun, 21 Jun 2020 06:15:22 +0000 (-0700) Subject: Tweak the NEWS. X-Git-Tag: v3.2.1pre1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8c6f9f4f3d9e7b5cfb72e9fafeb823c1b5bb624;p=thirdparty%2Frsync.git Tweak the NEWS. --- diff --git a/NEWS.md b/NEWS.md index 705c47b4..c67936ae 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,7 +7,9 @@ Protocol: 31 (unchanged) ### BUG FIXES: - Fixed a build issue with the MD5 assembly-language code by removing some - advanced direcives and using the preprocessor to ensure that if the code is + advanced direcives. + + - 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. @@ -15,7 +17,7 @@ Protocol: 31 (unchanged) - Avoid some build issues with the SIMD code, including avoiding a clang++ core dump when `-g` is combined with `-O2`. - - Fix an issue with the md2man code when building is an external dir. + - Fix an issue with the md2man code when building in an external dir. ### ENHANCEMENTS: