Martijn Laan 6 年之前
父节点
当前提交
080c65e6ac
共有 1 个文件被更改,包括 7 次插入2 次删除
  1. 7 2
      whatsnew.htm

+ 7 - 2
whatsnew.htm

@@ -64,7 +64,13 @@ For conditions of distribution and use, see <a href="http://www.jrsoftware.org/f
 <p>Other changes:</p>
 <ul>
 <li>Added new [Setup] section directive: <tt>VersionInfoOriginalFileName</tt>, which sets the original filename version value.</li>
-<li>The Compiler IDE Options button <i>Associate .iss files with this compiler</i> can now associate for the current user instead of displaying an error if administrative privileges are not available.</li>
+<li>Compiler changes:
+<ul>
+  <li>The Compiler IDE Options button <i>Associate .iss files with this compiler</i> can now associate for the current user instead of displaying an error if administrative privileges are not available.</li>
+  <li>The compiler will now throw an error if the $f sequence is missing in a Sign Tool command instead of executing it anyway.</li>
+  <li>Fix: The compiler now checks <tt>OutputBaseFileName</tt> and <tt>OutputManifestFile</tt> for bad characters even if <tt>Output</tt> is set to <tt>no</tt>.</li>
+</ul>
+</li>
 <li>Pascal Scripting changes:
 <ul>
   <li>Using event attributes it is now possible to have multiple implementations of the same event function in your script. This is especially useful in included scripts implementing an event function to avoid conflicts with the main script. See the help file for more information and the <i>CodeExample1.iss</i> example script for an example.</li>
@@ -81,7 +87,6 @@ For conditions of distribution and use, see <a href="http://www.jrsoftware.org/f
    <li>Added new <tt>IsWin64</tt>, <tt>SameStr</tt> and <tt>SameText</tt> support functions.</li>
 </ul>
 </li>
-<li>The compiler will now throw an error if the $f sequence is missing in a Sign Tool command instead of executing it anyway.</li>
 <li>Maintainers of official translations can now translate the custom messages used by Inno Setup's own installer.</li>
 <li>All documentation referring to the Power Users group has been removed: this group is not special anymore in Windows.</li>
 <li>Documentation and examples improvements.</li>