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

Bump tentative release date.

This commit is contained in:
Markus F.X.J. Oberhumer 2009-04-19 18:46:31 +02:00
parent aaef4bee27
commit 2e82e78b98
3 changed files with 8 additions and 4 deletions

3
NEWS
View File

@ -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)

View File

@ -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

View File

@ -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"