Skip to content

5.2.10 Stable

Compare
Choose a tag to compare
@JiaT75 JiaT75 released this 13 Dec 20:25
· 1694 commits to master since this release
v5.2.10

5.2.10 (2022-12-13)

* xz: Don't modify argv[] when parsing the --memlimit* and
  --block-list command line options. This fixes confusing
  arguments in process listing (like "ps auxf").

* GNU/Linux only: Use __has_attribute(__symver__) to detect if
  that attribute is supported. This fixes build on Mandriva where
  Clang is patched to define __GNUC__ to 11 by default (instead
  of 4 as used by Clang upstream).