summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2023-05-11 13:00:20 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2023-05-11 13:00:20 +0200
commit787ae0390a3b90a76c2c54d6a18d7f1abe888c64 (patch)
tree04b2f0b75f451a01f75e753134249bc8aff8ae3f
parenta4b763f7c1ad671783fa6330df6b777e5f8f07bb (diff)
downloadlibxml2-2.11.tar.gz
Release v2.11.3v2.11.32.11
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e5bb74df..e819dac5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,17 @@
NEWS file for libxml2
+v2.11.3: May 11 2023
+
+Fixes more regressions.
+
+- xinclude: Fix false positives in inclusion loop detection
+- autotools: Fix ICU detection
+- parser: Fix "huge input lookup" error with push parser
+- xpath: Fix build without LIBXML_XPATH_ENABLED
+- hash: Fix possible startup crash with old libxslt versions
+- autoconf: fix iconv library paths (Mike Dalessio)
+
+
v2.11.2: May 5 2023
Fix regressions.
diff --git a/configure.ac b/configure.ac
index 062da6a7..729ad762 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
m4_define([MAJOR_VERSION], 2)
m4_define([MINOR_VERSION], 11)
-m4_define([MICRO_VERSION], 2)
+m4_define([MICRO_VERSION], 3)
AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
AC_CONFIG_SRCDIR([entities.c])