Skip to content

0.8.11: Bugfixes and security updates

Latest
Compare
Choose a tag to compare
@mateuszsnowak mateuszsnowak released this 07 Jul 17:48
· 10 commits to master since this release
84c4aa4

This release contains bugfixes and security related dependencies updates.

Bugfixes and minor changes

  • Changed malloc call to calloc when initializing ISA-L (fixes #177),
  • Fixed setting incorrect compression level after reset call when compressing with ISA-L,
  • Removed "Zero bytes written" warning messages (fixes #176),
  • Fixed logger message in IntelDeflater.java,
  • Removed unused Intel zlib subdirectories,
  • Removed scripts/gatk-printreads-test.py

Dependencies updates

Following dependencies were updated to latest compatible versions:

Known Issues

  • When compressing using ISA-L library (compression levels 1, 2) outputted compressed data size can differ by small amount of bytes (up to 100) for the same input. This does not affect original uncompressed contents. Investigation of this issue is ongoing.