mirror of
https://github.com/upx/upx.git
synced 2025-08-11 22:52:30 +08:00
Re-add "beta" string to versions.
This commit is contained in:
6
NEWS
6
NEWS
@ -2,7 +2,9 @@
|
||||
User visible changes for UPX
|
||||
==================================================================
|
||||
|
||||
Changes in 2.90 (08 Oct 2006):
|
||||
Changes in 2.91 beta (XX XXX 2006):
|
||||
|
||||
Changes in 2.90 beta (08 Oct 2006):
|
||||
* LZMA algorithm support for most of the 32-bit and 64-bit file formats;
|
||||
use new option '--lzma' to enable
|
||||
* new format: BSD/elf386 supporting FreeBSD, NetBSD and OpenBSD
|
||||
@ -14,6 +16,8 @@ Changes in 2.90 (08 Oct 2006):
|
||||
* major source code change: the runtime decompression stubs are now
|
||||
built from internal ELF objects
|
||||
|
||||
==================================================================
|
||||
|
||||
Changes in 2.02 (13 Aug 2006):
|
||||
* linux/386: work around Linux kernel bug (".bss" requires PF_W)
|
||||
* linux/ppc32, mach/ppc32: compressed programs now work on a 405 CPU
|
||||
|
@ -1,5 +1,5 @@
|
||||
#define UPX_VERSION_HEX 0x029100 /* 02.91.00 */
|
||||
#define UPX_VERSION_STRING "2.91"
|
||||
#define UPX_VERSION_STRING "2.91 beta"
|
||||
#define UPX_VERSION_STRING4 "2.91"
|
||||
#define UPX_VERSION_DATE "Oct 9th 2006"
|
||||
#define UPX_VERSION_DATE_ISO "2006-10-09"
|
||||
|
Reference in New Issue
Block a user