mirror of
https://github.com/upx/upx.git
synced 2025-08-11 22:52:30 +08:00
Bump tentative release date.
This commit is contained in:
3
NEWS
3
NEWS
@ -2,13 +2,14 @@
|
|||||||
User visible changes for UPX
|
User visible changes for UPX
|
||||||
==================================================================
|
==================================================================
|
||||||
|
|
||||||
Changes in 3.01 (XX XXX 2007):
|
Changes in 3.01 (31 Jul 2007):
|
||||||
* new options --no-mode, --no-owner and --no-time to disable preservation
|
* new options --no-mode, --no-owner and --no-time to disable preservation
|
||||||
of mode (file permissions), file ownership and timestamps.
|
of mode (file permissions), file ownership and timestamps.
|
||||||
* dos/exe: fixed an incorrect error message caused by a bug in
|
* dos/exe: fixed an incorrect error message caused by a bug in
|
||||||
relocation handling
|
relocation handling
|
||||||
* new format linux/mipsel supports ELF on [32-bit] R3000
|
* new format linux/mipsel supports ELF on [32-bit] R3000
|
||||||
* fix argv[0] on PowerPC with --lzma
|
* fix argv[0] on PowerPC with --lzma
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
Changes in 3.00 (27 Apr 2007):
|
Changes in 3.00 (27 Apr 2007):
|
||||||
* watcom/le & tmt/adam: fixed a problem when using certain filters
|
* watcom/le & tmt/adam: fixed a problem when using certain filters
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#define UPX_VERSION_HEX 0x030100 /* 03.01.00 */
|
#define UPX_VERSION_HEX 0x030100 /* 03.01.00 */
|
||||||
#define UPX_VERSION_STRING "3.01"
|
#define UPX_VERSION_STRING "3.01"
|
||||||
#define UPX_VERSION_STRING4 "3.01"
|
#define UPX_VERSION_STRING4 "3.01"
|
||||||
#define UPX_VERSION_DATE "Apr 30th 2007"
|
#define UPX_VERSION_DATE "Jul 31st 2007"
|
||||||
#define UPX_VERSION_DATE_ISO "2007-04-30"
|
#define UPX_VERSION_DATE_ISO "2007-07-31"
|
||||||
#define UPX_VERSION_YEAR "2007"
|
#define UPX_VERSION_YEAR "2007"
|
||||||
|
Reference in New Issue
Block a user