[Parted-commits] GNU Parted Official Repository: Changes to 'stable-1.8.x'

David Cantrell dcantrell-guest at alioth.debian.org
Thu Aug 9 17:38:23 UTC 2007


 NEWS       |   42 ++++++++++++++++++++++++++++++++++++------
 parted.lsm |    4 ++--
 2 files changed, 38 insertions(+), 8 deletions(-)

New commits:
commit b738e95f6ec53af66c02c4f6dcefa22cbfb1eca1
Author: David Cantrell <dcantrel at mortise.boston.redhat.com>
Date:   Thu Aug 9 13:37:45 2007 -0400

    Updated file sizes for the 1.8.8 release.

diff --git a/parted.lsm b/parted.lsm
index 216eaa3..3773884 100644
--- a/parted.lsm
+++ b/parted.lsm
@@ -10,8 +10,8 @@ Keywords: partition, partitioning, file system, format, hard disk, storage, disk
 Author: <clausen at gnu.org> (Andrew Clausen)
 Maintained-by: <parted-devel at lists.alioth.debian.org> (GNU Parted development team)
 Primary-site: ftp://ftp.gnu.org/gnu/parted
-1.4M parted-1.8.8.tar.bz2
-2.1M parted-1.8.8.tar.gz
+1.5M parted-1.8.8.tar.bz2
+2.3M parted-1.8.8.tar.gz
 Platforms: Linux, FreeBSD, BeOS; compiles with GCC and probably other C99 compilers.
 Copying-policy: GPL
 End

commit ad38116672ff61523feab80c9b85a9adb17ed94f
Author: David Cantrell <dcantrel at mortise.boston.redhat.com>
Date:   Thu Aug 9 11:56:45 2007 -0400

    Updated NEWS file with version 1.8.8 items.

diff --git a/NEWS b/NEWS
index 536ec1a..ad8de48 100644
--- a/NEWS
+++ b/NEWS
@@ -5,14 +5,44 @@ GNU parted is now licensed under the GNU General Public License version 3
 or higher.  See the COPYING file for more details.
 
 libparted:
--
--
--
+- Add compute_block_counts() to improve ext2fs support.
+- Properly detect 'ext2 fs too small' cases.
+- Move formatting commands out of translatable strings.
+- Read an msdos partition table from a device with 2K sectors.
+- Remove always-false "Unable to open" diagnostic in ped_disk_new(), leave
+  the "unrecognized disk label" diagnostic.
+- Don't leak partition table buffer in amiga_read().
+- Don't read/write initialized memory with DEBUG turned on off for 'mklabel
+  bsd' and 'mklabel amiga' command calls.
+- Turn off DEBUG in libparted.c to avoid initializing all allocated memory
+  to '1' bits.
+- Correct handling of HeaderSize field in GPT labels.
+- Fix block number used when checking for ext2 fs state.
+- Add detection support for Xen virtual block devices (/dev/xvd*).
+- When reading DASD labels, check the filesystem type as well as partition
+  flags to determine what's on the partition.
+- Add _dm_probe_all() from Debian to probe for all device-mapper devices.
 
 parted:
--
--
--
+- Fixed exception handling in mkpart and mkpartfs commands.
+- Add the --dry-run option to the partprobe command.
+- Update docs: cannot specify 'primary' for a partition on a loop device.
+- Remove unused functions (get_spaces).
+- Fix off-by-one error in str_list_print_wrap().
+- Use xmalloc() and xrealloc() to check return values.
+- Fix invalid command line argument handling.
+- Close memory leaks in parted.c and table.c.
+- Fix warnings when compiling with translation support enabled.
+- Use a consistent prompt when asking for a file system type.
+- Update docs: don't reference old versions of gzip.
+
+misc:
+- Improve the testing framework in the tests/ subdirectory.  Build out more
+  of the testing scripts so we can start using that to ensure we don't
+  introduce regressions in releases.
+- Support testing with tmpfs filesystems on Linux.
+- Work around inadequate libreadline in the configure script.
+- Don't include config.h from internal headers.
 
 
 1.8.7



More information about the Parted-commits mailing list