From 8d90fffd46e88f11b9efd4c536a0cae3c01e1739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Moln=C3=A1r?= Date: Tue, 3 Oct 2006 15:56:39 +0200 Subject: [PATCH] NEWS updates for 2.90 --- NEWS | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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)