Skip to content

Commit 8867750

Browse files
committed
Update ReleaseNotes and bump version number
1 parent efc1fd8 commit 8867750

File tree

2 files changed

+35
-5
lines changed

2 files changed

+35
-5
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</taskdef>
2626

2727
<property name="product" value="RTG Tools" />
28-
<property name="product.version" value="3.8.2" />
28+
<property name="product.version" value="3.8.3" />
2929
<property name="resources" value="tools" />
3030
<property name="main.class" value="com.rtg.RtgTools" />
3131

installer/ReleaseNotes.txt

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,40 @@ Below are the release notes for the full RTG suite, upon which
44
RTG.VERSION is based. Not all features described below may be included
55
in this product.
66

7+
RTG Core 3.8.3 (2017-08-02)
8+
---------------------------
9+
10+
This release primarily includes bugfixes and minor improvements:
11+
12+
* rocplot: (GUI) Improvements to graph zooming, to allow stepping back
13+
to previous zoom levels as well as fully un-zooming.
14+
15+
* rocplot: Improve the automatic curve naming heuristic to ignore
16+
directory name suffixes like "-eval", ".vcfeval" etc, and similar
17+
prefixes.
18+
19+
* rocplot: Enable text antialiasing in GUI and PNG output.
20+
21+
* vcfeval: More graceful handling of input VCFs containing REF values
22+
that are not valid according to VCF specifications.
23+
24+
* vcfmerge/vcfeval: Normalize the casing of nucleotides in REF/ALT,
25+
which permits merging records where the REF/ALT differ in casing.
26+
27+
* vcffilter: Graceful error handling of a new category of invalid
28+
javascript expression.
29+
30+
* vcfsubset: Don't complain when using --keep-filter/--remove-filter
31+
flags with "PASS" and the VCF header doesn't contain a declaration for
32+
that filter.
33+
34+
* misc: Prevent a unit test failure when running on newer versions of
35+
Ubuntu.
36+
37+
38+
Previous releases
39+
=================
40+
741
RTG Core 3.8.2 (2017-06-20)
842
---------------------------
943

@@ -45,10 +79,6 @@ This release primarily includes bugfixes and minor improvements:
4579
(specifically, RTG_JAVA_OPTS was incorrectly listed as
4680
RTG_JAVA_OPTIONS).
4781

48-
49-
Previous releases
50-
=================
51-
5282
RTG Core 3.8.1 (2017-05-29)
5383
---------------------------
5484

0 commit comments

Comments
 (0)