Bump tentative release date.
This commit is contained in:
@@ -2,10 +2,11 @@
|
|||||||
User visible changes for UPX
|
User visible changes for UPX
|
||||||
==================================================================
|
==================================================================
|
||||||
|
|
||||||
Changes in 3.03 (XX XXX 2008):
|
Changes in 3.03 (27 Apr 2008):
|
||||||
* implement cache flushing for PowerPC (esp. model 440)
|
* implement cache flushing for PowerPC (esp. model 440)
|
||||||
* fix cache flushing on MIPS (>3MB compressed, or with holes)
|
* fix cache flushing on MIPS (>3MB compressed, or with holes)
|
||||||
* fix MIPS big-endian
|
* fix MIPS big-endian
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
Changes in 3.02 (16 Dec 2007):
|
Changes in 3.02 (16 Dec 2007):
|
||||||
* fix unmapping on arm-linux.elf
|
* fix unmapping on arm-linux.elf
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
#define UPX_VERSION_HEX 0x030300 /* 03.03.00 */
|
#define UPX_VERSION_HEX 0x030300 /* 03.03.00 */
|
||||||
#define UPX_VERSION_STRING "3.03"
|
#define UPX_VERSION_STRING "3.03"
|
||||||
#define UPX_VERSION_STRING4 "3.03"
|
#define UPX_VERSION_STRING4 "3.03"
|
||||||
#define UPX_VERSION_DATE "Jan 2nd 2008"
|
#define UPX_VERSION_DATE "Apr 27th 2008"
|
||||||
#define UPX_VERSION_DATE_ISO "2008-01-02"
|
#define UPX_VERSION_DATE_ISO "2008-04-27"
|
||||||
#define UPX_VERSION_YEAR "2008"
|
#define UPX_VERSION_YEAR "2008"
|
||||||
|
|||||||
Reference in New Issue
Block a user