OSDN Git Service

Updates for parted-1.8.0rc3
[android-x86/external-parted.git] / NEWS
1 1.8.0
2 =====
3 libparted:
4 * GPT fixes:
5      - Correctly handle disks with non-512 byte sector sizes
6      - Support LUN resizing (see new space, allow parted to use it)
7      - Prevent overlap of LastUsableLBA and PartitionEntryLBA in backup GPT
8 * Prevent SIGFPE when FAT sector size is 0
9 * Add ped_exception_get_handler()
10 * DASD support for IBM zSeries systems
11 * AIX disk label support
12 * Detect Promise SX8 storage devices
13 * Macintosh (ppc and x86) disk label improvements:
14      - Prevent LVM and RAID partition types from corrupting the table
15      - Fix removal of driver partition
16 * Add support binary units (MiB, KiB, GiB)
17 * In ped_register_disk_type(), handle disk_types==NULL case
18 * In ped_unregister_disk_type(), handle case where type is not registered
19 * Fix geometry read problems on 64-bit Macs (and probably other 64-bit systems)
20 * Add support for /dev/mapper devices via libdevmapper library
21 * Detect Apple_Boot partition types correctly on MacOS X 10.4 systems
22
23 parted:
24 * Various bug fixes, signal handling fixes, and spelling error fixes
25 * UI improvements to display more information about the disk and transport
26   layer