diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-11-25 15:15:09 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-11-25 15:15:09 +0000 |
| commit | 6fc796738d0f4c3622de361e746ed485db2879e9 (patch) | |
| tree | 39a9afa6360bc002c5c42f73263598c622ee0cad /CHANGES | |
| parent | e24409e3edf9e5fdea880510683ea8b30bb81897 (diff) | |
Fix build with configure --enable-cairo --enable-cairoext.
Add missing #include <config.h>, see this report in fltk.general:
https://groups.google.com/forum/#!topic/fltkgeneral/x80qQ6wt0s4
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12123 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 24 |
1 files changed, 17 insertions, 7 deletions
@@ -1,18 +1,26 @@ -Changes in FLTK 1.4.0 RELEASED: ??? ?? 2017 +Changes in FLTK 1.4.0 Released: ??? ?? 2017 + General Information about this Release - New features and extensions + - FLTK 1.4.0 is based on FLTK 1.3.4 (released Nov 15 2016), + see CHANGES_1.3 for more information. - CMake is the primary supported build system in FLTK 1.4.0 and later. CMake can be used to generate Makefiles, IDE project files, and several other build systems by using different "generators" provided by CMake (for instance Ninja, CodeBlocks, Eclipse, KDevelop3, etc.). See README.CMake.txt for more information. - autoconf/configure is still supported by the FLTK team for backwards + + - autoconf/configure is still supported by the FLTK team for backwards compatibility with older systems that lack CMake support. - New configuration options (ABI version) + New Features and Extensions + + - (add here) + + + New Configuration Options (ABI Version) - FLTK's ABI version can be configured with 'configure' and CMake. See documentation in README.abi-version.txt. @@ -23,14 +31,17 @@ Changes in FLTK 1.4.0 RELEASED: ??? ?? 2017 - None. FLTK 1.4.0 has a new ABI, breaking 1.3.x ABI. - Other improvements + Other Improvements - (add here) - Bug fixes + Bug Fixes - (add here) + - Fix build with configure --enable-cairo --enable-cairoext, + see this report in fltk.general: + https://groups.google.com/forum/#!topic/fltkgeneral/x80qQ6wt0s4 Removed Features @@ -40,7 +51,6 @@ Changes in FLTK 1.4.0 RELEASED: ??? ?? 2017 See README.CMake.txt for more information. - Changes in FLTK 1.3 See CHANGES_1.3 |
