summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2012-03-05 14:52:54 +0000
committerkwaclaw <kwaclaw>2012-03-05 14:52:54 +0000
commitf80ce055890985eb94a8de961475339df90a20ca (patch)
treeb090f7b1d211422009e680949fd1e36a25931b66
parent41f91e2587205970b0693b4c46712628aa0bc999 (diff)
downloadlibexpat-f80ce055890985eb94a8de961475339df90a20ca.tar.gz
Release preparations.
-rw-r--r--Changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes b/Changes
index a6431fa..4a76daa 100644
--- a/Changes
+++ b/Changes
@@ -12,6 +12,7 @@ Release 2.1.0 XXX March XX 2012
#2855609: Dangling positionPtr after error.
#2894085: Buffer over-read and crash in big2_toUtf8().
#2958794: Memory leak in poolGrow.
+ #2990652: CMake support.
#3010819: UNEXPECTED_STATE with a trailing "%" in entity value.
#3206497: Unitialized memory returned from XML_Parse.
#3287849: make check fails on mingw-w64.
@@ -19,6 +20,7 @@ Release 2.1.0 XXX March XX 2012
- Patches:
#1749198: pkg-config support.
#3010222: Fix for bug #3010819.
+ #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
@@ -27,6 +29,7 @@ Release 2.1.0 XXX March XX 2012
When compiled with XML_ATTR_INFO defined, adds new API member
XML_GetAttributeInfo() that allows retrieving the byte
offsets for attribute names and values (patch #3446384).
+ Added CMake build system. See bug #2990652 and patch #3312568.
Release 2.0.1 Tue June 5 2007
- Fixed bugs #1515266, #1515600: The character data handler's calling