Skip to content

Commit 48dba1e

Browse files
committed
Release v2.13.1
1 parent fc57977 commit 48dba1e

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

NEWS

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
NEWS 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+
330
v2.13.0: Jun 12 2024
431

532
### Major changes

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], 0)
6+
m4_define([MICRO_VERSION], 1)
77

88
AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
99
AC_CONFIG_SRCDIR([entities.c])

0 commit comments

Comments
 (0)