diff --git a/Contrib/zip2exe/main.cpp b/Contrib/zip2exe/main.cpp index c843c2ba..b130a590 100644 --- a/Contrib/zip2exe/main.cpp +++ b/Contrib/zip2exe/main.cpp @@ -19,6 +19,9 @@ #endif /* +version 0.38 (by Anders Kjersem) +* Aborts if the zip file is encrypted + version 0.37 (by Anders Kjersem) * Unicode checkbox * No output log length limit diff --git a/Contrib/zip2exe/res.rc b/Contrib/zip2exe/res.rc index 895fa04b..a00865db 100644 --- a/Contrib/zip2exe/res.rc +++ b/Contrib/zip2exe/res.rc @@ -29,7 +29,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US IDD_DIALOG1 DIALOGEX 0, 0, 360, 271 STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Zip2Exe 0.37" +CAPTION "Zip2Exe 0.38" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN ICON IDI_ICON1,IDC_NSISICON,6,6,20,20 diff --git a/Docs/src/history.but b/Docs/src/history.but index 6294feb8..f1e412a7 100644 --- a/Docs/src/history.but +++ b/Docs/src/history.but @@ -8,7 +8,7 @@ Released on ???? ?nd, 2016 \S2{} Minor Changes -\b Zip2Exe aborts if the zip file is encrypted +\b Zip2Exe aborts if the zip file is encrypted (\W{http://sf.net/p/nsis/bugs/1141}{bug #1141}) \S2{} Translations