1
0
mirror of https://github.com/upx/upx.git synced 2025-08-11 22:52:30 +08:00
This commit is contained in:
John Reiser
2006-10-03 07:01:55 -07:00

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)