Bump tentative release date. Update READMEs.

committer: mfx <mfx> 1139840129 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2006-02-13 14:15:29 +00:00
parent 5b2f1b6d8b
commit 23a6d326e8
5 changed files with 9 additions and 7 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 Feb 2006):
Changes in 1.94 beta (13 Mar 2006):
* UNSTABLE BETA VERSION - DO NOT USE EXCEPT FOR TESTING
* arm/pe: new executable format (ARM executables running on WinCE)
* support for mach/ppc32

6
README
View File

@ -25,17 +25,17 @@ will be called version 2.00.
The main news since 1.25 are:
- slightly better compression using the new NRV2E algorithm
- new options for compression tuining (e.g. `--brute')
- new options for compression tuning (e.g. `--brute')
- support for bootable Linux kernels ("vmlinuz/386")
- support for Linux kernel building ("vmlinux/386")
- direct Linux ELF-to-memory decompression ("linux/elf386") and
shell-to-memory decompression ("linux/sh386")
- support for playstation exes ("ps1/exe")
- lots of new bugs ;-) take care
- support for arm/WinCE ("arm/pe") exes
- support for mach/ppc32
- support for Linux elf/ppc32
- support for Linux elf/amd64
- support for playstation exes ("ps1/exe")
- lots of new bugs ;-) take care
WELCOME

View File

@ -8,6 +8,8 @@
The Ultimate Packer for eXecutables
Copyright (c) 1996-2006 Markus Oberhumer & Laszlo Molnar
http://upx.sourceforge.net
@ -28,9 +30,9 @@ The main news since 1.25 are:
- support for Linux kernel building ("vmlinux/386")
- direct Linux ELF-to-memory decompression ("linux/elf386") and
shell-to-memory decompression ("linux/sh386")
- support for playstation exes ("ps1/exe")
- support for arm/WinCE ("arm/pe") exes
- support for mach/ppc32
- support for Linux elf/ppc32
- support for Linux elf/amd64
- support for playstation exes ("ps1/exe")
- lots of new bugs ;-) take care

View File

@ -3,7 +3,7 @@ SHELL = /bin/sh
top_srcdir = ..
PACKAGE = upx
VERSION_DATE = 13 Feb 2006
VERSION_DATE = 13 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 "Feb 13th 2006"
#define UPX_VERSION_DATE "Mar 13th 2006"
#define UPX_VERSION_YEAR "2006"