From 2e82e78b98e02a686ee319423424f7160c9e874e Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sun, 19 Apr 2009 18:46:31 +0200 Subject: [PATCH] Bump tentative release date. --- NEWS | 3 ++- src/conf.h | 5 ++++- src/version.h | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 8bf021eb..0ccd8652 100644 --- a/NEWS +++ b/NEWS @@ -2,10 +2,11 @@ User visible changes for UPX ================================================================== -Changes in 3.04 (XX XXX 2009): +Changes in 3.04 (27 Apr 2009): * new format vmlinuz/armel for Debian NSLU2 (etc.) linux kernel * bvmlinuz boot protocol 2.08 for 386 Linux kernel * Extended ABI version 4 for armel-eabi ARM Linux ELF + * bug fixes Changes in 3.03 (27 Apr 2008): * implement cache flushing for PowerPC (esp. model 440) diff --git a/src/conf.h b/src/conf.h index fa107d88..fc1aa792 100644 --- a/src/conf.h +++ b/src/conf.h @@ -78,10 +78,13 @@ # if (ACC_OS_WIN32 || ACC_OS_WIN64) # elif defined(__linux__) # pragma warning(error: 424) // #424: extra ";" ignored +//# pragma warning(disable: 128) // #128: loop is not reachable from preceding code +//# pragma warning(disable: 181) // #181: argument is incompatible with corresponding format string conversion # pragma warning(disable: 193) // #193: zero used for undefined preprocessing identifier # pragma warning(disable: 810) // #810: conversion from "A" to "B" may lose significant bits # pragma warning(disable: 981) // #981: operands are evaluated in unspecified order -# pragma warning(disable: 1418) // #1418: external definition with no prior declaration +# pragma warning(disable: 1418) // #1418: external function definition with no prior declaration +//# pragma warning(disable: 1419) // #1419: external declaration in primary source file # else # error "untested platform" # endif diff --git a/src/version.h b/src/version.h index 4d981ed4..59892a94 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ #define UPX_VERSION_HEX 0x030400 /* 03.04.00 */ #define UPX_VERSION_STRING "3.04" #define UPX_VERSION_STRING4 "3.04" -#define UPX_VERSION_DATE "Jan 1st 2009" -#define UPX_VERSION_DATE_ISO "2009-01-01" +#define UPX_VERSION_DATE "Apr 27st 2009" +#define UPX_VERSION_DATE_ISO "2009-04-27" #define UPX_VERSION_YEAR "2009"