[LIBXML2] Update to version 2.10.1. CORE-17766

This commit is contained in:
Thomas Faber 2022-11-20 10:33:39 -05:00
parent 3f3714bad4
commit 0d5a4166a4
No known key found for this signature in database
GPG key ID: 076E7C3D44720826
6 changed files with 39 additions and 42 deletions

View file

@ -1,5 +1,29 @@
NEWS file for libxml2
v2.10.1: Aug 25 2022
### Regressions
- Fix xmlCtxtReadDoc with encoding
### Bug fixes
- Fix HTML parser with threads and --without-legacy
### Build system
- Fix build with Python 3.10
- cmake: Disable version script on macOS
- Remove Makefile rule to build testapi.c
### Documentation
- Switch back to HTML output for API documentation
- Port doc/examples/index.py to Python 3
- Fix order of exports in libxml2-api.xml
- Remove libxml2-refs.xml
v2.10.0: Aug 17 2022
### Security