Update NEWS. Bump version date.
This commit is contained in:
@@ -5,8 +5,11 @@ User visible changes for UPX
|
|||||||
Changes in 2.93 beta (XX XXX 2007):
|
Changes in 2.93 beta (XX XXX 2007):
|
||||||
* new formats Mach/i386 and Mach/fat support Mac OS X i686 and
|
* new formats Mach/i386 and Mach/fat support Mac OS X i686 and
|
||||||
Univeral binaries [i686 and PowerPC only]
|
Univeral binaries [i686 and PowerPC only]
|
||||||
* LZMA algorithm support for dos/exe added; use option '--lzma' to enable
|
* LZMA is now also supported for 16-bit dos/exe. Please note that
|
||||||
* pe: better icon compression handling
|
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):
|
Changes in 2.92 beta (23 Jan 2007):
|
||||||
* new option '--ultra-brute' which tries even more variants
|
* 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)
|
Changes in 0.05 (26 May 1998)
|
||||||
* first public beta release
|
* first public beta release
|
||||||
|
|
||||||
|
|
||||||
|
# vim:set syntax=off tw=0 ts=4 sw=4 et: -*- coding: utf-8 -*-
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
#define UPX_VERSION_HEX 0x029300 /* 02.93.00 */
|
#define UPX_VERSION_HEX 0x029300 /* 02.93.00 */
|
||||||
#define UPX_VERSION_STRING "2.93 beta"
|
#define UPX_VERSION_STRING "2.93 beta"
|
||||||
#define UPX_VERSION_STRING4 "2.93"
|
#define UPX_VERSION_STRING4 "2.93"
|
||||||
#define UPX_VERSION_DATE "Jan 24th 2007"
|
#define UPX_VERSION_DATE "Feb 26th 2007"
|
||||||
#define UPX_VERSION_DATE_ISO "2007-01-24"
|
#define UPX_VERSION_DATE_ISO "2007-02-26"
|
||||||
#define UPX_VERSION_YEAR "2007"
|
#define UPX_VERSION_YEAR "2007"
|
||||||
|
|||||||
Reference in New Issue
Block a user