summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-05-04 10:42:31 +0100
committerPaul Duffin <paulduffin@google.com>2016-05-04 11:25:45 +0100
commitcee23496d017f13eccc125e2ab7044de53dec8da (patch)
tree53aec2e4b018247b4aa0a23a8bd5a0db84e48312 /Changes
parent718f25197aa07d995faedae79823b8778428c59c (diff)
downloadexpat-cee23496d017f13eccc125e2ab7044de53dec8da.tar.gz
Upgrade to expat 2.1.1
Modified the import_expat.sh script as the archive is now compressed using bzip2 instead of gzip and uses configure.ac instead of configure.in. Modified README.android to make the example command up to date with respect to the new archive format and also to ensure that it builds dependencies. All the remaining changes are straight from upstream. Bug: 27818751 Change-Id: Ia4d587e98a3f68b7133cdbcb0ca952e18fffcfe8
Diffstat (limited to 'Changes')
-rw-r--r--Changes17
1 files changed, 16 insertions, 1 deletions
diff --git a/Changes b/Changes
index 08897b9f..db5f7f32 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,18 @@
+Release 2.1.1 Sat March 12 2016
+ Security fixes:
+ #582: CVE-2015-1283 - Multiple integer overflows in XML_GetBuffer
+
+ Bug fixes:
+ #502: Fix potential null pointer dereference
+ #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.
@@ -23,7 +38,7 @@ Release 2.1.0 Sat March 24 2012
#3312568: CMake support.
#3446384: Report byte offsets for attr names and values.
- New Features / API changes:
- Added new API member XML_SetHashSalt() that allows setting an intial
+ Added new API member XML_SetHashSalt() that allows setting an initial
value (salt) for hash calculations. This is part of the fix for
bug #3496608 to randomize hash parameters.
When compiled with XML_ATTR_INFO defined, adds new API member