forked from libexpat/libexpat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request libexpat#843 from libexpat/issue-838-prepare-release
Prepare release 2.6.2 (part of libexpat#838, ETA 2024-03-13)
- Loading branch information
Showing
11 changed files
with
72 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,59 @@ | ||
NOTE: We are looking for help with a few things: | ||
https://github.com/libexpat/libexpat/labels/help%20wanted | ||
If you can help, please get in touch. Thanks! | ||
__ __ _ | ||
___\ \/ /_ __ __ _| |_ | ||
/ _ \\ /| '_ \ / _` | __| | ||
| __// \| |_) | (_| | |_ | ||
\___/_/\_\ .__/ \__,_|\__| | ||
|_| XML parser | ||
|
||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! <blink>Expat is UNDERSTAFFED and WITHOUT FUNDING.</blink> !! | ||
!! ~~~~~~~~~~~~ !! | ||
!! The following topics need *additional skilled C developers* to progress !! | ||
!! in a timely manner or at all (loosely ordered by descending priority): !! | ||
!! !! | ||
!! - <blink>fixing a complex non-public security issue</blink>, !! | ||
!! - teaming up on researching and fixing future security reports and !! | ||
!! ClusterFuzz findings with few-days-max response times in communication !! | ||
!! in order to (1) have a sound fix ready before the end of a 90 days !! | ||
!! grace period and (2) in a sustainable manner, !! | ||
!! - implementing and auto-testing XML 1.0r5 support !! | ||
!! (needs discussion before pull requests), !! | ||
!! - smart ideas on fixing the Autotools CMake files generation issue !! | ||
!! without breaking CI (needs discussion before pull requests), !! | ||
!! - the Windows binaries topic (needs requirements engineering first), !! | ||
!! - pushing migration from `int` to `size_t` further !! | ||
!! including edge-cases test coverage (needs discussion before anything). !! | ||
!! !! | ||
!! For details, please reach out via e-mail to [email protected] so we !! | ||
!! can schedule a voice call on the topic, in English or German. !! | ||
!! !! | ||
!! THANK YOU! Sebastian Pipping -- Berlin, 2024-03-09 !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
|
||
Release 2.6.2 Wed March 13 2024 | ||
Security fixes: | ||
#839 #842 CVE-2024-28757 -- Prevent billion laughs attacks with | ||
isolated use of external parsers. Please see the commit | ||
message of commit 1d50b80cf31de87750103656f6eb693746854aa8 | ||
for details. | ||
|
||
Bug fixes: | ||
#839 #841 Reject direct parameter entity recursion | ||
and avoid the related undefined behavior | ||
|
||
Other changes: | ||
#847 Autotools: Fix build for DOCBOOK_TO_MAN containing spaces | ||
#837 Add missing #821 and #824 to 2.6.1 change log | ||
#838 #843 Version info bumped from 10:1:9 (libexpat*.so.1.9.1) | ||
to 10:2:9 (libexpat*.so.1.9.2); see https://verbump.de/ | ||
for what these numbers do | ||
|
||
Special thanks to: | ||
Philippe Antoine | ||
Tomas Korbar | ||
and | ||
Clang UndefinedBehaviorSanitizer | ||
OSS-Fuzz / ClusterFuzz | ||
|
||
Release 2.6.1 Thu February 29 2024 | ||
Bug fixes: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
"https://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ | ||
<!ENTITY dhfirstname "<firstname>Scott</firstname>"> | ||
<!ENTITY dhsurname "<surname>Bronson</surname>"> | ||
<!ENTITY dhdate "<date>February 29, 2024</date>"> | ||
<!ENTITY dhdate "<date>March 13, 2024</date>"> | ||
<!-- Please adjust this^^ date whenever cutting a new release. --> | ||
<!ENTITY dhsection "<manvolnum>1</manvolnum>"> | ||
<!ENTITY dhemail "<email>[email protected]</email>"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters