summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorDebarshi Ray <rishi@gnu.org>2006-12-15 01:26:03 +0530
committerদেবর্ষি রায় <rishi@Sunflower.(none)>2006-12-15 01:26:03 +0530
commit45713930032b8e0664287a6cb354509f7df281e7 (patch)
tree035cf8baf8f1dc282f7738fb88caf56662ed6caa /AUTHORS
parentf74b890bb3658b972b02e98e4354994306cb8372 (diff)
downloadparted-45713930032b8e0664287a6cb354509f7df281e7.tar.gz
Update AUTHORS.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS14
1 files changed, 8 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
index ebee035..59f8a8d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -206,8 +206,8 @@ David Cantrell <dcantrell@redhat.com>
* Prevent SIGFPE when FAT sector size is 0
* Add virtual DASD (VIODASD) on iSeries support
* Use O_DIRECT I/O to prevent first partition corruption on GPT disks
- * Prevent sector reading exceptions from ped_geometry_check() on Mac
- disklabels.
+ * Prevent sector reading exceptions from ped_geometry_check() on Mac
+ disklabels.
Peter Jones <pjones@redhat.com>
* Add ped_exception_get_handler()
@@ -223,7 +223,9 @@ Darren Lavender <dl1@hppine99.gbr.hp.com>
Olaf Hering <olh@suse.de>
* Fixes for Macintosh disk label code
-Debarshi Ray <debarshi.ray@gmail.com>
- * Display disk model and transport type in parted(8).
- * Handle ped_unregister_disk_type() cases when disk_types is not
- NULL and instances where the specified type is not registered.
+Debarshi Ray <rishi@gnu.org>
+ * Display disk model and transport type in parted(8).
+ * '--list/-l' command line switch.
+ * Introduce 'print devices' and alias 'print list' to 'print all'.
+ * Alias 'mktable' to 'mklabel'.
+ * Code and API clean-up, bug fixes, and other miscellaneous stuff.