Skip to content

Releases: termux/termux-elf-cleaner

v3.0.1

04 Jan 20:49
v3.0.1
3da3eea
Compare
Choose a tag to compare
  • Fix CMakeLists.txt issue, so that make install works

v3.0.0

04 Jan 19:27
v3.0.0
b29e7eb
Compare
Choose a tag to compare

Tag version 3.0.0

  • Switch to cmake instead of autotools, thanks to @thunder-coding!
  • Fix bug in arg handling so that args can be given in any order
  • Fix bug for api < 23 where file would be modified even with --dry-run

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.