We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd7db2 commit db2b0a0Copy full SHA for db2b0a0
CHANGELOG.rst
@@ -7,6 +7,13 @@ Changelog
7
.. This document is user facing. Please word the changes in such a way
8
.. that users understand how the changes affect the new version.
9
10
+version 0.11.1
11
+------------------
12
++ Fixed an issue which occurred rarely that caused IgzipDecompressor's
13
+ unused_data to report back incorrectly. This caused checksum errors when
14
+ reading gzip files. The issue was more likely to trigger in multi-member gzip
15
+ files.
16
+
17
version 0.11.0
18
------------------
19
In this release the ``python -m isal.igzip`` relatively slow decompression rate
0 commit comments