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

Commit 3b1742b

Browse files
committed
Release v2.13.3
1 parent de28e6e commit 3b1742b

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

NEWS

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

3+
v2.13.3: Jul 24 2024
4+
5+
### Security
6+
7+
- [CVE-2024-40896] Fix XXE protection in downstream code
8+
9+
### Regressions
10+
11+
- autotools: Use AC_CHECK_DECL to check for getentropy
12+
- xinclude: Fix fallback for text includes
13+
- io: Don't call getcwd in xmlParserGetDirectory
14+
- io: Fix return value of xmlFileRead
15+
- parser: Fix error return of xmlParseBalancedChunkMemory
16+
17+
### Improvements
18+
19+
- xinclude: Set error handler when parsing text
20+
- Undeprecate xmlKeepBlanksDefault
21+
22+
323
v2.13.2: Jul 4 2024
424

525
### 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], 13)
6-
m4_define([MICRO_VERSION], 2)
6+
m4_define([MICRO_VERSION], 3)
77

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

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'libxml2',
33
'c',
4-
version: '2.13.2',
4+
version: '2.13.3',
55
license: 'MIT',
66
default_options: ['buildtype=debug', 'warning_level=3'],
77
meson_version: '>= 0.61',

0 commit comments

Comments
 (0)