summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2022-03-04 19:04:17 +0100
committerSebastian Pipping <sebastian@pipping.org>2022-03-04 19:16:16 +0100
commit99eddcd2bbc69e8ba710a6da614326710191e816 (patch)
treefeee027353a4d19f33a128529a8e435712242dc2
parenta34daa5babf098e7577a6f6d93ce37ea1f85413c (diff)
downloadlibexpat-git-99eddcd2bbc69e8ba710a6da614326710191e816.tar.gz
Changes: Document #555 #570 #573 #574 #575 #579
-rw-r--r--expat/Changes11
1 files changed, 11 insertions, 0 deletions
diff --git a/expat/Changes b/expat/Changes
index 59fbcca4..612db05d 100644
--- a/expat/Changes
+++ b/expat/Changes
@@ -11,6 +11,7 @@ Release x.x.x xxx xxxxxxxx xx xxxx
0123456789 % -._~ :/?#[]@ !$&'()*+,;=
Other changes:
+ #555 #570 CMake|Windows: Store Expat version in the DLL
#577 Document consequences of namespace separator choices not just
in doc/reference.html but also in header <expat.h>
#577 Document Expat's lack of validation of namespace URIs against
@@ -20,11 +21,21 @@ Release x.x.x xxx xxxxxxxx xx xxxx
If you find need for strict RFC 3986 URI validation on
application level today, https://uriparser.github.io/ may
be of interest.
+ #579 Fix documentation of XML_EndDoctypeDeclHandler in <expat.h>
+ #575 Document that a call to XML_FreeContentModel can be done at
+ a later time from outside the element declaration handler
+ #574 Make hardcoded namespace URIs easier to find in code
+ #573 Update documentation on use of XML_POOR_ENTOPY on Solaris
#569 #571 tests: Resolve use of macros NAN and INFINITY for GNU G++
4.8.2 on Solaris.
#578 #580 Version info bumped from 9:6:8 to 9:7:8;
see https://verbump.de/ for what these numbers do
+ Special thanks to:
+ Jeffrey Walton
+ Johnny Jazeix
+ Thijs Schreijer
+
Release 2.4.6 Sun February 20 2022
Bug fixes:
#566 Fix a regression introduced by the fix for CVE-2022-25313