Releases: termux/termux-elf-cleaner
Releases · termux/termux-elf-cleaner
v3.0.1
04 Jan 20:49
Compare
Sorry, something went wrong.
No results found
Fix CMakeLists.txt issue, so that make install works
v3.0.0
04 Jan 19:27
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Use semaphores to fix bug in thread synchronization, thanks to @licy183 !
v2.2.0
15 Dec 20:12
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
strip DT_AARCH64_(BTI_PLT|PAC_PLT|VARIANT_PCS) from NDK r23
v1.9
25 May 18:55
Compare
Sorry, something went wrong.
No results found
Update Makefile to respect DESTDIR.
v1.3
24 Feb 23:39
Compare
Sorry, something went wrong.
No results found
Compile-time configuration of specific Android API compatibility.