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

Commit 4b3f860

Browse files
committed
Release v2.13.2
1 parent c7f8781 commit 4b3f860

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

NEWS

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

3+
v2.13.2: Jul 4 2024
4+
5+
### Regressions
6+
7+
- tree: Fix handling of empty strings in xmlNodeParseContent
8+
- valid: Restore ID lookup
9+
- parser: Reenable ctxt->directory
10+
- uri: Handle filesystem paths in xmlBuildRelativeURISafe
11+
- encoding: Make xmlFindCharEncodingHandler return UTF-8 handler
12+
- encoding: Fix encoding lookup with xmlOpenCharEncodingHandler
13+
- include: Define ATTRIBUTE_UNUSED for clang
14+
- uri: Fix xmlBuildURI with NULL base
15+
16+
### Improvements
17+
18+
- uri: Enable Windows paths on Cygwin
19+
- tests: Clarify licence of test/intsubset2.xml
20+
21+
322
v2.13.1: Jun 19 2024
423

524
### 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], 1)
6+
m4_define([MICRO_VERSION], 2)
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.0',
4+
version: '2.13.2',
55
license: 'MIT',
66
default_options: ['buildtype=debug', 'warning_level=3'],
77
meson_version: '>= 0.61',

0 commit comments

Comments
 (0)