Skip to content

Commit

Permalink
issue 259 release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Remco Bouckaert authored and Remco Bouckaert committed Jan 26, 2015
1 parent 05ebcd6 commit e7eb036
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 7 deletions.
10 changes: 5 additions & 5 deletions release/common/VERSION HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
BEAST v2.1.3 2014
Beast 2 development team 2011-2014
BEAST v2.1.3 2015
Beast 2 development team 2011-2015
Version History
Last updated: April 2014

All issues can be viewed at https://github.com/CompEvol/beast2/issues
================================================================================
Version 2.2.0 January 2015
Uses Java 8 to facilitate package development, prevent version clashes with packages
Uses Java 8 to facilitate package development, thus preventing version clashes with packages

BEAUti default settings preventing common errors, template fixes, layout enhancements, error logging

Enhanced package manager, smaller install
Enhanced package manager

Better error reporting for finding common issues with XML files (such as *BEAST gene trees not covering all species)

Improved install for Mac

Over 270 commits for small bug fixes and performance enhancements (more readable XML, better NEXUS parsing, TreeAnnotator fix, etc.)
Over 300 commits for small bug fixes and performance enhancements (more readable XML, better NEXUS parsing, TreeAnnotator fix, etc.)

Version 2.1.3 May 2014
Patch release
Expand Down
4 changes: 2 additions & 2 deletions src/beast/app/BEASTVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ public class BEASTVersion extends Version {
*/
private static final String VERSION = "2.2.0";

private static final String DATE_STRING = "2002-2014";
private static final String DATE_STRING = "2002-2015";

private static final boolean IS_PRERELEASE = true;
private static final boolean IS_PRERELEASE = false;

private static final String BEAST2_WEBPAGE = "http://beast2.org/";

Expand Down
Loading

0 comments on commit e7eb036

Please sign in to comment.