From b533fe88810a37f3cd43c77aaa7718be4f6760d0 Mon Sep 17 00:00:00 2001
From: Albrecht Schlosser
Date: Sun, 17 Feb 2019 12:53:19 +0100
Subject: [PATCH] Prepare release candidate 2 (1.3.5rc2)
---
.gitattributes | 2 ++
.travis.yml | 5 +++++
CHANGES | 8 +++++++-
KNOWN_BUGS.html | 34 ++++++++++++++++------------------
4 files changed, 30 insertions(+), 19 deletions(-)
diff --git a/.gitattributes b/.gitattributes
index 997e70edd..e670e0fba 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -17,6 +17,8 @@
makesrcdist export-ignore eol=lf
.gitattributes export-ignore
.gitignore export-ignore
+.gitlab-ci.yml export-ignore
+.travis.yml export-ignore
# fluid files (eol=lf or text?)
diff --git a/.travis.yml b/.travis.yml
index 27a0cb9fd..086e19da3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,12 @@ matrix:
branches:
only:
+ - master
- branch-1.3
+ - /^feature-.*/
+ - /^fix-.*/
+ - /^issue-.*/
+ - /^str-.*/
before_script:
- |
diff --git a/CHANGES b/CHANGES
index 01dc54546..606421ba4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,13 @@
+CHANGES IN FLTK 1.3.5rc2 RELEASED: Feb 17 2019
+
+Bug fixes and other improvements
+
+ - Fix Xcode FLTK project for use under macOS 10.14
+
+
CHANGES IN FLTK 1.3.5rc1 RELEASED: Feb 11 2019
-
New features and enhancements (highlights)
- Add support for macOS 10.13 "High Sierra" and 10.14 "Mojave".
diff --git a/KNOWN_BUGS.html b/KNOWN_BUGS.html
index 8e8401089..4361008ee 100644
--- a/KNOWN_BUGS.html
+++ b/KNOWN_BUGS.html
@@ -25,7 +25,7 @@ and/or patches online.
-
+
FLTK 1.3 is the LATEST STABLE BRANCH based on FLTK 1.1.10. It adds internationalization,
@@ -112,6 +112,13 @@ and/or patches online.
Active |
MOD |
+
+ | 3235 |
+ Segmentation fault in Fl_Preferences |
+ Core Library |
+ New |
+ MOD |
+
| 3252 |
Fl_Native_File_Chooser and Fl_Gl_Window on MacOS
@@ -335,6 +342,13 @@ and/or patches online.
| Pending |
LOW |
+
+ | 2983 |
+ Documentation isn't built correctly. |
+ Build Files |
+ New |
+ LOW |
+
| 3077 |
fl_normal_measure does not give correct size for
@@ -973,7 +987,7 @@ and/or patches online.
| RFE |
-
+
FLTK 1.4 will add even more features to the FLTK 1 branch. This is the CURRENT DEVELOPMENT BRANCH where
new features are added and bugs are fixed.
There is no release schedule yet.
@@ -1115,14 +1129,6 @@ and/or patches online.
New |
HIGH |
-
- | 3473 |
- Proposal: use `pkg-config` to detect `freetype2`
- rather than `freetype-config`. |
- Config Files |
- Pending |
- HIGH |
-
| 24 |
Fluid should support sub-windows |
@@ -1277,14 +1283,6 @@ and/or patches online.
New |
MOD |
-
- | 3500 |
- Fl_File_Chooser: Must type two leading slashes to
- enter an absolute path |
- Core Library |
- New |
- MOD |
-
| 3508 |
fltk2ms() could be public, also does not translate
|