Skip to content

Commit a261b0e

Browse files
committed
Update 3.6.2-stable blog post to mention rebuilt Windows binaries
1 parent fc44c1d commit a261b0e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

collections/_article/maintenance-release-godot-3-6-2.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ image_caption_description: A game by Warkus
99
date: 2025-10-23 11:00:00
1010
---
1111

12+
**Edit 2025-10-25 @ 21:30 UTC:** The original release had a regression affecting the Windows binaries (at least the editor) which lead to crashes ([GH-111979](https://github.com/godotengine/godot/issues/111979), [GH-112021](https://github.com/godotengine/godot/issues/112021)). This was caused by the update to MinGW-GCC 14.2.1 for official build containers. We've temporarily reverted that change and rebuilt the Windows binaries today. If you downloaded this release for Windows or the export templates before 2025-10-25 21:30 UTC, please redownload it as the binaries have been replaced.
13+
14+
-----
15+
1216
Although we fixed many of the major 3.6 bugs in [Godot 3.6.1](/article/godot-3-6-finally-released) in June, we have decided to make a new 3.6 point release in order to keep up to date with platform requirements.
1317

1418
[Google announced](https://support.google.com/googleplay/android-developer/answer/11926878?hl=en) that from August 31, 2025 (with possible extension to November 1, 2025), apps and updates submitted to the Play Store must target Android 15 (API level 35) and support 16 KiB page size. As a result we have updated Godot Android APIs and made compatibility changes to ensure users can update their Godot 3 games on Play Store with 3.6.2.
@@ -27,7 +31,8 @@ Since we had to rebuild Mono for Android with a 16 KiB page size, we took the op
2731

2832
## Changed
2933

30-
- Buildsystem: Update toolchains for official builds (Fedora 42 base, Mono 6.12.0.206, MinGW-GCC 14.2.1, Xcode 16.2) ([build-containers#156](https://github.com/godotengine/build-containers/pull/156)).
34+
- Buildsystem: Update toolchains for official builds (Fedora 42 base, Mono 6.12.0.206, ~~MinGW-GCC 14.2.1,~~ Xcode 16.2) ([build-containers#156](https://github.com/godotengine/build-containers/pull/156)).
35+
* The update of the Windows toolchains to MinGW-GCC 14.2.1 was temporarily reverted as it introduced crashes with LTO. 3.6.2-stable Windows binaries (editor and export templates) were rebuilt with the previous MinGW-GCC version on 2025-10-25 at 21:30 UTC.
3136
- Network: mbedTLS: Update to mbedTLS 3.6.5 ([GH-108382](https://github.com/godotengine/godot/pull/108382), [GH-111845](https://github.com/godotengine/godot/pull/111845)).
3237
- Porting: Android: Update to target API 35, NDK r28, 16kb page size ([GH-108433](https://github.com/godotengine/godot/pull/108433)).
3338
- Porting: Android: Address API 35 UI changes ([GH-110255](https://github.com/godotengine/godot/pull/110255)).

0 commit comments

Comments
 (0)