Skip to content

Commit b736e9c

Browse files
committed
Release: libwpe 1.16.2
1 parent 8a3fe44 commit b736e9c

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

css/v2.css

+9
Original file line numberDiff line numberDiff line change
@@ -762,3 +762,12 @@ div.sidebar {
762762
background: #f2f2f2;
763763
float: right;
764764
}
765+
766+
div.warning {
767+
font-size: 150%;
768+
padding: 0.1em 0.75em;
769+
margin-bottom: 1em;
770+
background: rgba(255, 0, 0, 0.1);
771+
border-top: 1px solid rgba(255, 0, 0, 0.25);
772+
border-bottom: 1px solid rgba(255, 0, 0, 0.25);
773+
}

release/2025-01-21-libwpe-1.16.1.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ version: 1.16.1
77
permalink: /release/libwpe-1.16.1.html
88
---
99

10+
<div class="warning">
11+
12+
**Important:** This release included an accidental ABI break, which has been
13+
fixed in [libwpe 1.16.2](/release/libwpe-1.16.2.html); using this newer version
14+
is recommended.
15+
16+
</div>
17+
1018
This is the first bug fix release in the stable 1.16 series.
1119

1220
### What's new in libwpe 1.16.1?

release/2025-02-07-libwpe-1.16.2.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: post
3+
title: "libwpe 1.16.2 released"
4+
tags: [release, stable]
5+
package: libwpe
6+
version: 1.16.2
7+
permalink: /release/libwpe-1.16.2.html
8+
---
9+
10+
This is a bug fix release in the stable 1.16 series.
11+
12+
### What's new in libwpe 1.16.2?
13+
14+
- Fix ABI break accidentally introduced in the 1.16.2 release.
15+
16+
#### Checksums
17+
18+
<pre>
19+
libwpe-1.16.2.tar.xz (62.3 KiB)
20+
md5sum: 689306c9baf6f8d6844146a5c84fc932
21+
sha1sum: 499b62ddd3c1becaffc3b344ff5131c37d527144
22+
sha256sum: 960bdd11c3f2cf5bd91569603ed6d2aa42fd4000ed7cac930a804eac367888d7
23+
</pre>

0 commit comments

Comments
 (0)