From a33c32b7bf0001c4da1ed841057e0ebd1c772da9 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 11 Nov 2016 19:13:13 +0000 Subject: [PATCH] Final commit to branch-1.3 *after* the release of FLTK 1.3.4. See important notes below. ------------------------------------------------------------------------ Note to svn (subversion) users: This branch (branch-1.3) is finished since the release of FLTK 1.3.4. Only very serious bug fixes will be available in FLTK 1.3 if FLTK 1.4 is not yet released or not (yet) stable. The new development branch is now branch-1.4 -- please checkout a new, clean svn working copy if you want to get branch-1.4. ------------------------------------------------------------------------ Note to Git users: FLTK's svn branch-1.3 has been the 'master' branch in our Git repository, but this branch is finished since the release of FLTK 1.3.4. Only very serious bug fixes will be available in FLTK 1.3 if FLTK 1.4 is not yet released or not (yet) stable. The new development branch is now branch-1.4 -- please checkout branch-1.4 if you want to get the current FLTK 1.4 development branch. The Git 'master' branch will stay as-is for some time, but in the near future branch-1.4 will likely become the new 'master' branch. ------------------------------------------------------------------------ git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@12100 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- ANNOUNCEMENT | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT index 5d82ed7c8..980a6f451 100644 --- a/ANNOUNCEMENT +++ b/ANNOUNCEMENT @@ -23,4 +23,15 @@ FLTK 1.3.4 and previous versions contain many improvements and bug fixes. FLTK 1.3.4 is expected to be the last release in the 1.3.x series. - All currently open STR's for 1.3.x will be fixed in FLTK 1.4.x, if possible. + All currently open STR's for 1.3.x will be fixed in FLTK 1.4.x, if possible. + +-------------------------------------------------------------------------------- + +Note to svn (subversion) users: This branch (branch-1.3) is end of life +since the release of FLTK 1.3.4. Only very serious bug fixes will be +available if FLTK 1.4.0 is not yet released or not (yet) stable enough. + +The new development branch is now branch-1.4 -- please checkout a new, +clean working copy if you want to get branch-1.4. + +--------------------------------------------------------------------------------