Skip to content

Releases: Homebrew/patchelf.rb

v1.5.2

Choose a tag to compare

@david942j david942j released this 01 Nov 03:00

What's Changed

New Contributors

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

v1.5.1

Choose a tag to compare

@david942j david942j released this 22 Apr 20:56

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

Choose a tag to compare

@david942j david942j released this 17 Feb 13:02

What's Changed

New Contributors

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

v1.4.0

Choose a tag to compare

@david942j david942j released this 04 Nov 16:35
  • Port multiple bug fixes from upstream NixOS/patchelf (#39), thanks to @Bo98!

v1.3.0

Choose a tag to compare

@david942j david942j released this 27 Aug 12:46
ac82cd7
  • 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

Choose a tag to compare

@david942j david942j released this 28 Jul 16:16
060a7d7
  • Introduce "on_error" keyword argument to Patcher#initialize, deprecate "logging" (#26)

v1.1.1

Choose a tag to compare

@david942j david942j released this 15 Jul 04:02
9b48669
  • Add two new exceptions, MissingSegmentError and MissingTagError (#22)

v1.1.0

Choose a tag to compare

@david942j david942j released this 13 Jul 12:11
e9fdafe

Thanks @rmNULL as the main contributor to this release!

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

v1.0.0

Choose a tag to compare

@david942j david942j released this 03 Feb 09:26
  • 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

Choose a tag to compare

@david942j david942j released this 16 Jan 02:31

First release