mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Release v2.13.7
This commit is contained in:
parent
58d7a3b725
commit
9b8fbe99ad
@ -2,7 +2,7 @@ include:
|
||||
- component: "gitlab.gnome.org/GNOME/citemplates/release-service@master"
|
||||
inputs:
|
||||
dist-job-name: "dist"
|
||||
tarball-artifact-path: "libxml2-dist/libxml2-2.13.6.tar.xz"
|
||||
tarball-artifact-path: "libxml2-dist/libxml2-2.13.7.tar.xz"
|
||||
|
||||
.test:
|
||||
image: registry.gitlab.gnome.org/gnome/libxml2
|
||||
|
9
NEWS
9
NEWS
@ -1,5 +1,14 @@
|
||||
NEWS file for libxml2
|
||||
|
||||
v2.13.7: Mar 27 2025
|
||||
|
||||
### Regressions
|
||||
|
||||
- tree: Fix xmlTextMerge with NULL args
|
||||
- io: Fix `compressed` flag for uncompressed stdin
|
||||
- parser: Fix parsing of DTD content
|
||||
|
||||
|
||||
v2.13.6: Feb 18 2025
|
||||
|
||||
### Security
|
||||
|
@ -3,7 +3,7 @@ AC_PREREQ([2.63])
|
||||
|
||||
m4_define([MAJOR_VERSION], 2)
|
||||
m4_define([MINOR_VERSION], 13)
|
||||
m4_define([MICRO_VERSION], 6)
|
||||
m4_define([MICRO_VERSION], 7)
|
||||
|
||||
AC_INIT([libxml2],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION])
|
||||
AC_CONFIG_SRCDIR([entities.c])
|
||||
|
@ -1,7 +1,7 @@
|
||||
project(
|
||||
'libxml2',
|
||||
'c',
|
||||
version: '2.13.6',
|
||||
version: '2.13.7',
|
||||
license: 'MIT',
|
||||
default_options: ['buildtype=debug', 'warning_level=3'],
|
||||
meson_version: '>= 0.61',
|
||||
|
Loading…
x
Reference in New Issue
Block a user