From 696119b0716c58e33690e01da967df9419e95c24 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 4 May 2021 19:36:17 +0200 Subject: [PATCH] Finalize 1.3.6 release candidate 2 (1.3.6rc2) Update CHANGES. --- CHANGES | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGES b/CHANGES index 6cb95b25d..882925891 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,22 @@ +CHANGES IN FLTK 1.3.6rc2 RELEASED: May 04 2021 + +FLTK 1.3.6rc2 fixes some minor issues in 1.3.6rc1, particularly macOS +bundle generation. It addresses an issue that bundles can't be executed +on macOS 11.3 Big Sur if built with configure/make after downloading +the release tarball because of the macOS "quarantine" feature. + +Details: + + Albrecht Schlosser: + Rename file 'VERSION' to 'fltk_version.dat' (#191) + Fix version number in doxygen docs + Fix build with Cairo for CMake < 3.13 + CMake: fix old (pre 3.13) link_directories() usage + Enhance CMake build configuration summary + Refactor macOS bundle generation to avoid "quarantine" + Fix a new compiler warning + + CHANGES IN FLTK 1.3.6rc1 RELEASED: Apr 26 2021 FLTK 1.3.6 is a maintenance release with new macOS Big Sur support