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:
2
NEWS
2
NEWS
@ -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
4
TODO
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user