mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Release v2.13.2
This commit is contained in:
parent
c7f8781c48
commit
4b3f860e54
19
NEWS
19
NEWS
@ -1,5 +1,24 @@
|
||||
NEWS file for libxml2
|
||||
|
||||
v2.13.2: Jul 4 2024
|
||||
|
||||
### Regressions
|
||||
|
||||
- tree: Fix handling of empty strings in xmlNodeParseContent
|
||||
- valid: Restore ID lookup
|
||||
- parser: Reenable ctxt->directory
|
||||
- uri: Handle filesystem paths in xmlBuildRelativeURISafe
|
||||
- encoding: Make xmlFindCharEncodingHandler return UTF-8 handler
|
||||
- encoding: Fix encoding lookup with xmlOpenCharEncodingHandler
|
||||
- include: Define ATTRIBUTE_UNUSED for clang
|
||||
- uri: Fix xmlBuildURI with NULL base
|
||||
|
||||
### Improvements
|
||||
|
||||
- uri: Enable Windows paths on Cygwin
|
||||
- tests: Clarify licence of test/intsubset2.xml
|
||||
|
||||
|
||||
v2.13.1: Jun 19 2024
|
||||
|
||||
### Regressions
|
||||
|
@ -3,7 +3,7 @@ AC_PREREQ([2.63])
|
||||
|
||||
m4_define([MAJOR_VERSION], 2)
|
||||
m4_define([MINOR_VERSION], 13)
|
||||
m4_define([MICRO_VERSION], 1)
|
||||
m4_define([MICRO_VERSION], 2)
|
||||
|
||||
AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
|
||||
AC_CONFIG_SRCDIR([entities.c])
|
||||
|
@ -1,7 +1,7 @@
|
||||
project(
|
||||
'libxml2',
|
||||
'c',
|
||||
version: '2.13.0',
|
||||
version: '2.13.2',
|
||||
license: 'MIT',
|
||||
default_options: ['buildtype=debug', 'warning_level=3'],
|
||||
meson_version: '>= 0.61',
|
||||
|
Loading…
x
Reference in New Issue
Block a user