]> granicus.if.org Git - libexpat/commitdiff
Sync change log
authorSebastian Pipping <sebastian@pipping.org>
Mon, 28 Mar 2016 20:23:43 +0000 (22:23 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Mon, 28 Mar 2016 20:23:43 +0000 (22:23 +0200)
expat/Changes
htdocs/index.html

index db5f7f32eb41a2b1d64e6f25156d2276354b3248..d6385238d38618f4640046309d7c621616de4d24 100644 (file)
@@ -1,3 +1,14 @@
+Release ??? ???
+        Security fixes:
+            #499: Use more entropy for hash initialization
+            #519: Resolve troublesome internal call to srand
+
+        Other changes:
+            #532: Fix compilation for Visual Studio 2010
+            p90: Fix static build (BUILD_shared=OFF) with CMake on Windows
+            Remove executable flag from source files
+            Address some compile warnings
+
 Release 2.1.1 Sat March 12 2016
         Security fixes:
             #582: CVE-2015-1283 - Multiple integer overflows in XML_GetBuffer
@@ -7,7 +18,7 @@ Release 2.1.1 Sat March 12 2016
             #520: Symbol XML_SetHashSalt was not exported
             Output of "xmlwf -h" was incomplete
 
-        Other changes
+        Other changes:
             #503: Document behavior of calling XML_SetHashSalt with salt 0
             Minor improvements to man page xmlwf(1)
             Improvements to the experimental CMake build system
index 8a1630f097131f6bf5f63580d8069529b3d954b9..bb3ac2ab8d0ed61cc91351695b39a6a768d78db7 100644 (file)
@@ -55,6 +55,27 @@ of Expat.</p>
 <h3 id="news">News</h3>
 
 <dl>
+  <dt><em>???</em>,
+      Expat ??? released.
+    </dt>
+  <dd><p>Release ??? includes security &amp; other bug fixes.</p>
+    <h4>Security fixes</h4>
+    <ul>
+      <li>Use more entropy for hash initialization
+        (<a href="https://sourceforge.net/p/expat/bugs/499/">bug 499</a>)</li>
+      <li>Resolve troublesome internal call to srand
+        (<a href="https://sourceforge.net/p/expat/bugs/519/">bug 519</a>)</li>
+    </ul>
+    <h4>Other changes</h4>
+    <ul>
+      <li>Fix compilation for Visual Studio 2010
+        (<a href="https://sourceforge.net/p/expat/bugs/532/">bug 532</a>)</li>
+      <li>Fix static build (<code>BUILD_shared=OFF</code>) with CMake on Windows
+        (<a href="https://sourceforge.net/p/expat/patches/90/">patch 90</a>)</li>
+      <li>Remove executable flag from source files</li>
+      <li>Address some compile warnings</li>
+    <ul>
+  </dd>
   <dt><em>12 March 2016</em>,
       Expat 2.1.1 released.
     </dt>