forked from vasi/partclone-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
24 lines (21 loc) · 1.02 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
December 2019 Jason Spangler jasons@wumple.com
Added NBD timeout option "-i timeout" to avoid
disconnects on slow dynamic decompressed FUSE mounts
August 2019 George Prekas prekgeo@yahoo.com
Added support for partclone image format v0002
March 2014 Paul Park paul@idealworldinc.com
Add raw (dd) image handling.
Fix change file handling for multi-block writes.
March 2013 Paul Park paul@idealworldinc.com
Fix ntfsclone version 10.0 image handling
Fix 64-bit bug.
March 2012 Paul Park paul@idealworldinc.com
Add ntfsclone generated image handling.
August 2011 Paul Park paul@idealworldinc.com
Handle "iffy" images from partclone. Specifically, handle
inconsistencies between the used block count in the header and the
number of blocks marked in the bitmap. Also, change interpretation of
the bitmap to match partclone: 1 = used; not 1 = unused.
August 2010 Paul Park paul@idealworldinc.com
Trivial change from initial revision - check for <sys/capability.h> and
use that to switch the checking of capabilities on and off.