[libxml2/2.10] Release v2.10.2



commit 21b24b51608d471bb9f7c4225e23d0db2acecc52
Author: Nick Wellnhofer <wellnhofer aevum de>
Date:   Mon Aug 29 15:20:36 2022 +0200

    Release v2.10.2

 NEWS         | 17 +++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 5f562a2f..7e35a4d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,22 @@
 NEWS file for libxml2
 
+v2.10.2: Aug 29 2022
+
+### Improvements
+
+- Remove set-but-unused variable in xmlXPathScanName
+- Silence -Warray-bounds warning
+
+### Build system
+
+- build: require automake-1.16.3 or later (Xi Ruoyao)
+- Remove generated files from distribution
+
+### Test suite
+
+- Don't create missing.xml when running testapi
+
+
 v2.10.1: Aug 25 2022
 
 ### Regressions
diff --git a/configure.ac b/configure.ac
index 886c389b..9dedb3af 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], 1)
+m4_define([MICRO_VERSION], 2)
 
 AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
 AC_CONFIG_SRCDIR([entities.c])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]