summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2018-12-04 14:16:55 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2018-12-04 14:20:33 +0100
commit474d6e2393cf50ad46118c0b58b9ef396c5b3cce (patch)
tree5edfd2b9d4bdf5d680c95fcf1be4cd4189efbde2 /CHANGES
parentb985b884f88d8b9c9b000dbfd564a220ceb7b7ed (diff)
Fix 'fluid.app' for case sensitive macOS file systems.
Change 'Fluid.app' to 'fluid.app'. Also changed documentation and (https) links in modified files.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d699590bd..c43ebe17a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -142,6 +142,7 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2019
Bug Fixes
- (add new items here)
+ - Fix 'fluid.app' on case sensitive macOS (was: Fluid.app).
- Fix FL_PUSH event handling of Fl_Check_Browser (STR #3004).
- Fix a potential crash when a program exits before it opens a window
(Windows only, STR #3484).