FLTK logo

Re: Nov 11, 2016: FLTK 1.3.4 final version released

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.announce  ]
 
Previous Message ]Next Message ]

Re: Nov 11, 2016: FLTK 1.3.4 final version released Albrecht Schlosser Nov 12, 2016  
 
On 11.11.2016 19:46 Greg Ercolano wrote:
The FLTK team is proud to announce the release of FLTK 1.3.4.

FLTK 1.3.4 is now available for download. Look for:

     fltk-1.3.4-source.tar.gz

..on the FLTK downloads page: http://www.fltk.org/software.php

The html and pdf documentation is available as well:

     fltk-1.3.4-docs-pdf.tar.gz
     fltk-1.3.4-docs-html.tar.gz


For more info on this release, please see this article:

     http://www.fltk.org/articles.php?L1494



Status and summary of changes for FLTK developers and users:

The website update is complete. If you see something that should be fixed please report in fltk.general.

You can leave your svn working copy of FLTK 1.3 as-is (branch-1.3). If we decided to do a 1.3.5 release this would be the branch to continue work on FLTK 1.3.

Git users (FLTK on Github) would need to checkout Git branch-1.3 as well (instead of 'master') to stay up-to-date. Github branch 'master' is now stale, i.e. it will not be updated in the near future until we decide something else. This is to avoid confusion for Git users.

The current active development branch is now FLTK 1.4. This is 'branch-1.4' in svn and on Github. To update your svn working copy from branch-1.3-porting (!) please run:

$ svn switch http://seriss.com/public/fltk/fltk/branches/branch-1.4

in your svn working copy of branch-1.3-porting. If you want to switch from 1.3 (branch-1.3) to 1.4 (branch-1.4) please checkout a new, clean working copy.

Git users: just checkout branch-1.4 after execution of 'git fetch'.

The old branch 'branch-1.3-porting' is obsolete, branch-1.4 is the continuation of branch-1.3-porting (you may also think of that being a rename).

Please DO NO commit any new changes to branch-1.3-porting. Update your working copy as noted above.

The new svn links can be found on the download page:
http://www.fltk.org/software.php
Scroll down to "Subversion Access".

For more info on the Github FLTK repository please read article #1464: "FLTK code repository on Github"
http://www.fltk.org/articles.php?L1464

The direct Github link is:
https://github.com/fltk/test-only/

To checkout branch-1.4 do:

cd /some/where/...
git clone https://github.com/fltk/test-only/ fltk-1.4
cd fltk-1.4
git checkout branch-1.4

To update your working copy later, run:

git pull


That's all, I hope I didn't forget anything.

Have fun with FLTK 1.3.4 and new development of FLTK 1.4

Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.