summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2023-04-07 12:06:08 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2023-04-11 13:13:43 +0200
commit223cb03a5d27b1b2393b266a8657443d046139d6 (patch)
treef9ce6b992286483dcc56e7b4434f7313f9d122b5
parent09a2dd453007f9c7205274623acdd73747c22d64 (diff)
downloadlibxml2-223cb03a5d27b1b2393b266a8657443d046139d6.tar.gz
Release v2.10.4v2.10.4
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e1cdc9de..5beb9a9e 100644
--- a/NEWS
+++ b/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
diff --git a/configure.ac b/configure.ac
index 7f240368..59763cf8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])