1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Prepare release.

This commit is contained in:
Markus F.X.J. Oberhumer 2011-12-12 11:55:45 +01:00
parent 260138ba11
commit fed3ed9f9a
2 changed files with 6 additions and 7 deletions

7
NEWS
View File

@ -2,13 +2,12 @@
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).
* 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).
* Better diangostic when ELF -fPIC is needed
* PT_NOTE improvements for *BSD
* Better diangostic when ELF -fPIC is needed.
* PT_NOTE improvements for *BSD.
* Preserve more ELF .e_flags on ARM.
* Minor code improvements for ELF stubs
* Defend against another flavor of corrupt PE header.

View File

@ -1,6 +1,6 @@
#define UPX_VERSION_HEX 0x030800 /* 03.08.00 */
#define UPX_VERSION_STRING "3.08"
#define UPX_VERSION_STRING4 "3.08"
#define UPX_VERSION_DATE "Sep 09th 2010"
#define UPX_VERSION_DATE_ISO "2010-09-09"
#define UPX_VERSION_YEAR "2010"
#define UPX_VERSION_DATE "Dec 12th 2011"
#define UPX_VERSION_DATE_ISO "2011-12-12"
#define UPX_VERSION_YEAR "2011"