OSDN Git Service

version 1.9.0
[android-x86/external-parted.git] / NEWS
1 GNU parted NEWS                                    -*- outline -*-
2
3 * Noteworthy changes in release 1.9.0 (2009-07-23) [stable]
4
5 ** Bug fixes
6
7   parted now preserves the protective MBR (PMBR) in GPT type labels.
8   http://lists.alioth.debian.org/pipermail/parted-devel/2008-December/\
9     002473.html
10   http://lists.gnu.org/archive/html/bug-parted/2008-12/msg00015.html
11
12   gpt_read now uses SizeOfPartitionEntry instead of the size of
13   GuidPartitionEntry_t.  This ensures that *all* of the partition
14   entries are correctly read.
15   http://lists.alioth.debian.org/pipermail/parted-devel/2008-December/\
16     002465.html
17   http://lists.alioth.debian.org/pipermail/parted-devel/attachments/\
18     20081202/b7c0528d/attachment.txt
19
20   mklabel (interactive mode) now correctly asks for confirmation, when
21   replacing an existent label, without outputting an error message.
22   http://lists.alioth.debian.org/pipermail/parted-devel/2009-January/\
23     002739.html
24
25   resize now handles FAT16 file systems with a 64k cluster.  This
26   configuration is not common, but it is possible.
27   http://parted.alioth.debian.org/cgi-bin/trac.cgi/ticket/207
28
29   parted now ignores devices of the type /dev/md* when probing.  These
30   types of devices should be handled by the device-mapper capabilities
31   of parted.
32   http://lists.alioth.debian.org/pipermail/parted-devel/2009-April/\
33     002781.html
34
35   The parted documentation now describes the differences in the options
36   passed to mkpart for the label types.
37   http://lists.alioth.debian.org/pipermail/parted-devel/2009-April/\
38     002782.html
39
40 ** Changes in behavior
41
42   include/parted/beos.h, include/parted/gnu.h and include/parted/linux.h
43   have been removed.  The symbols contained in these files (GNUSpecific,
44   ped_device_new_from_store, BEOSSpecific, LinuxSpecific,  LINUX_SPECIFIC)
45   were moved to the individual files that need them.
46
47   In libparted, the linux-swap "filesystem" types are now called
48   "linux-swap(v0)" and "linux-swap(v1)" rather than "linux-swap(old)"
49   and "linux-swap(new)" as in parted 1.8, or "linux-swap" as in older
50   versions; "old" and "new" generally make poor names, and v1 is the
51   only format supported by current Linux kernels. Aliases for all
52   previous names are available.
53
54 * Noteworthy changes in release 1.8.8.1 (2007-12-17) [stable]
55
56 FIXME: fill in details
57
58 ========================================================================
59
60 Copyright (C) 2001-2009 Free Software Foundation, Inc.
61
62 Permission is granted to copy, distribute and/or modify this document
63 under the terms of the GNU Free Documentation License, Version 1.2 or
64 any later version published by the Free Software Foundation; with no
65 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
66 Texts.  A copy of the license is included in the ``GNU Free
67 Documentation License'' file as part of this distribution.