1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-23 02:50:08 +03:00

Release v2.12.0

This commit is contained in:
Nick Wellnhofer 2023-11-16 13:20:16 +01:00
parent 529df19619
commit 5e9b167dce

20
NEWS
View File

@ -1,6 +1,6 @@
NEWS file for libxml2
v2.12.0: not released yet
v2.12.0: Nov 16 2023
### Major changes
@ -38,11 +38,6 @@ Several bugs in the regex determinism checks were fixed. Invalid XML
Schemas which previous versions erroneously accepted will now be
rejected.
### Regressions
- threads: Fix --with-thread-alloc
- xinclude: Fix 'last' pointer in xmlXIncludeCopyNode
### Deprecations
- globals: Deprecate xmlLastError
@ -116,7 +111,6 @@ rejected.
- parser: Always create UTF-8 in xmlParseReference
- html: Remove some debugging code in htmlParseTryOrFinish
- malloc-fail: Fix memory leak in xmlCompileAttributeTest
- parser: Fix potential use-after-free in xmlParseCharDataInternal
- parser: Recover more input from encoding errors
- malloc-fail: Handle malloc failures in xmlAddEncodingAlias
- malloc-fail: Fix null-deref with xmllint --copy
@ -198,6 +192,18 @@ rejected.
- doc: Improve documentation of configuration options
v2.11.6: Nov 16 2023
### Regressions
- threads: Fix --with-thread-alloc
- xinclude: Fix 'last' pointer in xmlXIncludeCopyNode
### Bug fixes
- parser: Fix potential use-after-free in xmlParseCharDataInternal
v2.11.5: Aug 9 2023
### Regressions