mirror of
https://github.com/upx/upx.git
synced 2024-11-23 04:39:59 +00:00
Final cleanups for 2.01.
This commit is contained in:
parent
e7522f4bdf
commit
89cfa22c3f
4
NEWS
4
NEWS
@ -2,12 +2,12 @@
|
||||
User visible changes for UPX
|
||||
==================================================================
|
||||
|
||||
Changes in 2.01 (27 May 2006):
|
||||
Changes in 2.01 (06 Jun 2006):
|
||||
* arm/pe: better DLL support
|
||||
* dos/exe: device driver support added
|
||||
* linux/386: Fix --force-execve for PaX, grSecurity, and strict SELinux.
|
||||
/tmp must support execve(); therefore /tmp cannot be mounted 'noexec'.
|
||||
* win32/pe & arm/pe: added new option '--keep-resource' for
|
||||
* win32/pe & arm/pe: added new option '--keep-resource=' for
|
||||
excluding selected resources from compression
|
||||
|
||||
Changes in 2.00 (27 Apr 2006):
|
||||
|
@ -1,6 +1,6 @@
|
||||
#define UPX_VERSION_HEX 0x020100 /* 02.01.00 */
|
||||
#define UPX_VERSION_STRING "2.01"
|
||||
#define UPX_VERSION_STRING4 "2.01"
|
||||
#define UPX_VERSION_DATE "Apr 28th 2006"
|
||||
#define UPX_VERSION_DATE_ISO "2006-04-28"
|
||||
#define UPX_VERSION_DATE "Jun 06th 2006"
|
||||
#define UPX_VERSION_DATE_ISO "2006-06-06"
|
||||
#define UPX_VERSION_YEAR "2006"
|
||||
|
Loading…
Reference in New Issue
Block a user