File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11NEWS file for libxml2
22
3+ v2.13.5: Nov 12 2024
4+
5+ ### Regressions
6+
7+ - xmlIO: Fix reading from non-regular files like pipes (Nick Wellnhofer)
8+ - xmlreader: Fix return value of xmlTextReaderReadString (Nick Wellnhofer)
9+ - parser: Fix loading of parameter entities in external DTDs (Nick Wellnhofer)
10+ - parser: Fix downstream code that swaps DTDs (Nick Wellnhofer)
11+ - parser: Fix detection of duplicate attributes (Nick Wellnhofer)
12+ - string: Fix va_copy fallback (Nick Wellnhofer)
13+
14+ ### Bug fixes
15+
16+ - xpath: Fix parsing of non-ASCII names (Nick Wellnhofer)
17+
18+
319v2.13.4: Sep 18 2024
420
521### 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] , 4 )
6+ m4_define ( [ MICRO_VERSION] , 5 )
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.4 ' ,
4+ version : ' 2.13.5 ' ,
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