diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-01-30 18:01:12 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2019-01-30 18:01:12 +0100 |
| commit | 6d373286bc51fa5783606b003eb29070af852d50 (patch) | |
| tree | dc53d0b7b592cd8e8a57f65ecb4786f2dcd1585a | |
| parent | 669f159665b04a3bf9c2dbbe9db71b59a45e46c2 (diff) | |
Mention Fix for STR#3473 (and its duplicate STR#3507)
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 5753ce1d8..0c03fdd33 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -102,6 +102,9 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2019 Other Improvements - (add new items here) + - Fix for STR#3473 (and its duplicate STR#3507) to restore configure-based + builds on recent Linux/Unix distributions where the freetype-config + command has been replaced by pkg-config. - Added support for MacOS 10.14 "Mojave": all drawing to windows is done through "layer-backed views" when the app is linked to SDK 10.14. - MacOS ≥ 10.10: Fl_Window::fullscreen() and fullscreen_off() no longer |
