Skip to content

Commit a332a83

Browse files
SiegeLordExSiegeLord
authored andcommitted
Announce 5.2.11.2
1 parent 802f1dc commit a332a83

File tree

5 files changed

+44
-10
lines changed

5 files changed

+44
-10
lines changed

en/_meta/atom

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,5 @@ en/news/news.2025-12-24 uuid=f3f402e6-c057-4464-a308-ea64d89dacab
190190
en/news/news.2025-12-24 date=2025-11-24T23:52:28-08:00
191191
en/news/news.2025-12-29 uuid=df461ae4-ac7c-456f-855f-21fb0306fdea
192192
en/news/news.2025-12-29 date=2025-11-29T20:50:42-08:00
193+
en/news/news.2026-01-04 uuid=057f8b67-1483-468a-abbc-b915451191ca
194+
en/news/news.2026-01-04 date=2026-01-04T20:18:52-08:00

en/api/api

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ an online browseable version, too.
77
-------------------------------------------------------------------------------------------
88
File format Allegro 5.2 Allegro GIT Allegro 4.x
99
--------------------- ------------------------- ----------------------- -------------------
10-
Online HTML [**5.2.11.1**][a5dir 52] [5.2.x (GIT)][a5now ol] [4.4.0][st ol]
10+
Online HTML [**5.2.11.2**][a5dir 52] [5.2.x (GIT)][a5now ol] [4.4.0][st ol]
1111

1212

1313
[older versions][a5dir ol]
1414

1515
Compiled HTML [4.2.2][st chm]
1616
format (CHM) (913 KiB)
1717

18-
PDF format [5.2.11.1][a5pdf 52] [4.2.1][st pdf]
18+
PDF format [5.2.11.2][a5pdf 52] [4.2.1][st pdf]
1919
(1.0 MiB) (2769 KiB)
2020

2121

@@ -30,8 +30,8 @@ gzipped format (536 KiB
3030

3131
[a5now ol]: https://liballeg.org/a5docs/trunk/index.html
3232
[a5dir ol]: https://liballeg.org/a5docs/
33-
[a5dir 52]: https://liballeg.org/a5docs/5.2.11.1/
34-
[a5pdf 52]: https://liballeg.org/a5docs/5.2.11.1/refman.pdf
33+
[a5dir 52]: https://liballeg.org/a5docs/5.2.11.2/
34+
[a5pdf 52]: https://liballeg.org/a5docs/5.2.11.2/refman.pdf
3535

3636
Apart from Allegro's manual, there is also a
3737
[tutorial](docs.html) section with links to contributed documentation.

en/changes-5.2/changes-5.2.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
These lists serve as summaries; the full histories are in the git repository.
44

55

6+
Changes from 5.2.11.1 to 5.2.11.2 (January 2026)
7+
===============================================
8+
9+
MacOS:
10+
11+
- Fix HID joystick driver not recognizing triggers (Connor Clark)
12+
13+
Windows:
14+
15+
- Prefer `_fseeki64` and `_ftelli64` if available (Andrew McRae)
16+
17+
Primitives addon
18+
19+
- Re-export `al_draw_soft_line` (#1691) (SiegeLord)
20+
- Initialize an uninitialized variable (Hannes Pabst)
21+
- Re-enable pre-compiled shaders for D3D9X to avoid a dll dependency (#1694)
22+
(SiegeLord).
23+
- Revert the primitives state setup/revert back to the old primitives addon
24+
logic (SiegeLord).
25+
26+
627
Changes from 5.2.11 to 5.2.11.1 (November 2025)
728
===============================================
829

en/download/download

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ You can read the [full change log](changes.html).
2525
-----------------------------------------------------------------------------------------------------------------------
2626
Filename Size Description
2727
------------------------------- ------- -------------------------------------------------------------------------------
28-
[allegro-5.2.11.1.zip] 10.6M Source code for all platforms in
28+
[allegro-5.2.11.2.zip] 10.9M Source code for all platforms in
2929
Windows friendly format.
3030

31-
[allegro-5.2.11.1.tar.gz] 9.4M Source code for all platforms in Unix
31+
[allegro-5.2.11.2.tar.gz] 9.7M Source code for all platforms in Unix
3232
friendly format.
3333

34-
[allegro-5.2.11.1.7z] 8.1M Source code for all platforms in Windows
34+
[allegro-5.2.11.2.7z] 8.4M Source code for all platforms in Windows
3535
friendly format.
3636

3737
[Browse all files]
3838
-----------------------------------------------------------------------------------------------------------------------
3939

40-
[allegro-5.2.11.1.zip]: https://github.com/liballeg/allegro5/releases/download/5.2.11.1/allegro-5.2.11.1.zip
41-
[allegro-5.2.11.1.tar.gz]: https://github.com/liballeg/allegro5/releases/download/5.2.11.1/allegro-5.2.11.1.tar.gz
42-
[allegro-5.2.11.1.7z]: https://github.com/liballeg/allegro5/releases/download/5.2.11.1/allegro-5.2.11.1.7z
40+
[allegro-5.2.11.2.zip]: https://github.com/liballeg/allegro5/releases/download/5.2.11.2/allegro-5.2.11.2.zip
41+
[allegro-5.2.11.2.tar.gz]: https://github.com/liballeg/allegro5/releases/download/5.2.11.2/allegro-5.2.11.2.tar.gz
42+
[allegro-5.2.11.2.7z]: https://github.com/liballeg/allegro5/releases/download/5.2.11.2/allegro-5.2.11.2.7z
4343
[Browse all files]: https://github.com/liballeg/allegro5/releases
4444

4545
## Windows Binaries {#windows}

en/news/news.2026-01-04

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 2026-01-04 - Allegro 5.2.11.2 released!
2+
3+
This is a new stable release, fixing some regressions in 5.2.11 and 5.2.11.1.
4+
5+
A summary of the changes can be found [here][changes 5.2].
6+
7+
Thanks to the early adopters for helping to find the regressions!
8+
9+
You can download the sources and MinGW binaries from
10+
[GitHub](https://github.com/liballeg/allegro5/releases/5.2.11.2/). Additional
11+
packages for other platforms are available on the [downloads] page.

0 commit comments

Comments
 (0)