We only need one capability marked with a "*".
[rsync.git] / NEWS.md
blob705c47b432de007add301c38700f0ae4bf217d72
1 # NEWS for rsync 3.2.1 (UNRELEASED)
3 Protocol: 31 (unchanged)
5 ## Changes since 3.2.0:
7 ### BUG FIXES:
9  - Fixed a build issue with the MD5 assembly-language code by removing some
10    advanced direcives and using the preprocessor to ensure that if the code is
11    unneeded, it doesn't get built.
13  - Make sure that the asm code doesn't make the stack get set to executable.
15  - Avoid some build issues with the SIMD code, including avoiding a clang++
16    core dump when `-g` is combined with `-O2`.
18  - Fix an issue with the md2man code when building is an external dir.
20 ### ENHANCEMENTS:
22  - None.
24 ------------------------------------------------------------------------------