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.
Release 2.1.1 includes security & other bug fixes.
+XML_GetBuffer
function
+ (bug 528)XML_SetHashSalt
was not exported
+ (bug 520)xmlwf -h
was incompleteXML_SetHashSalt
with salt 0
+ (bug 503)xmlwf(1)
--verbose