mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Release v2.10.4
This commit is contained in:
parent
09a2dd4530
commit
223cb03a5d
14
NEWS
14
NEWS
@ -1,5 +1,19 @@
|
||||
NEWS file for libxml2
|
||||
|
||||
v2.10.4: Apr 11 2023
|
||||
|
||||
### Security
|
||||
|
||||
- [CVE-2023-29469] Hashing of empty dict strings isn't deterministic
|
||||
- [CVE-2023-28484] Fix null deref in xmlSchemaFixupComplexType
|
||||
- schemas: Fix null-pointer-deref in xmlSchemaCheckCOSSTDerivedOK
|
||||
|
||||
### Regressions
|
||||
|
||||
- SAX2: Ignore namespaces in HTML documents
|
||||
- io: Fix "buffer full" error with certain buffer sizes
|
||||
|
||||
|
||||
v2.10.3: Oct 14 2022
|
||||
|
||||
### Security
|
||||
|
@ -3,7 +3,7 @@ AC_PREREQ([2.63])
|
||||
|
||||
m4_define([MAJOR_VERSION], 2)
|
||||
m4_define([MINOR_VERSION], 10)
|
||||
m4_define([MICRO_VERSION], 3)
|
||||
m4_define([MICRO_VERSION], 4)
|
||||
|
||||
AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
|
||||
AC_CONFIG_SRCDIR([entities.c])
|
||||
|
Loading…
x
Reference in New Issue
Block a user