4.3.10 release
From Allegro Wiki
Please note down problems discovered with 4.3.10 here. You should also raise the issue on other channels, either on the Allegro developer's mailing list (preferred) or the Allegro.cc Allegro Development forum. This list is so we know what should be checked before the next release.
- DJGPP executables don't run since we dropped ASM
- logg/fix.sh doesn't support djgpp -- can't find or compile vorbis for DOS.
- fix.sh should convert files to Unix format by default, otherwise you get weird cpp errors building from the .7z/.zip archives on Unix -- you're supposed to run ./fix.sh --dtou when you're using an archive meant to be used on windows (.7z/.zip), .tgz is for unices
- get rid of autoheader in allegrogl as it pollutes namespace
Done:
- On MaxOSX, allegro-config is generated by "make install", while addons rely on it being there at build time.
- maybe consolidate dtou/utod scripts from the different addons
- 7zip doesn't preserve execute bit, causing trouble for people who try to use .7z (and maybe .zip) archive on Unix-like platforms (actually it was due to bugs in our fix.sh scripts. 7zip preserves permissions fine)
- parallel make (-jn) is broken
- loadpng/fix.sh doesn't support macosx*, msvc*
- logg/fix.sh doesn't support macosx*, msvc*
- allegrogl/fix.sh doesn't support macosx-universal
- jpgalleg/fix.sh doesn't support macosx-universal
