blob: 719dab61ae25c199961591e066c1a937526f8fca (
plain)
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
|
1.7.0
=====
libparted:
* support for Apple GUIDs to GPT code
* BeOS/ZETA/Haiku support
* probe /dev/hd? before /dev/sd?
* prefer /sys/block to /proc/partitions where possible
* fix of ext2 "strange layout" bug (EXPERIMENTAL)
* Linux: detection of sector sizes not equal to 512
* GPT handles sector sizes not equal to 512 correctly now (EXPERIMENTAL)
* ext2 handles sector sizes not equal to 512 correctly now (EXPERIMENTAL)
* added ped_device_get_constraint to support device-dependent constraints
* API documentation moved to Doxygen
parted:
* new formatter for "print" command
* removed copyright preamble and introduced "version" command
* SIGSEGV handler
* fixed "rescue" command core dump
* 'mkpart' and 'mkpartfs' align partitions to physical block size boundaries
now
* 'mkpart' and 'mkpartfs' let the user set a partition name where supported now
* 'print' accepts 'free' argument to display free space information
* 'print' accepts 'all' argument to display information about all
detected devices
* position and size of partitions are displayed with up to two
digits after the decimal dot (depending on the unit and value)
manual:
* cut down substantially. Lots of general content will be moved to the GNU
Storage Guide.
|