Skip to content

Commit

Permalink
Update release notes, bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenbok committed Mar 10, 2016
1 parent fa26351 commit bc71ee0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</taskdef>

<property name="product" value="RTG Tools" />
<property name="product.version" value="3.6.1" />
<property name="product.version" value="3.6.2" />
<property name="resources" value="tools" />
<property name="main.class" value="com.rtg.ToolsEntry" />

Expand Down
30 changes: 26 additions & 4 deletions installer/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ Below are the release notes for RTG Core, upon which RTG.VERSION
is based. Not all features described below may be included in this
product.

RTG Core 3.6.2 (2016-03-10)
---------------------------

This release primarily includes bugfixes and minor improvements:

* map: mapping very large numbers of reads in a single chunk or with
low step size settings could exceed some internal datastructures,
giving unpredictable results. An explicit check for these conditions
has been added.

* map: Reduction in peak memory use when mapping paired-end data.

* vcfeval: Better error handling for variants which have triploid or
higher GT (ploidy higher than 2 is not supported).

* extract: Extracting multiple regions from SAM/BAM across different
chromosomes could cause an exception.

* rocplot: Improved error handling for yet more ways in which
attempting to open a GUI from a headless server can fail.

* rocplot: (GUI) Minor improvement to crosshair handling.


Previous releases
=================

RTG Core 3.6.1 (2016-01-25)
---------------------------
Expand Down Expand Up @@ -38,10 +64,6 @@ This release primarily includes bugfixes and minor improvements:

* rocplot: (GUI) Update frame title when graph title changes.


Previous releases
=================

RTG Core 3.6 (2015-12-07)
-------------------------

Expand Down

0 comments on commit bc71ee0

Please sign in to comment.