Prepare release.
This commit is contained in:
@@ -2,13 +2,12 @@
|
|||||||
User visible changes for UPX
|
User visible changes for UPX
|
||||||
==================================================================
|
==================================================================
|
||||||
|
|
||||||
Changes in 3.08 (XX XXX XXXX):
|
Changes in 3.08 (12 Dec 2011):
|
||||||
* Fix allocation in runtime stub for darwin.macho-entry (i386 and amd64).
|
* Fix allocation in runtime stub for darwin.macho-entry (i386 and amd64).
|
||||||
* Compress shared library on ELF i386 only [ld.so threatens even this case].
|
* Compress shared library on ELF i386 only [ld.so threatens even this case].
|
||||||
* Minor edits for portability under various compilers
|
|
||||||
* Attempt to suport ELF on QNX 6.3.0 for armel (experimental).
|
* Attempt to suport ELF on QNX 6.3.0 for armel (experimental).
|
||||||
* Better diangostic when ELF -fPIC is needed
|
* Better diangostic when ELF -fPIC is needed.
|
||||||
* PT_NOTE improvements for *BSD
|
* PT_NOTE improvements for *BSD.
|
||||||
* Preserve more ELF .e_flags on ARM.
|
* Preserve more ELF .e_flags on ARM.
|
||||||
* Minor code improvements for ELF stubs
|
* Minor code improvements for ELF stubs
|
||||||
* Defend against another flavor of corrupt PE header.
|
* Defend against another flavor of corrupt PE header.
|
||||||
|
|||||||
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
#define UPX_VERSION_HEX 0x030800 /* 03.08.00 */
|
#define UPX_VERSION_HEX 0x030800 /* 03.08.00 */
|
||||||
#define UPX_VERSION_STRING "3.08"
|
#define UPX_VERSION_STRING "3.08"
|
||||||
#define UPX_VERSION_STRING4 "3.08"
|
#define UPX_VERSION_STRING4 "3.08"
|
||||||
#define UPX_VERSION_DATE "Sep 09th 2010"
|
#define UPX_VERSION_DATE "Dec 12th 2011"
|
||||||
#define UPX_VERSION_DATE_ISO "2010-09-09"
|
#define UPX_VERSION_DATE_ISO "2011-12-12"
|
||||||
#define UPX_VERSION_YEAR "2010"
|
#define UPX_VERSION_YEAR "2011"
|
||||||
|
|||||||
Reference in New Issue
Block a user