1
0
mirror of https://github.com/upx/upx.git synced 2025-08-11 22:52:30 +08:00

Prepared for release 1.94.

committer: mfx <mfx> 1142081862 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2006-03-11 12:57:42 +00:00
parent ed25c64e97
commit aabefff298
4 changed files with 6 additions and 4 deletions

2
NEWS
View File

@ -4,7 +4,7 @@ User visible changes for UPX
[ UNSTABLE BETA VERSION - please see README.1ST for some more info ]
Changes in 1.94 beta (13 Mar 2006):
Changes in 1.94 beta (11 Mar 2006):
* UNSTABLE BETA VERSION - DO NOT USE EXCEPT FOR TESTING
* new format: added support for arm/pe (ARM executables running on WinCE)
* new format: added support for linux elf/amd64

4
TODO
View File

@ -1,4 +1,4 @@
UPX TODO list. Last updated 2006-03-08.
UPX TODO list. Last updated 2006-03-11.
IMPORTANT PROBLEMS THAT SHOULD BE FIXED SOON:
@ -8,6 +8,8 @@ IMPORTANT PROBLEMS THAT SHOULD BE FIXED SOON:
OTHER:
- docs: convert docs from upx.pod to use AsciiDoc
- check all <const_cast> to make sure they are not invalid
- throwNotCompressible() is not a real error, so make the output nicer

View File

@ -3,7 +3,7 @@ SHELL = /bin/sh
top_srcdir = ..
PACKAGE = upx
VERSION_DATE = 13 Mar 2006
VERSION_DATE = 11 Mar 2006
VERSION := $(shell sed -n 's/^.*UPX_VERSION_STRING .*"\(.*\)".*/\1/p' $(top_srcdir)/src/version.h)
TRIMSPACE = cat

View File

@ -1,5 +1,5 @@
#define UPX_VERSION_HEX 0x019400 /* 01.94.00 */
#define UPX_VERSION_STRING "1.94 beta"
#define UPX_VERSION_STRING4 "1.94"
#define UPX_VERSION_DATE "Mar 13th 2006"
#define UPX_VERSION_DATE "Mar 11th 2006"
#define UPX_VERSION_YEAR "2006"