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

Commit e189e99

Browse files
committed
Release v2.12.5
1 parent 9272197 commit e189e99

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

NEWS

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

3+
v2.12.5: Feb 4 2024
4+
5+
### Security
6+
7+
- [CVE-2024-25062] xmlreader: Don't expand XIncludes when backtracking
8+
9+
### Regressions
10+
11+
- parser: Fix crash in xmlParseInNodeContext with HTML documents
12+
13+
314
v2.12.4: Jan 15 2024
415

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

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

0 commit comments

Comments
 (0)