summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-10-14 14:31:10 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2022-10-14 14:31:10 +0200
commitf507d167f1755b7eaea09fb1a44d29aab828b6d1 (patch)
treed0553a8037968f8f28001b1920dd3980af0fd648
parent1b41ec4e9433b05bb0376be4725804c54ef1d80b (diff)
downloadlibxml2-f507d167f1755b7eaea09fb1a44d29aab828b6d1.tar.gz
Release v2.10.3v2.10.3
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7e35a4d8..72e130b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,22 @@
NEWS file for libxml2
+v2.10.3: Oct 14 2022
+
+### Security
+
+- [CVE-2022-40304] Fix dict corruption caused by entity reference cycles
+- [CVE-2022-40303] Fix integer overflows with XML_PARSE_HUGE
+- Fix overflow check in SAX2.c
+
+### Portability
+
+- win32: Fix build with VS2013
+
+### Build system
+
+- cmake: Set SOVERSION
+
+
v2.10.2: Aug 29 2022
### Improvements
diff --git a/configure.ac b/configure.ac
index 9dedb3af..7f240368 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], 2)
+m4_define([MICRO_VERSION], 3)
AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
AC_CONFIG_SRCDIR([entities.c])