forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (pythonGH-31022)
- Loading branch information
Showing
6 changed files
with
238 additions
and
31 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
Misc/NEWS.d/next/Library/2022-01-30-15-16-12.bpo-46400.vweUiO.rst
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
expat: Update libexpat from 2.4.1 to 2.4.4 |
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
Copyright (c) 2000-2005 Fred L. Drake, Jr. <[email protected]> | ||
Copyright (c) 2001-2002 Greg Stein <[email protected]> | ||
Copyright (c) 2002-2016 Karl Waclawek <[email protected]> | ||
Copyright (c) 2016-2021 Sebastian Pipping <[email protected]> | ||
Copyright (c) 2016-2022 Sebastian Pipping <[email protected]> | ||
Copyright (c) 2016 Cristian Rodríguez <[email protected]> | ||
Copyright (c) 2016 Thomas Beutlich <[email protected]> | ||
Copyright (c) 2017 Rhodri James <[email protected]> | ||
|
@@ -1041,7 +1041,7 @@ XML_SetBillionLaughsAttackProtectionActivationThreshold( | |
*/ | ||
#define XML_MAJOR_VERSION 2 | ||
#define XML_MINOR_VERSION 4 | ||
#define XML_MICRO_VERSION 1 | ||
#define XML_MICRO_VERSION 4 | ||
|
||
#ifdef __cplusplus | ||
} | ||
|
Oops, something went wrong.