summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-08-25 13:15:32 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2022-08-25 13:16:24 +0200
commitd85c4a01407b75eb4005256df106d121e766a1d8 (patch)
tree07dc8820f0973ee793927b584a18c291085f000b
parent703667f397e4f4be105b831fba710794256c8397 (diff)
downloadlibxml2-2.10.1.tar.gz
Release v2.10.1v2.10.1
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0a3dd6b0..5f562a2f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,29 @@
NEWS file for libxml2
+v2.10.1: Aug 25 2022
+
+### Regressions
+
+- Fix xmlCtxtReadDoc with encoding
+
+### Bug fixes
+
+- Fix HTML parser with threads and --without-legacy
+
+### Build system
+
+- Fix build with Python 3.10
+- cmake: Disable version script on macOS
+- Remove Makefile rule to build testapi.c
+
+### Documentation
+
+- Switch back to HTML output for API documentation
+- Port doc/examples/index.py to Python 3
+- Fix order of exports in libxml2-api.xml
+- Remove libxml2-refs.xml
+
+
v2.10.0: Aug 17 2022
### Security
diff --git a/configure.ac b/configure.ac
index 3b273654..4d8e0cb4 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], 0)
+m4_define([MICRO_VERSION], 1)
AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
AC_CONFIG_SRCDIR([entities.c])