This repository was archived by the owner on Jan 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11NEWS 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+
322v2.13.1: Jun 19 2024
423
524### Regressions
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ AC_PREREQ([2.63])
33
44m4_define ( [ MAJOR_VERSION] , 2 )
55m4_define ( [ MINOR_VERSION] , 13 )
6- m4_define ( [ MICRO_VERSION] , 1 )
6+ m4_define ( [ MICRO_VERSION] , 2 )
77
88AC_INIT ( [ libxml2] ,[ MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION] )
99AC_CONFIG_SRCDIR ( [ entities.c] )
Original file line number Diff line number Diff line change 11project (
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' ,
You can’t perform that action at this time.
0 commit comments