Releases: Thomas-Tsai/partclone
Releases · Thomas-Tsai/partclone
0.3.21
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
0.3.20
What's Changed
- fix apfs support by @hdkigelcojp in #182
- stdout support by @hdkigelcojp in #183
New Contributors
- @hdkigelcojp made their first contribution in #182
Full Changelog: 0.3.19...0.3.20
v0.3.19 release
What's Changed
- Ignore free space check if compression is enabled. by @zboszor in #147
- fix: crash when backing up swap partition by @justforlxz in #148
- Update to btrfs-progs 5.4.1 by @boretom in #151
- Change C99 for loop init to C89 for compatibility by @robert-scheck in #152
- doc: document the image formats by @pfrouleau in #157
- doc: fix typo for logfile argument by @mjoerg in #162
- WIP: Add block_size and blocks_total in torrent.info to provide partition info by @tjjh89017 in #164
- Use EVP OpenSSL API by @zboszor in #165
- Fix using EVP OpenSSL API by @zboszor in #166
- Fix typo by @jwilk in #169
- Support HFS+ wrapper volumes by @vasi in #172
- Domain file doc by @jowagner in #175
- Docs typo "normanly" by @jowagner in #178
- How to contribute docs: readme by @jowagner in #179
New Contributors
- @justforlxz made their first contribution in #148
- @boretom made their first contribution in #151
- @mjoerg made their first contribution in #162
- @jwilk made their first contribution in #169
- @vasi made their first contribution in #172
- @jowagner made their first contribution in #175
Full Changelog: 0.3.15...0.3.19
v0.3.18 release
2021-09-27 Thomas Tsai thomas@nchc.org.tw
Merge branch 'master' of github.com:Thomas-Tsai/partclone
2021-09-24 Thomas Tsai tlinux.tsai@gmail.com
Merge pull request #164 from tjjh89017/more_torrent_info
WIP: Add block_size and blocks_total in torrent.info to provide partition info
2021-09-24 Date Huang tjjh89017@hotmail.com
Add block_size and blocks_total in torrent.info to provide partition info
2021-06-14 Thomas Tsai tlinux.tsai@gmail.com
Merge pull request #162 from mjoerg/master
doc: fix typo for logfile argument
2021-06-12 Martin Joerg martin.joerg@gmail.com
doc: fix typo for logfile argument
2021-03-03 Thomas Tsai tlinux.tsai@gmail.com
Merge pull request #157 from pfrouleau/document_partclone_image_formats
doc: document the image formats
2021-03-03 Patrick Rouleau prouleau72@gmail.com
doc: document the image formats
2021-02-17 Thomas Tsai tlinux.tsai@gmail.com
Update README.md
2021-01-06 Thomas Tsai tlinux.tsai@gmail.com
Merge pull request #152 from robert-scheck/c99-for-loop
Change C99 for loop init to C89 for compatibility
2020-12-31 Robert Scheck robert@fedoraproject.org
Change C99 for loop init to C89 for compatibility
2020-11-02 Thomas Tsai thomas@nchc.org.tw
* try to fix ignore_crc not working properly in partclone 3.12. * issue is 2.8 image restored by 3.X with ignore_crc and get fail. reference https://github.com/Sebastian-Roth/partclone/commit/80ca94dccadbc4998b80f3eabe8c84bdc638c7b5