diff --git a/NEWS b/NEWS index 4a249958..a2ac3c6b 100644 --- a/NEWS +++ b/NEWS @@ -5,8 +5,11 @@ User visible changes for UPX Changes in 2.93 beta (XX XXX 2007): * new formats Mach/i386 and Mach/fat support Mac OS X i686 and Univeral binaries [i686 and PowerPC only] - * LZMA algorithm support for dos/exe added; use option '--lzma' to enable - * pe: better icon compression handling + * LZMA is now also supported for 16-bit dos/exe. Please note that + you have to explicitly use '--lzma' even for '--ultra-brute' here + because runtime decompression is about 30 times slower than NRV - + which is really noticable on old machines. + * win32/pe & arm/pe: better icon compression handling Changes in 2.92 beta (23 Jan 2007): * new option '--ultra-brute' which tries even more variants @@ -402,3 +405,5 @@ Changes in 0.20 (05 Jul 1998) Changes in 0.05 (26 May 1998) * first public beta release + +# vim:set syntax=off tw=0 ts=4 sw=4 et: -*- coding: utf-8 -*- diff --git a/src/version.h b/src/version.h index 0805de0d..a6aa0238 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ #define UPX_VERSION_HEX 0x029300 /* 02.93.00 */ #define UPX_VERSION_STRING "2.93 beta" #define UPX_VERSION_STRING4 "2.93" -#define UPX_VERSION_DATE "Jan 24th 2007" -#define UPX_VERSION_DATE_ISO "2007-01-24" +#define UPX_VERSION_DATE "Feb 26th 2007" +#define UPX_VERSION_DATE_ISO "2007-02-26" #define UPX_VERSION_YEAR "2007"