OSDN Git Service

build: update to latest from gnulib
[android-x86/external-parted.git] / NEWS
1 GNU parted NEWS                                    -*- outline -*-
2
3 * Noteworthy changes in release ?.? (????-??-??) [?]
4
5 ** New features
6
7   parted has improved support for partitionable loopback devices
8
9 ** Bug fixes
10
11   parted now exits nonzero for certain failures already diagnosed as "Error".
12   For example, before this change, parted would exit successfully in spite
13   of "Error: ...unrecognised disk label" and "Error:... both GPT primary
14   and backup partition tables are corrupted".
15
16   libparted: gpt_disk_duplicate now copies the flags over to the new
17   disk object. Previously the flags would be undefined.
18
19   libparted can now read partition tables with a number of partition
20   array entries that is different from the default of 128.  Before,
21   it would fail to recognize them and could even read beyond the end
22   of a heap-allocated buffer.
23
24   libparted: no longer aborts (failed assertion) due to a nilfs2_probe bug
25   [bug introduced in parted-2.4 with the addition of nilfs2 support]
26
27   libparted: no longer aborts when reading a truncated GPT-formatted device
28   [bug present at least as far back as RHEL4's parted-1.6.19]
29
30   libparted: works with a two-component linux kernel version number like 3.0
31   [bug present since the beginning]
32
33   libparted: strengthen the pc98 test so that it is much less likely to
34   cause an MSDOS partition table to be mistakenly identified as pc98.
35   [bug present since the beginning]
36
37   libparted no longer gets a failed assertion when probing a partition
38   with an HFS or HFS+ signature, but with invalid ->total_blocks and/or
39   ->block_size values.
40
41   parted now uses ext_range device sysfs attribute to determine maximum number
42   of partitions the device can hold.  With this change, parted now correctly
43   informs kernel about new partitions on partitionable MD RAID devices.
44
45 ** Changes in behavior
46
47   Floppy drives are no longer scanned on linux: they cannot be partitioned
48   anyhow, and some users have a misconfigured BIOS that claims to have a
49   floppy when they don't, and scanning gets hung up.
50
51   parted: mkpart command has changed semantics with regard to specifying end
52   of the partition. If the end is specified using MiB, GiB, etc. unit, parted
53   subtracts one sector from the specified value. With this change, it is now
54   possible to create partitions like 1MiB-2MiB, 2MiB-3MiB and so on.
55
56   Device-mapper devices ( LVM, dmraid ) no longer insert a 'p' between the
57   base device name and the partition number unless the last character of
58   the base device name is a digit.  This brings parted into compliance with
59   the partition naming of kpartx and "linux since the dawn of time", but
60   differs from the way that dmraid 1.0.0-rc16-3 operates.  A patch to
61   correct dmraid has been submitted to ataraid-list@redhat.com.  Without
62   this patch, parted and dmraid will both create duplicate partition devices
63   named /dev/mapper/foo1 and /dev/mapper/foop1.
64
65 ** Build-related
66
67   "make dist" no longer builds .tar.gz files.
68   xz is portable enough and in wide-enough use that distributing
69   only .tar.xz files is enough.
70
71
72 * Noteworthy changes in release 3.0 (2011-05-30) [stable]
73
74 ** Bug fixes
75
76   Fix numerous small leaks in both the library and the UI.
77
78 ** Changes in behavior
79
80   Remove all FS-related (file system-related) sub-commands; these commands
81   are no longer recognized because they were all dependent on parted "knowing"
82   too much about file system: mkpartfs, mkfs, cp, move, check, resize.
83   This change removes not just the user interface bits, but also the
84   library functions and nearly all of the underlying FS-munging code.
85   The code embedded in Parted by which it knew about those file systems
86   was so old, unmaintainable and buggy that while seemingly drastic,
87   this change is like removing a gangrenous toe.
88
89   Here is the list of removed functions:
90
91     ped_file_system_clobber
92     ped_file_system_open
93     ped_file_system_create
94     ped_file_system_close
95     ped_file_system_check
96     ped_file_system_copy
97     ped_file_system_resize
98     ped_file_system_get_create_constraint
99     ped_file_system_get_resize_constraint
100     ped_file_system_get_copy_constraint
101
102   This change also removes the corresponding function members
103   from "struct _PedFileSystemOps":
104
105     clobber open create close check copy resize get_create_constraint
106     get_resize_constraint get_copy_constraint
107
108
109 * Noteworthy changes in release 2.4 (2011-05-18) [stable]
110
111 ** Bug fixes
112
113   parted no longer allows the modification of certain in-use partitions.
114   In particular, before this fix, parted would permit removal or modification
115   of any in-use partition on a dmraid and any in-use partition beyond the 15th
116   on a regular scsi disk.
117
118   Improve support of DASD devices on the s390 architecture.
119   Parted now supports all DASD types (CKD and FBA), DASD formats (CDL,
120   LDL, CMS non-reserved, and CMS reserved), and DASD drivers (ECKD, FBA,
121   and DIAG) in all combinations supported by the Linux kernel.  As before,
122   only CDL format on CKD DASD using the ECKD driver is supported for
123   read-write operations (create, delete, move, re-size, etc.).  However,
124   the implicit partition present on LDL- and CMS-formatted disks is now
125   correctly recognized for read-only operations.  In detail:
126
127   - parted now correctly handles LDL-format disks with a block
128     size other than 4096 (bug fix)
129
130   - parted now recognizes the CMS disk format, both reserved
131     and non-reserved (enhancement)
132
133   - parted now supports FBA DASD devices (enhancement)
134
135   - parted now supports the DIAG driver when running in a
136     virtual machine under z/VM (enhancement)
137
138   libparted: raise the limit on the maximum start sector and the
139   maximum number of sectors in a "loop" partition table from 2^32 to 2^64.
140   [bug introduced in parted-2.1]
141
142   libparted once again recognizes a whole-disk FAT partition
143   [bug introduced in parted-1.9.0]
144
145   libparted now recognizes scsi disks with a high major (128-135) as scsi
146   disks
147
148   an msdos partition table on a very small device (smaller than one cylinder)
149   is now recognized.  [bug introduced in parted-2.2]
150
151   libparted: zero-length devices (other than files) are ignored rather than
152   throwing an exception.
153
154   libparted: gpt label creation can no longer divide by zero with a
155   defective device or when a concurrent writer modifies the PE-size
156   bytes in the small interval between the write and subsequent read
157   of the primary GPT header.
158
159 ** Changes in behavior
160
161   "parted $dev print" now prints information about the device (model, size,
162   transport, sector size) even when it fails to recognize the disk label.
163
164   specifying partition start or end values using MiB, GiB, etc. suffixes
165   now makes parted do what I want, i.e., use that precise value, and not
166   some other that is up to 500KiB or 500MiB away from what I specified.
167   Before, to get that behavior, you would have had to use carefully chosen
168   values with units of bytes ("B") or sectors ("s") to obtain the same
169   result, and with sectors, your usage would not be portable between devices
170   with varying sector sizes.  This change does not affect how parted handles
171   suffixes like KB, MB, GB, etc.
172
173
174 * Noteworthy changes in release 2.3 (2010-05-28) [stable]
175
176 ** New features
177
178   parted now recognizes ATA over Ethernet (AoE) devices
179
180   parted now recognizes Linux Software RAID Arrays
181
182   libparted has a new partition flag to check for diagnostic (aka recovery
183   or reserved) partitions: PED_PARTITION_DIAG
184
185 ** Bug fixes
186
187   When libparted deferenced a /dev/mapper/foo symlink, it would keep the
188   resulting /dev/dm-N name and sometimes use it later, even though it
189   had since become stale and invalid.  It no longer stores the result
190   of dereferencing a /dev/mapper symlink.
191
192   libparted's msdos_partition_is_flag_available function now always reports
193   that the "hidden" flag is not available for an extended partition.
194   Similarly, msdos_partition_get_flag(p,PED_PARTITION_HIDDEN) always returns 0
195   for an extended partition.
196
197   libparted uses a more accurate heuristic to distinguish between
198   ext4 and ext3 partitions.
199
200   libparted now properly checks the return value of dm_task_run when
201   operating on devicemapper devices.
202
203   allow using ped_device_cache_remove(dev) followed by a (later)
204   ped_device_destroy() without corrupting the device cache.
205
206   when creating an ext2 file system[*], Parted no longer creates an
207   invalid one when its size is 2TiB or larger.
208   [*] Remember, now all FS-creation operations are deprecated in Parted.
209   This is not an indicator that we'll be supporting this code.
210   On the contrary, it is slated to be removed.
211
212 ** Changes in behavior
213
214   libparted no longer issues an exception/warning about >512-byte
215   sector support being "HIGHLY EXPERIMENTAL".  It seems to have matured
216   enough to be usable at least with GPT and MSDOS partition tables.
217
218
219 * Noteworthy changes in release 2.2 (2010-02-26) [stable]
220
221 ** Changes in behavior
222
223   The default alignment (--align option) for newly created partitions has
224   been changed to optimal.
225
226 ** New features
227
228   The ped_device_get_*_alignment() functions now return a sane default
229   value instead of NULL when the so called topology information is incomplete.
230   The default minimum alignment aligns to physical sector size, the default
231   optimal alignment is 1MiB, which is what vista and windows 7 do.
232
233 ** Bug fixes
234
235   Parted no longer uses a physical sector size of 0 or of any other
236   value smaller than the logical sector size.
237
238   dos: creating an HFS or HFS+ partition in an msdos partition table
239   used to set the partition type to 0x83.  That is wrong.  The required
240   number is 0xaf, and that is what is used now.
241
242   gpt: read-only operation could clobber MBR part of hybrid GPT+MBR table
243   [bug introduced in parted-2.1]
244
245   gpt: a read-only operation like "parted $dev print" would overwrite $dev's
246   protective MBR when exactly one of the primary and backup GPT tables was
247   found to be corrupt.
248   [bug introduced prior to parted-1.8.0]
249
250   sun: the version, sanity and nparts VTOC fields were ignored by libparted.
251   Those fields are properly initialized now. The nparts (number of partitions)
252   field is initialized to 8 (max. number of sun partitions) rather that to a
253   real number of partitions. This solution is compatible with Linux kernel
254   and Linux fdisk.
255
256   "make install" no longer installs tests programs named disk and label
257
258   libparted: try harder to inform kernel of partition changes.
259   Previously when editing partitions, occasionally the kernel would
260   fail to be informed of partition changes.  When this happened future
261   problems would occur because the kernel had incorrect information.
262   For example, if this problem arose when resizing or creating a
263   new partition, then an incorrect partition size might be displayed
264   or a user might encounter a failure to format or delete a newly
265   created partition, respectively.
266
267   libparted: committing a disk that was returned by ped_disk_duplicate
268   would always result in ped_disk_clobber being called (and thus the first
269   and last 9KiB of the disk being zeroed), even if the duplicated disk,
270   was not returned by ped_disk_fresh().
271
272
273 * Noteworthy changes in release 2.1 (2009-12-20) [stable]
274
275 ** New features
276
277   new --align=<align> commandline option which can have the following values:
278   none:     Use the minimum alignment allowed by the disk type
279   cylinder: Align partitions to cylinders (the default)
280   minimal:  Use minimum alignment as given by the disk topology information
281   optimal:  Use optimum alignment as given by the disk topology information
282   The minimal and optimal  values will use layout information provided by the
283   disk to align the logical partition table addresses to actual physical
284   blocks on the disks. The mininal value uses the minimum aligment needed to
285   align the partition properly to physical blocks, which avoids performance
286   degradation. Where as the optimal value uses a multiple of the physical
287   block size in a way that guarantees optimal performance.
288   The min and opt values will only work when compiled with
289   libblkid >= 2.17 and running on a kernel >= 2.6.31, otherwise they will
290   behave as the none --align value.
291
292   libparted: new functions to set per disk (instead of per partition) flags:
293   ped_disk_set_flag()
294   ped_disk_get_flag()
295   ped_disk_is_flag_available()
296   ped_disk_flag_get_name()
297   ped_disk_flag_get_by_name()
298   ped_disk_flag_next()
299
300   libparted: new per disk flag: PED_DISK_CYLINDER_ALIGNMENT. This flag
301   (which defaults to true) controls if disk types for which cylinder alignment
302   is optional do cylinder alignment when a new partition gets added.
303
304   libparted: new functions to return per-partition-table-type limits:
305     - ped_disk_max_partition_start_sector: Return the largest representable
306     start sector number for a given "disk".
307     - ped_disk_max_partition_length: Return the maximum partition length
308     for a given "disk".
309
310   new command "align-check TYPE N" to determine whether the starting sector
311   of partition N is TYPE(minimal|optimal)-aligned for the disk.  E.g.,
312       parted -s /dev/sda align-check min 1 && echo partition 1 is min-aligned
313       parted -s /dev/sda align-check opt 2 && echo partition 2 is opt-aligned
314   The same libblkid and kernel version requirements apply as for --align
315
316   Add functions to libparted to get minimal and optimal alignment
317   information from devices:
318   ped_device_get_minimal_aligned_constraint()
319   ped_device_get_optimal_aligned_constraint()
320   ped_device_get_minimum_alignment()
321   ped_device_get_optimum_alignment()
322   The same libblkid and kernel version requirements apply as for --align
323
324   Add ped_disk_get_partition_alignment() function to libparted to get
325   information about alignment enforced by the disk type.
326
327 ** Bug fixes
328
329   parted can once again create partition tables on loop devices.
330   Before, "parted -s /dev/loop0 mklabel gpt" would fail.
331   [bug introduced in parted-1.9.0]
332
333   improved >512-byte sector support: for example, printing a table on a
334   4k-sector disk would show "Sector size (logical/physical): 4096B/512B",
335   when the sizes should have been "4096B/4096B".
336
337   gpt tables are more rigorously checked; before, partition entry array CRCs
338   were not checked, and we would mistakenly use the AlternateLBA member of a
339   known-corrupt primary table.
340
341   improved dasd disk support, in previous versions calling
342   ped_disk_new_fresh() or ped_disk_duplicate() on a dasd type PedDisk
343   would fail.  This is fixed now.
344
345   handle device nodes created by lvm build with udev synchronisation enabled
346   properly.
347
348   when printing tables, parted no longer truncates flag names
349
350
351 * Noteworthy changes in release 2.0 (2009-10-06) [beta]
352
353 ** Improvements
354
355   Parted now supports disks with sector size larger than 512 bytes.
356   Before this release, Parted could operate only on disks with a sector
357   size of 512 bytes.  However, disk manufacturers are already making disks
358   with an exposed hardware sector size of 4096 bytes.  Prior versions of
359   Parted cannot even read a partition table on such a device, not to
360   mention create or manipulate existing partition tables.
361   Due to internal design and time constraints, the following
362   less-common partition table types are currently disabled:
363     amiga, bsd, aix, pc98
364   "bsd" and "amiga" are mostly done, but had a few minor problems,
365   so may remain disabled until someone requests that they be revived.
366
367 ** Bug fixes
368
369   big-endian systems can once again read GPT partition tables
370   [bug introduced in parted-1.9.0]
371
372   ped_partition_is_busy no longer calls libparted's exception handler,
373   since doing so caused trouble with anaconda/pyparted when operating on
374   dmraid devices.
375
376   Partitions in a GPT table are no longer assigned the "microsoft
377   reserved partition" type.  Before this change, each partition would
378   be listed with a type of "msftres" by default.
379
380
381 * Noteworthy changes in release 1.9.0 (2009-07-23) [stable]
382
383 ** Bug fixes
384
385   parted now preserves the protective MBR (PMBR) in GPT type labels.
386   http://lists.alioth.debian.org/pipermail/parted-devel/2008-December/\
387     002473.html
388   http://lists.gnu.org/archive/html/bug-parted/2008-12/msg00015.html
389
390   gpt_read now uses SizeOfPartitionEntry instead of the size of
391   GuidPartitionEntry_t.  This ensures that *all* of the partition
392   entries are correctly read.
393   http://lists.alioth.debian.org/pipermail/parted-devel/2008-December/\
394     002465.html
395   http://lists.alioth.debian.org/pipermail/parted-devel/attachments/\
396     20081202/b7c0528d/attachment.txt
397
398   mklabel (interactive mode) now correctly asks for confirmation, when
399   replacing an existent label, without outputting an error message.
400   http://lists.alioth.debian.org/pipermail/parted-devel/2009-January/\
401     002739.html
402
403   resize now handles FAT16 file systems with a 64k cluster.  This
404   configuration is not common, but it is possible.
405   http://parted.alioth.debian.org/cgi-bin/trac.cgi/ticket/207
406
407   parted now ignores devices of the type /dev/md* when probing.  These
408   types of devices should be handled by the device-mapper capabilities
409   of parted.
410   http://lists.alioth.debian.org/pipermail/parted-devel/2009-April/\
411     002781.html
412
413   The parted documentation now describes the differences in the options
414   passed to mkpart for the label types.
415   http://lists.alioth.debian.org/pipermail/parted-devel/2009-April/\
416     002782.html
417
418 ** Changes in behavior
419
420   include/parted/beos.h, include/parted/gnu.h and include/parted/linux.h
421   have been removed.  The symbols contained in these files (GNUSpecific,
422   ped_device_new_from_store, BEOSSpecific, LinuxSpecific,  LINUX_SPECIFIC)
423   were moved to the individual files that need them.
424
425   In libparted, the linux-swap "filesystem" types are now called
426   "linux-swap(v0)" and "linux-swap(v1)" rather than "linux-swap(old)"
427   and "linux-swap(new)" as in parted 1.8, or "linux-swap" as in older
428   versions; "old" and "new" generally make poor names, and v1 is the
429   only format supported by current Linux kernels. Aliases for all
430   previous names are available.
431
432 * Noteworthy changes in release 1.8.8.1 (2007-12-17) [stable]
433
434 ** FIXME: fill in details
435
436 * Noteworthy changes in release 1.8.8 (2007-08-09) [stable]
437
438 ** GNU parted is now licensed under the GNU General Public License version 3
439    or higher.  See the COPYING file for more details.
440
441 ** libparted:
442   - Add compute_block_counts() to improve ext2fs support.
443   - Properly detect 'ext2 fs too small' cases.
444   - Move formatting commands out of translatable strings.
445   - Read an msdos partition table from a device with 2K sectors.
446   - Remove always-false "Unable to open" diagnostic in ped_disk_new(),
447     leave the "unrecognized disk label" diagnostic.
448   - Don't leak partition table buffer in amiga_read().
449   - Don't read/write initialized memory with DEBUG turned on off for
450     'mklabel bsd' and 'mklabel amiga' command calls.
451   - Turn off DEBUG in libparted.c to avoid initializing all allocated
452     memory to '1' bits.
453   - Correct handling of HeaderSize field in GPT labels.
454   - Fix block number used when checking for ext2 fs state.
455   - Add detection support for Xen virtual block devices (/dev/xvd*).
456   - When reading DASD labels, check the filesystem type as well as
457     partition flags to determine what's on the partition.
458   - Add _dm_probe_all() from Debian to probe for all device-mapper
459     devices.
460
461 ** parted:
462   - Fixed exception handling in mkpart and mkpartfs commands.
463   - Add the --dry-run option to the partprobe command.
464   - Update docs: cannot specify 'primary' for a partition on a loop
465     device.
466   - Remove unused functions (get_spaces).
467   - Fix off-by-one error in str_list_print_wrap().
468   - Use xmalloc() and xrealloc() to check return values.
469   - Fix invalid command line argument handling.
470   - Close memory leaks in parted.c and table.c.
471   - Fix warnings when compiling with translation support enabled.
472   - Use a consistent prompt when asking for a file system type.
473   - Update docs: don't reference old versions of gzip.
474
475 ** misc:
476   - Improve the testing framework in the tests/ subdirectory.  Build out
477     more of the testing scripts so we can start using that to ensure we
478     don't introduce regressions in releases.
479   - Support testing with tmpfs filesystems on Linux.
480   - Work around inadequate libreadline in the configure script.
481   - Don't include config.h from internal headers.
482
483 * Noteworthy changes in release 1.8.7 (2007-05-09) [stable]
484
485 ** libparted:
486   - Prevent compilation of DASD code on GNU Hurd systems.
487   - Integrate new unit testing framework for parted and libparted.
488   - Fix primary partition cylinder alignment error for DOS disk labels.
489   - Use PED_PARTITION_NORMAL in place of PED_PARTITION_PRIMARY.
490   - Avoid segfault due to a double free on reiserfs support.
491
492 ** parted:
493   - Fix script mode (-s) for mkfs command in parted.
494   - Suppress "you are not superuser..." warning in script mode.
495   - Fix off-by-one bug in parted when displaying information about the
496     disk.
497   - Do not translate partition names in the 'parted print' command.
498     This causes problems for non-Latin-based character sets.
499   - Send errors to stderr rather than stdout.
500   - Handle command line options independent of the order.
501   - Abort on any invalid option and handle -v and -h first.
502   - Only display the update /etc/fstab message when there has been a
503     change to the disk (a shorter and more direct message too).
504
505 * Noteworthy changes in release 1.8.6 (2007-03-20) [stable]
506
507 ** Revert the implementation of the linux-swap(new) and linux-swap(old) types.
508    The type is 'linux-swap' for v1, v2, and s1suspend swap partitions on Linux.
509
510 * Noteworthy changes in release 1.8.5 (2007-03-20) [stable]
511
512 ** Another minor update.  Both versions 1.8.3 and 1.8.4 lacked po translation
513    files.  These are included with version 1.8.5.
514
515 * Noteworthy changes in release 1.8.4 (2007-03-19) [stable]
516
517 ** Minor bug fix release for 1.8.3 to fix build issues on various
518    platforms:
519   - Use 'uname -m' to determine if we build on System Z or not.
520   - Include <parted/vtoc.h> in <parted/fdasd.h> for format1_label_t
521     definition.
522   - Remove unused variables in libparted/arch/linux.c (-Werror).
523   - Check return values on fgets() and asprint() in libparted/arch/linux.c
524     (-Werror).
525   - Check for tgetent() in libtinfo in the configure script.
526   - Move some macro definitions in <parted/disk.h> to fix a compile
527     problem with gcc-4.1.2 as indicated here:
528     http://lists.gnu.org/archive/html/bug-parted/2007-03/msg00008.html
529
530 * Noteworthy changes in release 1.8.3 (2007-03-16) [stable]
531
532 ** libparted:
533   - Header file clean ups.
534   - Sync the linux-swap header according to the Linux kernel sources.
535   - Enable support for swsusp partitions and the ability to differentiate
536     between old and new versions of linux-swap partitions.
537   - Renaming PARTITION_EXT to PARTITION_DOS_EXT in the DOS disklabel
538     code (consitency with Linux kernel source).
539   - Added libparted.pc pkg-config file.
540   - Remove unused functions, ifdefs, and other code.
541   - Deprecate ped_[register|unregister]_disk_type in favor of
542     ped_disk_type_[register|unregister].
543   - Small test program fixes (in label.c and common.c).
544   - Make functions const-correct.
545   - Handle systems where libreadline is not available.
546   - Preserve starting sector for primary NTFS 3.1 partitions on DOS
547     disklabel.
548   - Handle 2048-byte logical sectors in linux_read().
549   - Use PED_SECTOR_SIZE_DEFAULT macro in place of 512.
550   - Don't assume logical sector size is <= 512B on AIX.
551   - Detect HFS write failure.
552   - Use mkstemp() in place of mktemp().
553   - Added HFS+ resize support.
554   - Don't build DASD support on non-zSeries hardware.
555
556 ** parted/partprobe:
557   - Use fputs() and putchar() in place for printf(), when possible.
558   - Detect/report stdout write errors.
559   - Accept the --version and --help options.
560   - Fix memory leaks in parted(8).
561
562 ** general:
563   - Synchronize the manual page and --help documentation.
564   - GNU autoconf and automake updates.
565   - 'gcc -Wall -Wshadow' warning cleanups.
566   - Don't define _GNU_SOURCE manually.
567   - Documentation updates and cleanups (AUTHORS, copyright notices,
568     etc).
569   - Use gnulib (http://www.gnu.org/software/gnulib/).
570
571 * Noteworthy changes in release 1.8.2 (2007-01-12) [stable]
572
573 ** libparted:
574   - Add the ped_device_cache_remove() function to remove a device from
575     the cache.  This is necessary for some things that use libparted,
576     including pyparted.
577   - Fix a segfault in ped_assert() where the wrong pointer is freed in
578     the backtrace handler.
579   - Only call _disk_warn_loss(disk) in do_mklabel() if disk is not NULL.
580     Fixes a segfault when initializing new volumes.
581   - Dynamically allocate space for exception messages.
582   - Output a backtrace when catching SEGV_MAPPER or a general SIGSEGV.
583
584 ** parted:
585   - Destroy all objects before return when called with --list or --all
586     option.
587   - Zero sized device is shown as 0.00B and not -0.00kB.
588   - Implement 'print devices' command.
589   - Alias 'print list' to 'print all'.
590   - Alias 'mktable' to 'mklabel'.
591
592 ** misc:
593   - Other bug fixes, documentation updates, and translation improvements.
594   - Code and API clean-ups.
595
596 * Noteworthy changes in release 1.8.1 (2006-12-04) [stable]
597
598 ** libparted:
599   - Rework backtrace support.
600   - Code cleanups.
601   - Added --enable-selinux configure option to enable linking libparted with
602     libselinux and libsepol.
603   - Disable ext2fs resize for now, tell user to use resize2fs.
604
605 ** parted:
606   - Fix loop in print_all().
607   - Introduce the -list command-line switch.
608   - Make mktable aliased to mklabel.
609   - Warn before mklabel and mkfs.
610   - Code cleanups in _partition_warn_busy(), _disk_warn_busy(),
611     _partition_warn_loss(), and _disk_warn_loss().
612   - Avoid warning about user permissions when using --version.
613   - Fix 'print' command help.
614   - Proper print when there are no extended partitions, but partition names.
615
616 ** misc:
617   - Generate SHA-1 digest of the archive files and upload those along with the
618     actual archive files.
619   - Update translation files.
620   - Remove automatically generated files from version control.
621
622 * Noteworthy changes in release 1.8.0 (2006-11-17) [stable]
623
624 ** libparted:
625   - GPT fixes:
626        - Correctly handle disks with non-512 byte sector sizes
627        - Support LUN resizing (see new space, allow parted to use it)
628        - Prevent overlap of LastUsableLBA and PartitionEntryLBA in backup GPT
629   - Prevent SIGFPE when FAT sector size is 0
630   - Add ped_exception_get_handler()
631   - DASD support for IBM zSeries systems
632   - AIX disk label support
633   - Detect Promise SX8 storage devices
634   - Macintosh (ppc and x86) disk label improvements:
635        - Prevent LVM and RAID partition types from corrupting the table
636        - Fix removal of driver partition
637   - Add support binary units (MiB, KiB, GiB)
638   - In ped_register_disk_type(), handle disk_types==NULL case
639   - In ped_unregister_disk_type(), handle case where type is not registered
640   - Fix geometry read problems on 64-bit Macs (and probably other 64-bit systems)
641   - Add support for /dev/mapper devices via libdevmapper library
642   - Detect Apple_Boot partition types correctly on MacOS X 10.4 systems
643
644 ** parted:
645   - Various bug fixes, signal handling fixes, and spelling error fixes
646   - UI improvements to display more information about the disk and transport
647     layer
648
649 ========================================================================
650
651 Copyright (C) 2001-2012 Free Software Foundation, Inc.
652
653 Permission is granted to copy, distribute and/or modify this document
654 under the terms of the GNU Free Documentation License, Version 1.3 or
655 any later version published by the Free Software Foundation; with no
656 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
657 Texts.  A copy of the license is included in the ``GNU Free
658 Documentation License'' file as part of this distribution.