diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 231a6c3c..0614d372 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: image: registry.gitlab.gnome.org/gnome/libxml2 variables: diff --git a/NEWS b/NEWS index 07b5c2e9..06763899 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ NEWS file for libxml2 -v2.14.0: not released yet +v2.14.0: Mar 27 2025 ### Major changes @@ -136,6 +136,15 @@ Thanks to the following contributors: - 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 ### Security