Release v2.10.4

This commit is contained in:
Nick Wellnhofer 2023-04-07 12:06:08 +02:00
parent 09a2dd4530
commit 223cb03a5d
2 changed files with 15 additions and 1 deletions

14
NEWS
View File

@ -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

View File

@ -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])