Sfoglia il codice sorgente

Update whatsnew and bump version.

Martijn Laan 2 anni fa
parent
commit
74756721a3
4 ha cambiato i file con 5 aggiunte e 4 eliminazioni
  1. 1 1
      ISHelp/isetup.xml
  2. 1 1
      build.bat
  3. 1 1
      setup.iss
  4. 2 1
      whatsnew.htm

+ 1 - 1
ISHelp/isetup.xml

@@ -87,7 +87,7 @@
 <body>
 
 <p>
-<b>Inno Setup version 6.2.1</b><br/>
+<b>Inno Setup version 6.2.2</b><br/>
 <b>Copyright &copy; 1997-2022 Jordan Russell. All rights reserved.</b><br/>
 <b>Portions Copyright &copy; 2000-2022 Martijn Laan. All rights reserved.</b><br/>
 <extlink href="https://jrsoftware.org/">Inno Setup home page</extlink>

+ 1 - 1
build.bat

@@ -20,7 +20,7 @@ rem  Once done the installer can be found in Output
 
 setlocal
 
-set VER=6.2.1
+set VER=6.2.2
 
 echo Building Inno Setup %VER%...
 echo.

+ 1 - 1
setup.iss

@@ -15,7 +15,7 @@
 [Setup]
 AppName=Inno Setup
 AppId={code:GetAppId|Inno Setup 6}
-AppVersion=6.2.1
+AppVersion=6.2.2
 AppPublisher=jrsoftware.org
 AppPublisherURL=https://www.innosetup.com/
 AppSupportURL=https://www.innosetup.com/

+ 2 - 1
whatsnew.htm

@@ -28,8 +28,9 @@ For conditions of distribution and use, see <a href="https://jrsoftware.org/file
 
 <p><b>Want to be notified by e-mail of new Inno Setup releases?</b> <a href="https://jrsoftware.org/ismail.php">Subscribe</a> to the Inno Setup Mailing List!</p>
 
-<p><a name="6.2.2"></a><span class="ver">6.2.2 </span><span class="date">(?)</span></p>
+<p><a name="6.2.2"></a><span class="ver">6.2.2 </span><span class="date">(2023-02-15)</span></p>
 <ul>
+  <li>Changes to further help protect against potential DLL preloading attacks, contributed by Johannes Schindelin from the Git for Windows team.</li>
   <li>Pascal Scripting changes: Improved support for downloads using basic authentication, contributed by Christian Beck.
   <ul>
     <li>Added new <tt>AddEx</tt> function to the <tt>TDownloadWizardPage</tt> support class.</li>