Final cleanups for 2.01.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-06-06 17:36:34 +02:00
parent e7522f4bdf
commit 89cfa22c3f
3 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
syntax: regexp syntax: regexp
^build
^ChangeLog ^ChangeLog
^build
^maint
syntax: glob syntax: glob
+2 -2
View File
@@ -2,12 +2,12 @@
User visible changes for UPX User visible changes for UPX
================================================================== ==================================================================
Changes in 2.01 (27 May 2006): Changes in 2.01 (06 Jun 2006):
* arm/pe: better DLL support * arm/pe: better DLL support
* dos/exe: device driver support added * dos/exe: device driver support added
* linux/386: Fix --force-execve for PaX, grSecurity, and strict SELinux. * linux/386: Fix --force-execve for PaX, grSecurity, and strict SELinux.
/tmp must support execve(); therefore /tmp cannot be mounted 'noexec'. /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 excluding selected resources from compression
Changes in 2.00 (27 Apr 2006): Changes in 2.00 (27 Apr 2006):
+2 -2
View File
@@ -1,6 +1,6 @@
#define UPX_VERSION_HEX 0x020100 /* 02.01.00 */ #define UPX_VERSION_HEX 0x020100 /* 02.01.00 */
#define UPX_VERSION_STRING "2.01" #define UPX_VERSION_STRING "2.01"
#define UPX_VERSION_STRING4 "2.01" #define UPX_VERSION_STRING4 "2.01"
#define UPX_VERSION_DATE "Apr 28th 2006" #define UPX_VERSION_DATE "Jun 06th 2006"
#define UPX_VERSION_DATE_ISO "2006-04-28" #define UPX_VERSION_DATE_ISO "2006-06-06"
#define UPX_VERSION_YEAR "2006" #define UPX_VERSION_YEAR "2006"