From 23a6d326e8ffe157e9b30c06ff09ca3778720133 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Mon, 13 Feb 2006 14:15:29 +0000 Subject: [PATCH] Bump tentative release date. Update READMEs. committer: mfx 1139840129 +0000 --- NEWS | 2 +- README | 6 +++--- README.1ST | 4 +++- doc/Makefile | 2 +- src/version.h | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 7112ce82..b0467945 100644 --- a/NEWS +++ b/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 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 diff --git a/README b/README index 2ae15064..52a303a0 100644 --- a/README +++ b/README @@ -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 diff --git a/README.1ST b/README.1ST index c786f74e..4f2b57fd 100644 --- a/README.1ST +++ b/README.1ST @@ -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 diff --git a/doc/Makefile b/doc/Makefile index a76165db..ba5ccb2c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 diff --git a/src/version.h b/src/version.h index 43807ad4..b0957e94 100644 --- a/src/version.h +++ b/src/version.h @@ -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"