Upcoming 3.3.3 and 3.2.11 releases

110 views
Skip to first unread message

Vadim Zeitlin

unread,
Jul 2, 2026, 6:27:54 PM (6 days ago) Jul 2
to wx-dev
Hello,

I plan to prepare the source archives for these releases this weekend,
i.e. July 4-5. I don't plan any more major changes in master except,
perhaps, #24858 (wxIPC rewrite), if I can find enough time to understand
the changes there and convince myself that they're safe.

As usual, please let me know if you think that something should be
included in the release (and why).

TIA,
VZ

Danny Scott

unread,
Jul 2, 2026, 9:52:04 PM (6 days ago) Jul 2
to wx-...@googlegroups.com
These dates work for me.

Danny Scott

Xaviou

unread,
Jul 4, 2026, 2:24:30 AM (5 days ago) Jul 4
to wx-dev
Hi.
It should be ok for me.

Regards
Xav'

Vadim Zeitlin

unread,
Jul 5, 2026, 12:20:01 PM (3 days ago) Jul 5
to wx-...@googlegroups.com, Xaviou
On Fri, 3 Jul 2026 23:24:30 -0700 (PDT) Xaviou wrote:

X> It should be ok for me.

Sorry for the delay, I've just finished the updates to both master and 3.2
branches (I'd be very grateful for any reviews of the release-related
files, i.e. different READMEs etc, even though I realize that it's unlikely
to happen on such a short notice) and plan to create the source release
using their current state, but unfortunately I'll have to leave for some
time now, so this will only happen in a couple of hours.

Sorry again,
VZ

Vadim Zeitlin

unread,
Jul 5, 2026, 3:52:24 PM (3 days ago) Jul 5
to wx-...@googlegroups.com
Hello again,

Draft release for both 3.2.11 and 3.3.3 have been created now. I'm not at
my best right now, as can be seen by a number of stupid mistakes I've made
while preparing them, so any help with testing them would be very welcome.

And, of course, Danny and Xavier, please let me know if you run into any
problems with building the binaries.

Thanks in advance!
VZ

Danny Scott

unread,
Jul 5, 2026, 6:50:44 PM (3 days ago) Jul 5
to wx-...@googlegroups.com
Downloaded the exe's. Every thing built OK. Uploaded binaries, downloaded and verified, checksums added.


--
Danny Scott

Xavier Perrissoud

unread,
Jul 6, 2026, 1:16:10 AM (3 days ago) Jul 6
to wx-...@googlegroups.com
Hi.
Builds done from the source tags : all was ok.
Binaires uploaded, and checksums added.
I'll re-download the archives and check them later in the day.

Regards
Xav'

--
You received this message because you are subscribed to a topic in the Google Groups "wx-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wx-dev/Hbwf4GRV_VM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to wx-dev+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/wx-dev/CAE1w5tX7_469OSipLD6i7pARFcfoP%2BNdiDO68%3DVbPVq8Fd1h3g%40mail.gmail.com.

Xavier Perrissoud

unread,
Jul 6, 2026, 3:18:22 AM (2 days ago) Jul 6
to wx-...@googlegroups.com
Done : all is fine.

Regards 
Xav' 

Maarten Bent

unread,
Jul 6, 2026, 5:26:31 AM (2 days ago) Jul 6
to wx-...@googlegroups.com
Hi,

I don't know if this is related to the new releases, but I noticed the docs for 3.2 do not exist, for example:
https://docs.wxwidgets.org/3.2/classwx_web_view.html

It does list docs for the new 3.3.3 but also not for 3.2.11.

Maarten

Vadim Zeitlin

unread,
Jul 6, 2026, 7:45:15 AM (2 days ago) Jul 6
to wx-...@googlegroups.com
On Mon, 6 Jul 2026 11:26:26 +0200 Maarten Bent wrote:

MB> I don't know if this is related to the new releases, but I noticed the
MB> docs for 3.2 do not exist, for example:
MB> https://docs.wxwidgets.org/3.2/classwx_web_view.html
MB>
MB> It does list docs for the new 3.3.3 but also not for 3.2.11.

Oops, thanks for noticing, I forgot to rerun the docs workflow to
regenerate the docs, done now and both 3.2 and 3.2.11 are there.

I have to say I'm a bit confused about how the docs are supposed to work:
the workflow in 3.2 updates them in 3.2 subdirectory or in 3.2.n for a tag
while the same workflow in master always updates the files in the "latest"
subdirectory. But we have the following symlinks:

$ find . -type l | xargs ls -l
lrwxrwxrwx 1 wxdocs wxdocs 5 Mar 19 12:53 ./2.4 -> 2.4.2
lrwxrwxrwx 1 wxdocs wxdocs 5 Mar 19 12:53 ./2.6 -> 2.6.4
lrwxrwxrwx 1 wxdocs wxdocs 6 Mar 19 12:53 ./2.8 -> 2.8.12
lrwxrwxrwx 1 wxdocs wxdocs 5 Mar 19 12:53 ./2.9 -> 2.9.5
lrwxrwxrwx 1 wxdocs wxdocs 5 Mar 19 12:53 ./3.0 -> 3.0.5
lrwxrwxrwx 1 wxdocs wxdocs 5 Mar 19 12:53 ./3.1 -> 3.1.7
lrwxrwxrwx 1 wxdocs wxdocs 5 Mar 19 12:53 ./3.2.2.1 -> 3.2.2
lrwxrwxrwx 1 wxdocs wxdocs 5 Jul 5 10:27 ./3.3 -> 3.3.3
lrwxrwxrwx 1 wxdocs wxdocs 3 Mar 19 12:53 ./stable -> 3.2
lrwxrwxrwx 1 wxdocs wxdocs 6 Mar 19 12:53 ./trunk -> latest

and, before I removed it yesterday, 3.2 was also a symlink to 3.2.10. I
thought this was wrong, so I've made 3.2 a normal directory now, but this
makes it inconsistent with everything else. But I still think it's right,
isn't it?

Please let me know if I'm confused again,
VZ

Vadim Zeitlin

unread,
Jul 6, 2026, 8:56:48 AM (2 days ago) Jul 6
to wx-...@googlegroups.com
On Sun, 5 Jul 2026 19:50:31 -0300 Danny Scott wrote:

DS> Downloaded the exe's. Every thing built OK. Uploaded binaries, downloaded
DS> and verified, checksums added.

On Mon, 6 Jul 2026 09:18:05 +0200 Xavier Perrissoud wrote:

XP> Done : all is fine.

Thanks a lot as always to both of you!

I've created https://github.com/wxWidgets/wxwidgets.github.io/pull/118
with the post announcing the releases on the web site. It is much longer
than usual, due to the number of bug fixes, but I don't know if it's worth
condensing it (and how to do it if it is), so I'll probably leave it as is
even if I expect that nobody will read it entirely.

But please let me know if you have any better ideas.

If no major problems are found, I'm going to publish this post and send
the announcement in about 12 hours.

Thanks again to everybody!
VZ
Reply all
Reply to author
Forward
0 new messages