From a7d884595255aec4f13f1f69e9bc630d9e21ed05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Moln=C3=A1r?= Date: Thu, 18 May 2006 15:54:35 +0200 Subject: [PATCH] mention --keep-resource in NEWS and help.cpp --- NEWS | 2 ++ src/help.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 6012746c..cb157610 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ User visible changes for UPX Changes in 2.01 (27 May 2006): * arm/pe: better DLL support * dos/exe: device driver support added (thanks Michael Devore) + * arm/pe & win32/pe: new option for excluding certain resources from + getting compressed ('--keep-resource') Changes in 2.00 (27 Apr 2006): * linux/386: the stub now prints an error message if some strict diff --git a/src/help.cpp b/src/help.cpp index 652a51bc..c89925b0 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -229,6 +229,7 @@ void show_help(int x) " --compress-icons=1 compress all but the first icon\n" " --compress-icons=2 compress all but the first icon directory [default]\n" " --compress-resources=0 do not compress any resources at all\n" + " --keep-resource=list do not compress resources specified by list\n" " --strip-relocs=0 do not strip relocations\n" " --strip-relocs=1 strip relocations [default]\n" " --all-methods try all available compression methods\n"