Skip to content

Commit fed3ed9

Browse files
Prepare release.
1 parent 260138b commit fed3ed9

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

NEWS

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
User visible changes for UPX
33
==================================================================
44

5-
Changes in 3.08 (XX XXX XXXX):
5+
Changes in 3.08 (12 Dec 2011):
66
* Fix allocation in runtime stub for darwin.macho-entry (i386 and amd64).
77
* Compress shared library on ELF i386 only [ld.so threatens even this case].
8-
* Minor edits for portability under various compilers
98
* Attempt to suport ELF on QNX 6.3.0 for armel (experimental).
10-
* Better diangostic when ELF -fPIC is needed
11-
* PT_NOTE improvements for *BSD
9+
* Better diangostic when ELF -fPIC is needed.
10+
* PT_NOTE improvements for *BSD.
1211
* Preserve more ELF .e_flags on ARM.
1312
* Minor code improvements for ELF stubs
1413
* Defend against another flavor of corrupt PE header.

src/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define UPX_VERSION_HEX 0x030800 /* 03.08.00 */
22
#define UPX_VERSION_STRING "3.08"
33
#define UPX_VERSION_STRING4 "3.08"
4-
#define UPX_VERSION_DATE "Sep 09th 2010"
5-
#define UPX_VERSION_DATE_ISO "2010-09-09"
6-
#define UPX_VERSION_YEAR "2010"
4+
#define UPX_VERSION_DATE "Dec 12th 2011"
5+
#define UPX_VERSION_DATE_ISO "2011-12-12"
6+
#define UPX_VERSION_YEAR "2011"

0 commit comments

Comments
 (0)