Skip to content

Commit

Permalink
release 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fbielejec committed Mar 12, 2016
1 parent d315849 commit 0e33f96
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ tutorial/*.toc
tutorial/*.aux
tutorial/*.blg

tag_release
9 changes: 7 additions & 2 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
* cut-off selector for lines


2016: SpreaD3 version 0.9.5 Ardberg & Kilchoman release candidate
-----------------------------------------------------------------
2016: SpreaD3 version 0.9.5 Ardberg & Kilchoman
-----------------------------------------------
* fixed bug in JsonMerger: checked for lines not points
* fixed bug in JsonMerger: grow a list of attributes if neccesary
* fixed bug in d3-renderer which caused panels to be opened on load
Expand All @@ -47,3 +47,8 @@
* improved line curvature
* added intersecting X and Y axes for representing data when no map is available
* panels are generated if and only if modules are called

2016: SpreaD3 version 0.9.6 rc
-----------------------------------------------------------------


2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.:: SpreaD3 ::.
==============
*Spatial Phylogenetic Reconstruction of Evolutionary Dynamics*
Version: 0.9.5rc, 2016
Version: 0.9.5, 2016
Authors: Filip Bielejec, Guy Baele, Andrew Rambaut, Marc A. Suchard & Philippe 'The Wise' Lemey
Homepage: http://rega.kuleuven.be/cev/ecv/software/SpreaD3
License: LGPL
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<mkdir dir="${dist}" />

<!-- TODO: parse version from main and append here -->
<jar jarfile="${dist}/spreaD3_v0.9.5rc.jar">
<jar jarfile="${dist}/spreaD3_v0.9.5.jar">

<manifest>
<attribute name="Built-By" value="${user.name}" />
Expand Down
4 changes: 2 additions & 2 deletions src/gui/AboutDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public final void initUI() {
add(label);

website = new JLabel();
addres = "http://rega.kuleuven.be/cev/ecv/software/spread";
addres = "http://rega.kuleuven.be/cev/ecv/software/SpreaD3";
website.setText("<html><p><a href=\"" + addres + "\">" + addres
+ "</a></p></html>");
website.setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));
Expand Down Expand Up @@ -247,4 +247,4 @@ public void mouseClicked(MouseEvent ev) {

}// END: ListenSendMail

}// END: class
}// END: class

0 comments on commit 0e33f96

Please sign in to comment.