소스 검색

Update. BTW: for now not going to add ISSigVerify support to DownloadTemporaryFile.

Martijn Laan 3 달 전
부모
커밋
95d015a506
1개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. 7 2
      whatsnew.htm

+ 7 - 2
whatsnew.htm

@@ -105,7 +105,12 @@ issigtool --key-file="MyKey.ispublickey" verify "MyProg.dll"</pre>
   <li>Other related changes:
   <ul>
     <li>The compiler now verifies that precompiled files like <i>SetupLdr.e32</i> and <i>Setup.e32</i> remain unchanged before using them. Can be disabled using new [Setup] section directive <tt>VerifyPrecompiledFiles</tt>.</li>
-    <li>Pascal Scripting: Added new <tt>ISSigVerify</tt> support function.</li>
+    <li>Pascal Scripting:
+      <ul>
+        <li>Added new <tt>ISSigVerify</tt> support function.</li>
+        <li>Added new <tt>AddWithISSigVerify</tt> and <tt>AddExWithISSigVerify</tt> functions to support class <tt>TDownloadWizardPage</tt>. See new example script <i>CodeDownloadFiles2.iss</i> for an example.</li>
+      </ul>
+    </li>
   </ul>
   </li>
 </ul>
@@ -139,7 +144,7 @@ Source: "{tmp}\MyProg-ExtraReadmes.7z"; DestDir: "{app}"; Flags: external extrac
         </li>
       </ul>
     </li>
-    <li>Added example script <i>CodeDownloadFiles2.iss</i> demonstrating how to use a single <tt>[Files]</tt> entry to verify and extract a downloaded archive.</li>
+    <li>Added example script <i>CodeDownloadFiles2.iss</i> demonstrating how to use a single <tt>[Files]</tt> entry to extract a downloaded archive.</li>
     <li>Archive extraction now honors the file system redirection state set by 64-bit install mode, entry flags, and support function <tt>EnableFsRedirection</tt>.</li>
   </ul>
   </li>