Releases: termux/termux-elf-cleaner
Releases · termux/termux-elf-cleaner
v2.2.1
Use semaphores to fix bug in thread synchronization, thanks to @licy183!
v2.2.0
Add support for running termux-elf-cleaner in multiple threads, to give roughly 10 times speedup, thanks to @XniceCraft!
v2.1.1
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
- 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
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
strip DT_AARCH64_(BTI_PLT|PAC_PLT|VARIANT_PCS) from NDK r23
v1.9
Update Makefile to respect DESTDIR.
v1.3
- Compile-time configuration of specific Android API compatibility.
v1.2
- 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
- First standalone release.