From e4d859eb2ce8a42870ce95f286d646cb2457f955 Mon Sep 17 00:00:00 2001
From: Sebastian Pipping
Date: Wed, 2 Mar 2016 18:44:13 +0100
Subject: [PATCH] Write 2.1.1 change log
---
expat/Changes | 14 ++++++++++++++
htdocs/index.html | 26 ++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/expat/Changes b/expat/Changes
index 09d55b54..c3c8055f 100644
--- a/expat/Changes
+++ b/expat/Changes
@@ -1,3 +1,17 @@
+Release 2.1.1 TODO_FILL_DATE
+ Security fixes:
+ #582: CVE-2015-1283 - Multiple integer overflows in XML_GetBuffer
+
+ Bug fixes:
+ #520: Symbol XML_SetHashSalt was not exported
+ Output of "xmlwf -h" was incomplete
+
+ 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
+ libtool now invoked with --verbose
+
Release 2.1.0 Sat March 24 2012
- Bug Fixes:
#1742315: Harmful XML_ParserCreateNS suggestion.
diff --git a/htdocs/index.html b/htdocs/index.html
index c576518a..99fc5fcd 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -51,6 +51,32 @@ of Expat.
News
+ - TODO_FILL_DATE,
+ Expat 2.1.1 released.
+
+ Release 2.1.1 includes security & other bug fixes.
+ Security fixes
+
+ Bug fixes
+
+ - Symbol
XML_SetHashSalt
was not exported
+ (bug 520)
+ - Output of
xmlwf -h
was incomplete
+
+ Other changes
+
+ - Document behavior of calling
XML_SetHashSalt
with salt 0
+ (bug 503)
+ - Minor improvements to man page
xmlwf(1)
+ - Improvements to the experimental CMake build system
+ - libtool now invoked with
--verbose
+
+
- 24 March 2012,
Expat 2.1.0 released.