forked from baruch/gpart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
55 lines (45 loc) · 1.89 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
v0.2.1
- Fix distribution issues that prevented builds of dist tarball
v0.2
- Import some FreeBSD patches
- Default scan by sector size to handle new 4k alignment method
- Properly consider the real size of the disk to not invalidate partitions
v0.1i
- Switch to autoconf/automake for cross-platform support
- Integrate patches from distributions to fix build and overflow issues
v0.1h
- New support for the following filesystems: BeOS, QNX 4.x & SGI XFS.
- Updated Reiser filesystem support (Francis Devereux <francis@devereux.tc>).
- Updated LVM support.
- Several small fixes from contributors.
v0.1g
- For access via raw devices: made writing of guessed table also aligned
(reading has been aligned since 0.1f).
- Fixed stupid copy&paste bug in the partition table check routine.
v0.1f
- Default scan increment 'h' again.
- Fixed wrong head-boundary condition.
- Introduced possibility to edit guessed partitions.
- Scan now starts on (sectors/head) unless -k <start> was given.
- Length of guessed NTFS partitions now includes NTFS backup boot
sector.
v0.1e
- Default scan increment now 's', extended ptbl boundary condition
now depends on scan increment (head if 's', else cylinder boundary).
- Added LVM physical volume module (LVM by Heinz Mauelshagen).
v0.1d
- Cope with short reads/read errors from disk (corrupted sectors etc.).
- When flagging probable partitions 'invalid' give a reason why.
- Fixed buggy ext2 spare superblock location calculation.
v0.1c
- Don't flag partitions 'invalid' which are smaller than their
partition table entry.
- Fixed buggy rejection of some valid ext2 superblocks.
- Fixed linux swap partition size calculation.
- Added ReiserFS module.
v0.1b
- First public version.
- Made 'fast' scan the default behaviour (-f enables the complete scan).
- Increased tolerance in recognizing extended partition tables.
v0.1a
- Initial version.