Skip to content

Commit aa3208b

Browse files
committed
1 parent 141c2ac commit aa3208b

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA
44

55
---
66

7+
## 1.15.next / UNRELEASED
8+
9+
### Dependencies
10+
11+
* [CRuby] Vendored libxml2 is updated to v2.11.6 from v2.11.5. For details please see https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.6
12+
* [CRuby] Vendored libxslt is updated to v1.1.39 from v1.1.38. For details please see https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.39
13+
14+
715
## 1.15.4 / 2023-08-11
816

917
### Dependencies

dependencies.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1+
12
libxml2:
2-
version: "2.11.5"
3-
sha256: "3727b078c360ec69fa869de14bd6f75d7ee8d36987b071e6928d4720a28df3a6"
4-
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.5.sha256sum
3+
version: "2.11.6"
4+
sha256: "c90eee7506764abbe07bb616b82da452529609815aefef423d66ef080eb0c300"
5+
# sha-256 hash provided in https://download.gnome.org/sources/libxml2/2.11/libxml2-2.11.6.sha256sum
56

67
libxslt:
7-
version: "1.1.38"
8-
sha256: "1f32450425819a09acaff2ab7a5a7f8a2ec7956e505d7beeb45e843d0e1ecab1"
9-
# sha-256 hash provided in https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.38.sha256sum
8+
version: "1.1.39"
9+
sha256: "2a20ad621148339b0759c4d4e96719362dee64c9a096dbba625ba053846349f0"
10+
# sha-256 hash provided in https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.39.sha256sum
1011

1112
zlib:
1213
version: "1.2.13"

0 commit comments

Comments
 (0)