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.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+
323v2.13.2: Jul 4 2024
424
525### 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] , 2 )
6+ m4_define ( [ MICRO_VERSION] , 3 )
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.2 ' ,
4+ version : ' 2.13.3 ' ,
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