Skip to content

Commit 583f81f

Browse files
committed
Add 3.2.8.1 announcement and update the roadmap to mention it
1 parent cde01ee commit 583f81f

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "wxWidgets 3.2.8.1 Released"
3+
date: 2025-05-25
4+
comments: true
5+
tags: release
6+
---
7+
8+
New 3.2.8.1 maintenance release is now [available on GitHub][release]. This
9+
is a hot fix release fixing a couple of regressions in 3.2.8 related to ELF
10+
symbol versions, as the changes improving their handling done in 3.2.8 broke
11+
the build when using custom library flavour (i.e. `--with-flavour` configure
12+
option, see [#25436]) and also building using LTO with clang ([#25438]).
13+
14+
There are no other changes in this release compared to 3.2.8, so please refer
15+
to this [release announcement](news/2025/04/wxwidgets-3.2.8-released) for more
16+
details about the changes since 3.2.7 and more links.
17+
18+
[release]: https://github.com/wxWidgets/wxWidgets/releases/tag/v3.2.8.1
19+
[#25436]: https://github.com/wxWidgets/wxWidgets/issues/25436
20+
[#25438]: https://github.com/wxWidgets/wxWidgets/issues/25438

develop/roadmap/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Please notice that all dates given in the roadmap are ''very'' tentative. Due to
1212

1313
## Current stable branch: 3.2.x
1414

15-
The latest stable release is 3.2.8, released on 2025-04-25. This is the ninth release in the 3.2 branch, started with 3.2.0 on 2022-07-07, and will be followed by at least one more release preserving API _and_ ABI compatibility, next of which will probably happen in the autumn of 2025.
15+
The latest stable release is 3.2.8.1, released on 2025-05-25. This is the ninth release in the 3.2 branch, started with 3.2.0 on 2022-07-07, and will be followed by at least one more release preserving API _and_ ABI compatibility, next of which will probably happen in the autumn of 2025.
1616

1717
## Development branch and 3.3
1818

19-
New development happens on the master branch. We hope to make the first 3.3.0 release, which will turn into the next stable 3.4 later, in May 2025.
19+
New development happens on the master branch. We hope to make the first 3.3.0 release, which will turn into the next stable 3.4 later, in June 2025.
2020

2121
## Old stable branch: 3.0.x
2222

0 commit comments

Comments
 (0)