Update NEWS. Bump version date.

This commit is contained in:
Markus F.X.J. Oberhumer 2007-02-26 01:37:03 +01:00
parent edce076e68
commit fece0d73e7
2 changed files with 9 additions and 4 deletions

9
NEWS
View File

@ -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 -*-

View File

@ -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"