mirror of https://github.com/upx/upx.git
Prepare for new release.
committer: mfx <mfx> 1139742224 +0000
This commit is contained in:
parent
62c2f5228d
commit
f6d1e269d1
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 (XX XXX 2006):
|
||||
Changes in 1.94 beta (13 Feb 2006):
|
||||
* UNSTABLE BETA VERSION - DO NOT USE EXCEPT FOR TESTING
|
||||
* arm/pe: new executable format (ARM executables running on WinCE)
|
||||
* support for mach/ppc32
|
||||
|
|
|
@ -29,8 +29,8 @@ The main news since 1.25 are:
|
|||
- 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
|
||||
- lots of new bugs ;-) take care
|
||||
|
|
|
@ -3,7 +3,7 @@ SHELL = /bin/sh
|
|||
top_srcdir = ..
|
||||
|
||||
PACKAGE = upx
|
||||
VERSION_DATE = 24 Jan 2006
|
||||
VERSION_DATE = 13 Feb 2006
|
||||
VERSION := $(shell sed -n 's/^.*UPX_VERSION_STRING .*"\(.*\)".*/\1/p' $(top_srcdir)/src/version.h)
|
||||
|
||||
TRIMSPACE = cat
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#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 "Jan 24th 2006"
|
||||
#define UPX_VERSION_DATE "Feb 13th 2006"
|
||||
|
|
Loading…
Reference in New Issue