From: Sebastian Pipping
Date: Mon, 28 Mar 2016 20:23:43 +0000 (+0200)
Subject: Sync change log
X-Git-Tag: R_2_2_0~53
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56ceae704629e7d9bbe74432dd9bbf5eb7c6c2e3;p=libexpat
Sync change log
---
diff --git a/expat/Changes b/expat/Changes
index db5f7f32..d6385238 100644
--- a/expat/Changes
+++ b/expat/Changes
@@ -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
diff --git a/htdocs/index.html b/htdocs/index.html
index 8a1630f0..bb3ac2ab 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -55,6 +55,27 @@ of Expat.
News
+ - ???,
+ Expat ??? released.
+
+ Release ??? includes security & other bug fixes.
+ Security fixes
+
+ - Use more entropy for hash initialization
+ (bug 499)
+ - Resolve troublesome internal call to srand
+ (bug 519)
+
+ Other changes
+
+ - Fix compilation for Visual Studio 2010
+ (bug 532)
+ - Fix static build (
BUILD_shared=OFF
) with CMake on Windows
+ (patch 90)
+ - Remove executable flag from source files
+ - Address some compile warnings
+
- 12 March 2016,
Expat 2.1.1 released.