From 8f52fcdd95dee72e2312841fd98379bc5b4af2e6 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 19 Oct 2016 06:04:46 +0000 Subject: [PATCH] Add: Make sure the "File Systems" menu item of Fl_File_Chooser lists "/" as the first mounted file system (Linux/Unix platform) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@12048 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index ab0ddc148..bfe8c3884 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,10 @@ -CHANGES IN FLTK 1.3.4 RELEASED: Oct ?? 2016 +CHANGES IN FLTK 1.3.4rc2 RELEASED: Oct ?? 2016 + + Bug fixes + - Make sure the "File Systems" menu item of Fl_File_Chooser + lists "/" as the first mounted file system (Linux/Unix platform). + +CHANGES IN FLTK 1.3.4rc1 RELEASED: Oct 17 2016 New features and extensions