Skip to content

Releases: termux/termux-elf-cleaner

v2.2.1

22 Dec 22:30
v2.2.1
e4f87f8
Compare
Choose a tag to compare

Use semaphores to fix bug in thread synchronization, thanks to @licy183!

v2.2.0

15 Dec 20:12
v2.2.0
d08dfdc
Compare
Choose a tag to compare

Add support for running termux-elf-cleaner in multiple threads, to give roughly 10 times speedup, thanks to @XniceCraft!

v2.1.1

30 Jul 14:06
v2.1.1
aa3819e
Compare
Choose a tag to compare

v2.1.1

Minor release, cleanup termux-elf-cleaner attachment workflow.

The bot user termuxbot2 has now been added as collaborator to the
repository so hopefully the workflow now works also.

v2.1.0

30 Jul 13:43
v2.1.0
4373709
Compare
Choose a tag to compare
  • Make termux-elf-cleaner default program name again
  • Make sure we close opened files on errors
  • Fix CI job for attaching termux-elf-cleaner to release

And various cleanup

v2.0.0

22 Jul 14:55
Compare
Choose a tag to compare

Includes, but is not limited to, these updates:

  • Make it possibly to choose target api level with --api-level arg
  • Check for underaligned TLS segments in program header
  • (partially) re-brand to just elf-cleaner
  • Add configure script, instead of just a Makefile
  • Add some tests to check so that the tool do, and continue to do, what we want it to do

v1.10

23 Oct 08:40
9c739ff
Compare
Choose a tag to compare

strip DT_AARCH64_(BTI_PLT|PAC_PLT|VARIANT_PCS) from NDK r23

v1.9

25 May 18:55
Compare
Choose a tag to compare

Update Makefile to respect DESTDIR.

v1.3

24 Feb 23:39
Compare
Choose a tag to compare
  • Compile-time configuration of specific Android API compatibility.

v1.2

04 Nov 01:43
Compare
Choose a tag to compare
  • Remove unsupported DF_1_* flag values to avoid linker warnings (keeping only the supported subset as of Android 6.0: DF_1_NOW | DF_1_GLOBAL | DF_1_NODELETE).

v1.1

04 Apr 21:13
Compare
Choose a tag to compare
  • First standalone release.