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

Commit 505e2e8

Browse files
committed
Release v2.12.6
1 parent 4462d4a commit 505e2e8

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

NEWS

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

3+
v2.12.6: Mar 15 2024
4+
5+
### Regressions
6+
7+
- parser: Fix detection of duplicate attributes in XML namespace
8+
- xmlreader: Fix xmlTextReaderConstEncoding
9+
- html: Fix htmlCreatePushParserCtxt with encoding
10+
- xmllint: Return error code if XPath returns empty nodeset
11+
12+
313
v2.12.5: Feb 4 2024
414

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

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

0 commit comments

Comments
 (0)