We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71f09c commit 83fce0aCopy full SHA for 83fce0a
NEWS
@@ -1,5 +1,12 @@
1
NEWS file for libxml2
2
3
+v2.12.8: Jun 12 2024
4
+
5
+### Regressions
6
7
+- parser: Fix performance regression when parsing namespaces
8
9
10
v2.12.7: May 13 2024
11
12
### Security
configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
m4_define([MAJOR_VERSION], 2)
m4_define([MINOR_VERSION], 12)
-m4_define([MICRO_VERSION], 7)
+m4_define([MICRO_VERSION], 8)
AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
AC_CONFIG_SRCDIR([entities.c])
0 commit comments