Skip to content

PatchELF 0.10

Compare
Choose a tag to compare
@Mic92 Mic92 released this 16 Jul 06:41
· 520 commits to master since this release

What's Changed

  • Teach --replace-needed to update .gnu.version_r table by @njsmith in #85
  • Fix bug in walking .gnu.version_r linked list by @njsmith in #86
  • no-rpath-prebuild: force pagesize to 4096 on prebuilt binaries by @fsateler in #81
  • Add '--allowed-rpath-prefixes' option to '--shrink-rpath' … by @dezgeg in #98
  • Avoid inflating file sizes needlessly and allow binaries to be stripped by @rpurdie in #117
  • configure.ac: use "command -v" instead of "type -p" by @bjornfor in #129
  • Better error messages when run on statically-linked (or otherwise weird) binaries by @dezgeg in #121
  • Bugfix for CompPhdr::operator() that could cause sort to fail. by @kmillar in #139
  • Allow multiple filenames to patch by @lheckemann in #123
  • fix reading and writing big files (e.g. > 2Gb) by @stmarkevich in #148
  • Fix issue #66: ignore 0th section header when sorting, don't overwrite NOBITS by @ezquat in #149

New Contributors

Full Changelog: 0.9...0.10