Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.3.21.tar.gz | 2023-01-06 | 1.4 MB | |
0.3.21.zip | 2023-01-06 | 1.7 MB | |
README.md | 2023-01-06 | 1.9 kB | |
Totals: 3 Items | 3.1 MB | 0 |
What's Changed
- Change C99 for loop init to C89 for compatibility by @robert-scheck in https://github.com/Thomas-Tsai/partclone/pull/184
- update autotools build files by @Xeonacid in https://github.com/Thomas-Tsai/partclone/pull/186
- Avoid redefining _GNU_SOURCE, _LARGEFILE64_SOURCE by @SamsonovAnton in https://github.com/Thomas-Tsai/partclone/pull/189
- Support FUSE 2.x API by @SamsonovAnton in https://github.com/Thomas-Tsai/partclone/pull/190
- Check argument count in partclone.imgfuse by @SamsonovAnton in https://github.com/Thomas-Tsai/partclone/pull/191
- Support out-of-tree builds for BTRFS and XFS by @SamsonovAnton in https://github.com/Thomas-Tsai/partclone/pull/193
- Avoid uninitialized variables to prevent compiler warnings by @SamsonovAnton in https://github.com/Thomas-Tsai/partclone/pull/194
- Check for EVP_MD_CTX_reset by @SamsonovAnton in https://github.com/Thomas-Tsai/partclone/pull/192
- Remove unused variables to silence compiler warnings by @SamsonovAnton in https://github.com/Thomas-Tsai/partclone/pull/195
- Detect FUSE version and explicitly print “yes” or “no” regarding filesystem support by @SamsonovAnton in https://github.com/Thomas-Tsai/partclone/pull/196
- Fix MBR builds for x86, non-x86 and out-of-tree by @SamsonovAnton in https://github.com/Thomas-Tsai/partclone/pull/197
- Support unit-testing in out-of-tree builds by @SamsonovAnton in https://github.com/Thomas-Tsai/partclone/pull/198
- Fix typos by @robert-scheck in https://github.com/Thomas-Tsai/partclone/pull/201
New Contributors
- @Xeonacid made their first contribution in https://github.com/Thomas-Tsai/partclone/pull/186
- @SamsonovAnton made their first contribution in https://github.com/Thomas-Tsai/partclone/pull/189
Full Changelog: https://github.com/Thomas-Tsai/partclone/compare/0.3.20...0.3.21