diff --git a/NEWS b/NEWS index b090c667..82e186e0 100644 --- a/NEWS +++ b/NEWS @@ -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)