[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: allegro-developers@xxxxxxxxxx
- Subject: [AD] 5.2.1.1
- From: SiegeLord <siegelordex@xxxxxxxxxx>
- Date: Tue, 9 Aug 2016 19:21:45 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=FZpoLj/8J9vUDVmnAfJvQDtVmXxZvm5vRrzET39DFdQ=; b=SeDA+Xyn2bbUF+K4I4RSl7+/ADDaY+CSmGs6rw4ORpeBB5+URRNeE1aWEp2+hkTwDQ nZ9X5Z/kECzVitbLIOGYFcxt6i5ar9pZUT+G70/D5nofV0zN7usB/DpPxTQ6j5qhV66N HFJSAJm/EZ1DLRdzOOnFFkoLImbP2qwSBj8IBn8TPXPDRoQ8I4+gbHB2gbWWT3u6qh3x KuRg81zkXOCyXVTfiuXgTEiyqWrlixNBZfoR458JGNyDqYK25ZjKrCFQbHwe/ecuTBqZ AtuO0uiNc0Lr9HOmoGk5to5x1lbUp4+iU/WpVPwVrJEK2AMuzIoqdCOQqhZkbAfJElNF xb8w==
Looks like I'll probably have to make a patch release to 5.2.1.
- 5.2.1 broke the ABI of al_get_opengl_extension_list (fixed in
https://github.com/liballeg/allegro5/commit/5ec135051693664aa8168bfdabb9e8882d6dbefc).
That API doesn't seem like it can handle any OpenGL extension additions,
so we might have to just freeze it as it is. This was detected by the
nice website made by Andrey
(http://abi-laboratory.pro/tracker/timeline/allegro/).
- The change in joystick button enumeration under OSX through
https://github.com/liballeg/allegro5/pull/625 while overall beneficial,
was also non-backwards compatible. I think the probable best solution
here would be to add a allegro5.cfg switch between the old and new
enumerations if feasible, defaulting to the old style and adding
documentation of how to switch to the new style.
-SL