Skip to content

Commit e091d9f

Browse files
committed
Release v2.14.0
1 parent dd4c0f6 commit e091d9f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
include:
2+
- component: "gitlab.gnome.org/GNOME/citemplates/release-service@master"
3+
inputs:
4+
dist-job-name: "dist"
5+
tarball-artifact-path: "libxml2-dist/libxml2-2.14.0.tar.xz"
6+
17
.test:
28
image: registry.gitlab.gnome.org/gnome/libxml2
39
variables:

NEWS

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NEWS file for libxml2
22

3-
v2.14.0: not released yet
3+
v2.14.0: Mar 27 2025
44

55
### Major changes
66

@@ -136,6 +136,15 @@ Thanks to the following contributors:
136136
- Zak Ridouh
137137

138138

139+
v2.13.7: Mar 27 2025
140+
141+
### Regressions
142+
143+
- tree: Fix xmlTextMerge with NULL args
144+
- io: Fix `compressed` flag for uncompressed stdin
145+
- parser: Fix parsing of DTD content
146+
147+
139148
v2.13.6: Feb 18 2025
140149

141150
### Security

0 commit comments

Comments
 (0)