[ Return to Articles | Show Comments | Submit Comment ]
Article #1968: FLTK 1.3.11 released on Feb. 05, 2025
Created at 06:04 Feb 05, 2025 by AlbrechtS
Last modified at 05:40 Feb 06, 2025
We are pleased to announce the release of FLTK 1.3.11.
FLTK 1.3.11 is a maintenance release with bug fixes and some improvements. This is intended to be the last release of the 1.3.x series.
macOS is supported up to 15.0 "Sequoia".
CMake support has been enhanced and requires CMake 3.15 or higher. autotools (configure/make) and bundled IDE projects are still supported.
We recommend all FLTK 1.3.x users to upgrade to FLTK 1.3.11, 1.4.1 or higher.
This release does not contain new "ABI features". The ABI (Application Binary Interface) is 100% compatible with releases 1.3.5 - 1.3.10.
The new release 1.3.11 (source and documentation) can be downloaded from: https://www.fltk.org/software.php?VERSION=1.3.11#v1.3.11
Changes in FLTK 1.3.11
Highlights in this Release:
- 'fluid -v' and 'fluid --version' output the fluid (FLTK) version number
- improvements in fullscreen handling with one or more screens
- bug fixes
Details:
For more details and information on previous releases see CHANGES in the root directory of the source distribution or online in our FLTK source repository on GitHub [1].
Update (Feb. 06, 2025) for users of macOS versions 10.11 or older:
The content of fltk-1.3.11-source.tar.gz/bz2 prohibits building FLTK for macOS with a version of the SDK between 10.7 and 10.11. One solution is to use a more recent version of the SDK (10.12 or higher) and to set a macOS deployment target value to 10.11 or less. Another solution is to use the updated tarball fltk-1.3.11-macOS10.11-source.tar.gz. For Git users: please update to commit ee9c09a05661666f3dca83e244ad8ce334e1c299 (there's intentionally no special git tag).
[1] CHANGES (as of Release 1.3.11)
[ Listing ]
[ Submit Comment ] |