diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-03-18 22:10:12 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-03-18 22:10:12 +0800 |
commit | af4925e6043113ec9b5f9c0cf13abf2a18ccb1f6 (patch) | |
tree | 4bc2f286f62a5fda7ed282a1e5a09ed9c12972dd | |
parent | Update the copy of GNU GPLv3 from gnu.org to COPYING.GPLv3. (diff) | |
download | xz-af4925e6043113ec9b5f9c0cf13abf2a18ccb1f6.tar.xz |
Add NEWS for 5.2.11.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -629,6 +629,33 @@ XZ Utils Release Notes (FreeBSD >= 10). +5.2.11 (2023-03-18) + + * Removed all possible cases of null pointer + 0. It is undefined + behavior in C99 and C17. This was detected by a sanitizer and had + not caused any known issues. + + * Build systems: + + - Added a workaround for building with GCC on MicroBlaze Linux. + GCC 12 on MicroBlaze doesn't support the __symver__ attribute + even though __has_attribute(__symver__) returns true. The + build is now done without the extra RHEL/CentOS 7 symbols + that were added in XZ Utils 5.2.7. The workaround only + applies to the Autotools build (not CMake). + + - CMake: Ensure that the C compiler language is set to C99 or + a newer standard. + + - CMake changes from XZ Utils 5.4.1: + + * Added a workaround for a build failure with + windres from GNU binutils. + + * Included the Windows resource files in the xz + and xzdec build rules. + + 5.2.10 (2022-12-13) * xz: Don't modify argv[] when parsing the --memlimit* and |