Skip to content

Commit

Permalink
Merge version number bump and NEWS file from master
Browse files Browse the repository at this point in the history
  • Loading branch information
daviesrob committed Apr 7, 2022
2 parents fb22684 + 6811ac5 commit 52f10df
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
24 changes: 24 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
Noteworthy changes in release a.b
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Noteworthy changes in release 1.15.1 (7th April 2022)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Security fix: Fixed broken error reporting in the sam_cap_mapq()
function, due to a missing hts_log() parameter. Prior to this fix
it was possible to abuse the log message format string by passing
a specially crafted alignment record to this function. (PR#1406)

* HTSlib now uses libhtscodecs release 1.2.2. This fixes a number
of bugs where invalid compressed data could trigger usage of
uninitialised values. (PR#1416)

* Fixed excessive memory used by multi-threaded SAM output on
long reads. (Part of PR#1384)

* Fixed a bug where tabix would misinterpret region specifiers
starting at position 0. It will also now warn if the file
being indexed is supposed to be 1-based but has positions
less than or equal to 0. (PR#1411)

* The VCF header parser will now issue a warning if it finds an
INFO header with Type=Flag but Number not equal to 0. It will
also ignore the incorrect Number so the flag can be used. (PR#1415)

Noteworthy changes in release 1.15 (21st February 2022)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion bgzip.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH bgzip 1 "21 February 2022" "htslib-1.15" "Bioinformatics tools"
.TH bgzip 1 "7 April 2022" "htslib-1.15.1" "Bioinformatics tools"
.SH NAME
.PP
bgzip \- Block compression/decompression utility
Expand Down
2 changes: 1 addition & 1 deletion htsfile.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH htsfile 1 "21 February 2022" "htslib-1.15" "Bioinformatics tools"
.TH htsfile 1 "7 April 2022" "htslib-1.15.1" "Bioinformatics tools"
.SH NAME
htsfile \- identify high-throughput sequencing data files
.\"
Expand Down
2 changes: 1 addition & 1 deletion htslib-s3-plugin.7
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH htslib-s3-plugin 7 "21 February 2022" "htslib-1.15" "Bioinformatics tools"
.TH htslib-s3-plugin 7 "7 April 2022" "htslib-1.15.1" "Bioinformatics tools"
.SH NAME
s3 plugin \- htslib AWS S3 plugin
.\"
Expand Down
2 changes: 1 addition & 1 deletion tabix.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH tabix 1 "21 February 2022" "htslib-1.15" "Bioinformatics tools"
.TH tabix 1 "7 April 2022" "htslib-1.15.1" "Bioinformatics tools"
.SH NAME
.PP
tabix \- Generic indexer for TAB-delimited genome position files
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# DEALINGS IN THE SOFTWARE.

# Master version, for use in tarballs or non-git source copies
VERSION=1.15
VERSION=1.15.1

# If we have a git clone, then check against the current tag
srcdir=${0%/version.sh}
Expand Down

0 comments on commit 52f10df

Please sign in to comment.