What's Changed
- Change C99 for loop init to C89 for compatibility by @robert-scheck in #184
- update autotools build files by @Xeonacid in #186
- Avoid redefining _GNU_SOURCE, _LARGEFILE64_SOURCE by @SamsonovAnton in #189
- Support FUSE 2.x API by @SamsonovAnton in #190
- Check argument count in partclone.imgfuse by @SamsonovAnton in #191
- Support out-of-tree builds for BTRFS and XFS by @SamsonovAnton in #193
- Avoid uninitialized variables to prevent compiler warnings by @SamsonovAnton in #194
- Check for EVP_MD_CTX_reset by @SamsonovAnton in #192
- Remove unused variables to silence compiler warnings by @SamsonovAnton in #195
- Detect FUSE version and explicitly print “yes” or “no” regarding filesystem support by @SamsonovAnton in #196
- Fix MBR builds for x86, non-x86 and out-of-tree by @SamsonovAnton in #197
- Support unit-testing in out-of-tree builds by @SamsonovAnton in #198
- Fix typos by @robert-scheck in #201
New Contributors
- @Xeonacid made their first contribution in #186
- @SamsonovAnton made their first contribution in #189
Full Changelog: 0.3.20...0.3.21