diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2026-02-01 16:32:21 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2026-02-01 16:32:21 +0100 |
| commit | e0405d2135939d08289205e3a38df329076e16c1 (patch) | |
| tree | 4d4facf614ba6062a2df194bd14d2f99021cfad7 /CHANGES.txt | |
| parent | 4be596a30673a67ee7d5a0bdc8095922a498eed5 (diff) | |
macOS: remove code present only to support macOS versions 10.3 and 10.4.
This is a first step towards removing the code related to support of old macOS versions
that are not compatible with C++11 which FLTK 1.5 requires.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e3d7dbd71..b2ba3c98d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -Changes in FLTK 1.5.0 Released: xxx yy 2025 +Changes in FLTK 1.5.0 Released: xxx yy 2026 This is the first FLTK release that exclusively uses CMake to be built. autoconf/configure/Makefile support has been removed. If you believe you @@ -9,7 +9,7 @@ Changes in FLTK 1.5.0 Released: xxx yy 2025 Platform Specific Fixes and Build Procedure Improvements - + - macOS: required SDK version and deployment target changed to 10.5 or higher Wayland related Improvements and Fixes @@ -23,7 +23,7 @@ Changes in FLTK 1.5.0 Released: xxx yy 2025 Other Changes - Removed autotools (configure/make) support - + - Requires C++11 or higher Changes in FLTK 1.4 |
