Skip to content

Commit bdba5ea

Browse files
committed
Update release notes and bump version number
1 parent a70ec86 commit bdba5ea

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.3" />
28+
<property name="product.version" value="3.8.4" />
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.4 (2017-09-08)
8+
---------------------------
9+
10+
This release primarily includes bugfixes and minor improvements:
11+
12+
* vcfeval: Explicitly warn when the ROC score field does not exist in
13+
the VCF header, to help in cases where the user has mixed up INFO vs
14+
FORMAT field names.
15+
16+
* vcfeval: Fix an exception that could occur when processing VCFs with
17+
GT ploidy >= 3.
18+
19+
* format: When formatting FASTA (both DNA and protein), suppress
20+
warnings about "unexpected symbols" produced by genuine IUPAC
21+
ambiguity codes.
22+
23+
* misc: Detect invalid VCF records containing duplicate INFO or FORMAT
24+
fields.
25+
26+
* misc: Improved detection of invalid REF/ALT fields in input VCF files,
27+
allowing clearer exception messages.
28+
29+
* misc: Fix incorrect detection of network stats capability during local
30+
run monitoring.
31+
32+
* misc: Bash command completion now also works if rtg is symlinked as
33+
rtg-tools or rtg-core, to improve convenience when both are
34+
installed. (See the bash completion script if you have alternative
35+
RTG executable names for which you want to enable the completion)
36+
37+
38+
Previous releases
39+
=================
40+
741
RTG Core 3.8.3 (2017-08-02)
842
---------------------------
943

@@ -34,10 +68,6 @@ This release primarily includes bugfixes and minor improvements:
3468
* misc: Prevent a unit test failure when running on newer versions of
3569
Ubuntu.
3670

37-
38-
Previous releases
39-
=================
40-
4171
RTG Core 3.8.2 (2017-06-20)
4272
---------------------------
4373

0 commit comments

Comments
 (0)