Skip to content

Bugfix release 0.2.5

Compare
Choose a tag to compare
@kdm9 kdm9 released this 23 Apr 10:19
· 93 commits to master since this release

Fix issue in naming/zipping of files with compression level of 1

If the zlib compression level was set to 1, no zipping was performed, and files were named without a zipped suffix. Now, the fastest zip mode is used and the suffix is .gz, as it should be.