Skip to content

Commit 09255e6

Browse files
daviesrobjkbonfield
authored andcommitted
Update htscodecs module to release 1.1.1
Fixes a bug with name tokeniser and variable number of names per slice.
1 parent dc65e7e commit 09255e6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ Build changes
6363

6464
These are compiler, configuration and makefile based changes.
6565

66+
* HTSlib now uses libhtscodecs release 1.1.1.
67+
6668
* Added a curl/curl.h check to configure and improved INSTALL documentation on
6769
build options. Thanks to Melanie Kirsche and John Marshall.
6870
(#1265; fixes #1261)
@@ -112,6 +114,15 @@ Bug fixes
112114
CIGAR string as an error. Thanks to Chang Y for reporting the issue.
113115
(#1298, fixes samtools/samtools#1445)
114116

117+
* Bug fixes in the bundled copy of htscodecs:
118+
119+
- Fixed an uninitialized access in the name tokeniser decoder.
120+
(samtools/htscodecs#23)
121+
122+
- Fixed a bug with name tokeniser and variable number of names per slice,
123+
causing it to incorrectly report an error on certain valid inputs.
124+
(samtools/htscodecs#24)
125+
115126

116127
Noteworthy changes in release 1.12 (17th March 2021)
117128
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)