diff --git a/en/_meta/atom b/en/_meta/atom index 3424553..01d3230 100644 --- a/en/_meta/atom +++ b/en/_meta/atom @@ -178,3 +178,5 @@ en/news/news.2022-08-14 uuid=bf9ce210-7b05-40d9-b935-a7eb19dc7c6e en/news/news.2022-08-14 date=2022-08-14T16:30:13-07:00 en/news/news.2023-11-25 uuid=0ec465a3-cf7c-422f-a658-97398d9e0066 en/news/news.2023-11-25 date=2023-11-25T19:54:40-08:00 +en/news/news.2024-01-19 uuid=bed40f74-a40c-46b0-8411-90cd21561407 +en/news/news.2024-01-19 date=2024-01-19T19:48:34-08:00 diff --git a/en/changes-5.2/changes-5.2.txt b/en/changes-5.2/changes-5.2.txt index a26cc1f..3848356 100644 --- a/en/changes-5.2/changes-5.2.txt +++ b/en/changes-5.2/changes-5.2.txt @@ -2,6 +2,15 @@ These lists serve as summaries; the full histories are in the git repository. +Changes from 5.2.9 to 5.2.9.1 (January 2024) +============================================ + +Linux: + +- Fix a regression where toggling fullscreen window when menus are used stopped + working (SiegeLord) + + Changes from 5.2.8 to 5.2.9 (November 2023) =========================================== diff --git a/en/download/download b/en/download/download index 7fc2cda..5ab881a 100644 --- a/en/download/download +++ b/en/download/download @@ -25,21 +25,21 @@ You can read the [full change log](changes.html). ----------------------------------------------------------------------------------------------------------------------- Filename Size Description ------------------------------- ------- ------------------------------------------------------------------------------- -[allegro-5.2.9.0.zip] 10.4M Source code for all platforms in +[allegro-5.2.9.1.zip] 11.0M Source code for all platforms in Windows friendly format. -[allegro-5.2.9.0.tar.gz] 9.4M Source code for all platforms in Unix +[allegro-5.2.9.1.tar.gz] 9.5M Source code for all platforms in Unix friendly format. -[allegro-5.2.9.0.7z] 8.1M Source code for all platforms in Windows +[allegro-5.2.9.1.7z] 8.1M Source code for all platforms in Windows friendly format. [Browse all files] ----------------------------------------------------------------------------------------------------------------------- -[allegro-5.2.9.0.zip]: https://github.com/liballeg/allegro5/releases/download/5.2.9.0/allegro-5.2.9.0.zip -[allegro-5.2.9.0.tar.gz]: https://github.com/liballeg/allegro5/releases/download/5.2.9.0/allegro-5.2.9.0.tar.gz -[allegro-5.2.9.0.7z]: https://github.com/liballeg/allegro5/releases/download/5.2.9.0/allegro-5.2.9.0.7z +[allegro-5.2.9.1.zip]: https://github.com/liballeg/allegro5/releases/download/5.2.9.1/allegro-5.2.9.1.zip +[allegro-5.2.9.1.tar.gz]: https://github.com/liballeg/allegro5/releases/download/5.2.9.1/allegro-5.2.9.1.tar.gz +[allegro-5.2.9.1.7z]: https://github.com/liballeg/allegro5/releases/download/5.2.9.1/allegro-5.2.9.1.7z [Browse all files]: https://github.com/liballeg/allegro5/releases ## Windows Binaries {#windows} diff --git a/en/news/news.2024-01-19 b/en/news/news.2024-01-19 new file mode 100644 index 0000000..2df3352 --- /dev/null +++ b/en/news/news.2024-01-19 @@ -0,0 +1,10 @@ +## 2024-01-19 - Allegro 5.2.9.1 released! + +This is a patch release for 5.2.9.1, fixing a Linux-only regression (thanks +to Steve Fosdick for finding it and providing the initial fix). + +A summary of the changes can be found [here][changes 5.2]. + +You can download the sources and MinGW binaries from +[GitHub](https://github.com/liballeg/allegro5/releases/5.2.9.1/). Additional +packages for other platforms are available on the [downloads] page.