From 07c32a0f03e45876f60e252cfb84dbb680239cd4 Mon Sep 17 00:00:00 2001 From: anders_k Date: Fri, 22 Apr 2016 13:46:14 +0000 Subject: [PATCH] Bumped zip2exe version and linked to bugreport in history git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6749 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/zip2exe/main.cpp | 3 +++ Contrib/zip2exe/res.rc | 2 +- Docs/src/history.but | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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