mirror of
https://github.com/upx/upx
synced 2025-10-05 19:20:23 +08:00
Prepare release.
This commit is contained in:
parent
36dd35f238
commit
7082594bbc
2
NEWS
2
NEWS
|
@ -2,7 +2,7 @@
|
||||||
User visible changes for UPX
|
User visible changes for UPX
|
||||||
==================================================================
|
==================================================================
|
||||||
|
|
||||||
Changes in 3.09 (17 Feb 2013):
|
Changes in 3.09 (18 Feb 2013):
|
||||||
* New option --preserve-build-id for GNU ELF.
|
* New option --preserve-build-id for GNU ELF.
|
||||||
* Allow for code signing and LC_UUID on Mac OS X executables.
|
* Allow for code signing and LC_UUID on Mac OS X executables.
|
||||||
* Allow non-contiguous LC_SEGMENTs and 0==.vmsize for Mach-O.
|
* Allow non-contiguous LC_SEGMENTs and 0==.vmsize for Mach-O.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#define UPX_VERSION_HEX 0x030900 /* 03.09.00 */
|
#define UPX_VERSION_HEX 0x030900 /* 03.09.00 */
|
||||||
#define UPX_VERSION_STRING "3.09"
|
#define UPX_VERSION_STRING "3.09"
|
||||||
#define UPX_VERSION_STRING4 "3.09"
|
#define UPX_VERSION_STRING4 "3.09"
|
||||||
#define UPX_VERSION_DATE "Feb 17th 2013"
|
#define UPX_VERSION_DATE "Feb 18th 2013"
|
||||||
#define UPX_VERSION_DATE_ISO "2013-02-17"
|
#define UPX_VERSION_DATE_ISO "2013-02-18"
|
||||||
#define UPX_VERSION_YEAR "2013"
|
#define UPX_VERSION_YEAR "2013"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user