From fed3ed9f9afc4f47a796420f48c97c683cac9539 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Mon, 12 Dec 2011 11:55:45 +0100 Subject: [PATCH] Prepare release. --- NEWS | 7 +++---- src/version.h | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 5cf92b57..b2466c91 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/src/version.h b/src/version.h index 008f5bce..79b61ecc 100644 --- a/src/version.h +++ b/src/version.h @@ -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"