mirror of
https://github.com/upx/upx.git
synced 2025-08-11 22:52:30 +08:00
Prepare release.
This commit is contained in:
3
NEWS
3
NEWS
@ -2,8 +2,9 @@
|
||||
User visible changes for UPX
|
||||
==================================================================
|
||||
|
||||
Changes in 3.06 (XX XXX XXXX):
|
||||
Changes in 3.06 (04 Sep 2010):
|
||||
* win32/pe: TLS callback support contributed by Stefan Widmann. Thanks!
|
||||
* bug fixes
|
||||
|
||||
Changes in 3.05 (27 Apr 2010):
|
||||
* i386-linux and amd64-linux support shared libraries (DT_INIT must
|
||||
|
@ -1,6 +1,6 @@
|
||||
#define UPX_VERSION_HEX 0x030600 /* 03.06.00 */
|
||||
#define UPX_VERSION_STRING "3.06"
|
||||
#define UPX_VERSION_STRING4 "3.06"
|
||||
#define UPX_VERSION_DATE "Apr 28th 2010"
|
||||
#define UPX_VERSION_DATE_ISO "2010-04-28"
|
||||
#define UPX_VERSION_DATE "Sep 04th 2010"
|
||||
#define UPX_VERSION_DATE_ISO "2010-09-04"
|
||||
#define UPX_VERSION_YEAR "2010"
|
||||
|
Reference in New Issue
Block a user