Merge pull request #70 from zchunk/1.2.0
authorJonathan Dieter <jdieter@gmail.com>
Sun, 20 Feb 2022 17:07:24 +0000 (17:07 +0000)
committerGitHub <noreply@github.com>
Sun, 20 Feb 2022 17:07:24 +0000 (17:07 +0000)
commitdd6a30a1e4e8b738b0cafc682f3c00e7706134e5
tree39f74476106444ddbfc03705234bee8a0c164bb1
parent151dcf023a42212fecb86d7a85ff776a69166447
parent55cffed573a6ee123c25d717305f554c21b9b5c1
Merge pull request #70 from zchunk/1.2.0

Release zchunk 1.2.0 with the following changes:
 * Now builds for Windows
 * Can set `--uncompressed` flag when creating zchunk files to also store uncompressed digests
 * `zck_read_header` now indicates whether there's a dictionary and what flags are enabled in the zchunk file
 * Minimum meson version required to build zchunk is now 0.53
 * Switched to use GitHub actions for automated testing
 * Added the following automated test environments:
   * `centos-8-stream`
   * `centos-9-stream`
   * `ubuntu-lts`
   * `windows`, both using Mamba and meson-wrap
   * `macos`