OSDN Git Service

More changes to set the version number to 1.8.3.
authorDavid Cantrell <dcantrell@redhat.com>
Tue, 13 Mar 2007 19:05:53 +0000 (15:05 -0400)
committerDavid Cantrell <dcantrel@mortise.boston.redhat.com>
Wed, 2 May 2007 18:17:27 +0000 (14:17 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 85113a7..5a4fb64 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,26 +1,5 @@
-1.8.0
+1.8.3
 =====
 libparted:
-* GPT fixes:
-     - Correctly handle disks with non-512 byte sector sizes
-     - Support LUN resizing (see new space, allow parted to use it)
-     - Prevent overlap of LastUsableLBA and PartitionEntryLBA in backup GPT
-* Prevent SIGFPE when FAT sector size is 0
-* Add ped_exception_get_handler()
-* DASD support for IBM zSeries systems
-* AIX disk label support
-* Detect Promise SX8 storage devices
-* Macintosh (ppc and x86) disk label improvements:
-     - Prevent LVM and RAID partition types from corrupting the table
-     - Fix removal of driver partition
-* Add support binary units (MiB, KiB, GiB)
-* In ped_register_disk_type(), handle disk_types==NULL case
-* In ped_unregister_disk_type(), handle case where type is not registered
-* Fix geometry read problems on 64-bit Macs (and probably other 64-bit systems)
-* Add support for /dev/mapper devices via libdevmapper library
-* Detect Apple_Boot partition types correctly on MacOS X 10.4 systems
 
 parted:
-* Various bug fixes, signal handling fixes, and spelling error fixes
-* UI improvements to display more information about the disk and transport
-  layer
index 1655879..86adcf4 100644 (file)
@@ -5,7 +5,7 @@ dnl
 dnl This file may be modified and/or distributed without restriction.
 
 AC_PREREQ(2.61)
-AC_INIT([GNU parted],[1.9.9],[bug-parted@gnu.org])
+AC_INIT([GNU parted],[1.8.3],[bug-parted@gnu.org])
 
 AC_CONFIG_SRCDIR(include/parted/parted.h)