Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 0b6d813

Browse files
committed
Release v2.12.7
1 parent 2876ac5 commit 0b6d813

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

NEWS

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

3+
v2.12.7: May 13 2024
4+
5+
### Security
6+
7+
- [CVE-2024-34459] Fix buffer overread with `xmllint --htmlout`
8+
9+
### Regressions
10+
11+
- xmllint: Fix --pedantic option
12+
- save: Handle invalid parent pointers in xhtmlNodeDumpOutput
13+
14+
315
v2.12.6: Mar 15 2024
416

517
### Regressions

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], 6)
6+
m4_define([MICRO_VERSION], 7)
77

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

0 commit comments

Comments
 (0)