From 89cfa22c3ff61f0a105b497aa5cfe29ccba8ee75 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Tue, 6 Jun 2006 17:36:34 +0200 Subject: [PATCH] Final cleanups for 2.01. --- .hgignore | 3 ++- NEWS | 4 ++-- src/version.h | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.hgignore b/.hgignore index e50def2f..3606a036 100644 --- a/.hgignore +++ b/.hgignore @@ -1,7 +1,8 @@ syntax: regexp -^build ^ChangeLog +^build +^maint syntax: glob diff --git a/NEWS b/NEWS index 6b2f20c1..daa16b4f 100644 --- a/NEWS +++ b/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): diff --git a/src/version.h b/src/version.h index 2d573895..92aca62a 100644 --- a/src/version.h +++ b/src/version.h @@ -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"