Skip to content

Commit 83fce0a

Browse files
committed
Release v2.12.8
1 parent b71f09c commit 83fce0a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
NEWS file for libxml2
22

3+
v2.12.8: Jun 12 2024
4+
5+
### Regressions
6+
7+
- parser: Fix performance regression when parsing namespaces
8+
9+
310
v2.12.7: May 13 2024
411

512
### Security

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
33

44
m4_define([MAJOR_VERSION], 2)
55
m4_define([MINOR_VERSION], 12)
6-
m4_define([MICRO_VERSION], 7)
6+
m4_define([MICRO_VERSION], 8)
77

88
AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
99
AC_CONFIG_SRCDIR([entities.c])

0 commit comments

Comments
 (0)