Skip to content

Commit bbe25a0

Browse files
committed
Update release notes and bump version number to 3.4.2
1 parent 13ce2c5 commit bbe25a0

File tree

5 files changed

+35
-4
lines changed

5 files changed

+35
-4
lines changed
29 Bytes
Binary file not shown.

doc/ReleaseNotes.txt

+34-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,40 @@ Below are the release notes for RTG Core, upon which RTG.VERSION
44
is built. Not all features described below may be included in this
55
product.
66

7+
RTG Core 3.4.2 (2015-03-02)
8+
---------------------------
9+
10+
This is primarily a bugfix release:
11+
12+
* somatic: Fix a crash that could occur when calling across Ns in the
13+
reference.
14+
15+
* snp/family/population/somatic: Under some circumstances, I/O
16+
exceptions could trigger a crash talkback rather than being
17+
presented as a regular user-level error message for the user to act
18+
on.
19+
20+
* chrstats: Fixed inconsistent output destinations between
21+
single-sample vs multiple sample case, and do not create a log file
22+
for this command in the current directory.
23+
24+
* chrstats: Detect when the user has not set up a reference SDF with
25+
chromosome specification information and provide an appropriate
26+
error message indicating how to correct the situation.
27+
28+
* many: Improved error handling when requesting indexed region
29+
retrieval of BED/VCF/SAM files for coordinates outside the range
30+
that can be addressed by tabix/bam indexes.
31+
32+
* many: Improved error handling when errors are encountered during VCF
33+
header parsing, providing more information on where the problem was.
34+
35+
* many: Improved error handling when errors are encountered during
36+
tabix indexing.
37+
38+
39+
Previous releases:
40+
741
RTG Core 3.4.1 (2015-01-22)
842
---------------------------
943

@@ -37,9 +71,6 @@ This is primarily a bugfix release:
3771

3872
* Other improvements and cleanups to documentation.
3973

40-
41-
Previous releases:
42-
4374
RTG Core 3.4 (2014-12-20)
4475
-------------------------
4576

-183 Bytes
Binary file not shown.
-422 Bytes
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#
2-
VERSION = 3.4.1
2+
VERSION = 3.4.2

0 commit comments

Comments
 (0)