1
0
mirror of https://github.com/upx/upx.git synced 2025-08-07 22:46:51 +08:00

NEWS updates for 2.90

This commit is contained in:
László Molnár
2006-10-03 15:56:39 +02:00
parent b84af27a86
commit 8d90fffd46

9
NEWS
View File

@ -2,10 +2,15 @@
User visible changes for UPX
==================================================================
Changes in 2.90 (xx Aug 2006):
Changes in 2.90 (xx Oct 2006):
* vmlinuz/386: fixed zlib uncompression problem on dos
* new executable format BSD/elf386 supports FreeBSD, NetBSD, OpenBSD [how?]
* lzma algorithm support (--lzma; --brute [?])
* lzma algorithm support (--lzma; --brute [?]) for most of the
32-bit and 64-bit file formats
* arm/pe: all the NRV compression methods are supported
(only NRV2D is missing in thumb mode)
* major internal change: all the runtime decompression stubs are now built
from ELF object files using cross gcc and gas
Changes in 2.02 (13 Aug 2006):
* linux/386: work around Linux kernel bug (".bss" requires PF_W)