File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 11NEWS file for libxml2
22
3+ v2.13.1: Jun 19 2024
4+
5+ ### Regressions
6+
7+ - parser: Selectively reenable reading from "-"
8+ - reader: Fix xmlTextReaderReadString
9+ - xinclude: Set XPath context doc
10+ - xinclude: Load included documents with XML_PARSE_DTDLOAD
11+ - include: Don't redefine ATTRIBUTE_UNUSED
12+ - include: Readd circular dependency between tree.h and parser.h
13+ - xinclude: Add missing include (Jan Alexander Steffens (heftig))
14+ - win32, msvc: fix missing linking against Bcrypt.lib (Miklos Vajna)
15+ - xinclude: Don't raise error on empty nodeset
16+ - parser: Make failure to load main document a warning
17+ - tree: Fix freeing entities via xmlFreeNode
18+ - parser: Pass global object to sax->setDocumentLocator
19+
20+ ### Improvements
21+
22+ - io: Fix resetting xmlParserInputBufferCreateFilename hook
23+
24+ ### Documentation
25+
26+ - Fix typo in NEWS (--with-html -> --with-http) (Ryan Carsten Schmidt)
27+ - doc: Don't mention xmlNewInputURL
28+
29+
330v2.13.0: Jun 12 2024
431
532### Major changes
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] , 0 )
6+ m4_define ( [ MICRO_VERSION] , 1 )
77
88AC_INIT ( [ libxml2] ,[ MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION] )
99AC_CONFIG_SRCDIR ( [ entities.c] )
You can’t perform that action at this time.
0 commit comments