Skip to content

Releases: david942j/patchelf.rb

v1.5.2

01 Nov 03:00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.5.2

v1.5.1

22 Apr 20:56

Choose a tag to compare

What's Changed

  • alt_saver: some bugfixes for user-reported issues by @Bo98 in #46

Full Changelog: v1.5.0...v1.5.1

v1.5.0

17 Feb 13:02

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

04 Nov 16:35

Choose a tag to compare

  • Port multiple bug fixes from upstream NixOS/patchelf (#39), thanks to @Bo98!

v1.3.0

27 Aug 12:46
ac82cd7

Choose a tag to compare

  • Add a new option "patchelf_compatible" to Patcher#save to perform the patching strategy of NixOS/patchelf (#28), big thanks to @rmNULL !

v1.2.0

28 Jul 16:16
060a7d7

Choose a tag to compare

  • Introduce "on_error" keyword argument to Patcher#initialize, deprecate "logging" (#26)

v1.1.1

15 Jul 04:02
9b48669

Choose a tag to compare

  • Add two new exceptions, MissingSegmentError and MissingTagError (#22)

v1.1.0

13 Jul 12:11
e9fdafe

Choose a tag to compare

Thanks @rmNULL as the main contributor to this release!

  • Expose ELFFile of PatchELF::Patcher (#18)
  • Add get/set rpath methods (#20)

v1.0.0

03 Feb 09:26

Choose a tag to compare

  • Add argument logging to Patcher for specifying whether log the message on error or raise the error. (#13)
  • Add PatchError, which will be raised on an error during ELF modification (#13)

v0.1.0

16 Jan 02:31

Choose a tag to compare

First release