Release v2.14.0

This commit is contained in:
Nick Wellnhofer 2025-03-27 14:38:33 +01:00
parent dd4c0f62fa
commit e091d9fbdf
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,9 @@
include:
- component: "gitlab.gnome.org/GNOME/citemplates/release-service@master"
inputs:
dist-job-name: "dist"
tarball-artifact-path: "libxml2-dist/libxml2-2.14.0.tar.xz"
.test: .test:
image: registry.gitlab.gnome.org/gnome/libxml2 image: registry.gitlab.gnome.org/gnome/libxml2
variables: variables:

11
NEWS
View File

@ -1,6 +1,6 @@
NEWS file for libxml2 NEWS file for libxml2
v2.14.0: not released yet v2.14.0: Mar 27 2025
### Major changes ### Major changes
@ -136,6 +136,15 @@ Thanks to the following contributors:
- Zak Ridouh - Zak Ridouh
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 v2.13.6: Feb 18 2025
### Security ### Security