partition_juggling

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



Subject: parted-1.0.14-1
From: Ryan Weaver <ryanw@infohwy.com>
Date: Mon, 17 Apr 2000 10:37:13 -0500


   Built and announced at Mon 17 Apr 2000 10:40 AM CDT

   parted-1.0.14-1.src.rpm                               425377
   parted-1.0.14-1rh61.i386.rpm                          166214
   parted-boot-1.0.14-1rh61.i386.rpm                      60490
   parted-devel-1.0.14-1rh61.i386.rpm                     82788

   Download locations and build machine information listed below.

   RPMs are built with rpm version 3.0.4.
   Required programs listed are either updates or are not in the default
   RedHat 6.1 installation.

Name: parted                       Relocations: (not relocateable)
Version: 1.0.14                            Vendor: Andrew Clausen <clausen@alphalink.com.au>
Release: 1                             Build Date: Mon 17 Apr 2000 10:19:36 AM CDT
Install date: Mon 17 Apr 2000 10:27:56 AM CDT      Build Host: hellstone.infohwy.com
Group: Applications/System           Source RPM: parted-1.0.14-1.src.rpm
Size: 493583                           License: GPL
Distribution: Freshmeat RPMs
Packager: Ryan Weaver <ryanw@infohwy.com>
URL: http://www.gnu.org/software/parted
Summary: flexible partitioning tool
Description:
GNU Parted is a program that allows you to create, destroy,
resize, move and copy hard disk partitions. This is useful for
creating space for new operating systems, reorganising disk
usage, and copying data to new hard disks.

Requires:
--------------------------------------------------------------------
   Standard Red Hat 6.1 installation
--------------------------------------------------------------------

Name: parted-boot                  Relocations: (not relocateable)
Version: 1.0.14                            Vendor: Andrew Clausen <clausen@alphalink.com.au>
Release: 1                             Build Date: Mon 17 Apr 2000 10:19:36 AM CDT
Install date: Mon 17 Apr 2000 10:27:57 AM CDT      Build Host: hellstone.infohwy.com
Group: Applications/System           Source RPM: parted-1.0.14-1.src.rpm
Size: 123176                           License: GPL
Distribution: Freshmeat RPMs
Packager: Ryan Weaver <ryanw@infohwy.com>
URL: http://www.gnu.org/software/parted
Summary: flexible partitioning tool
Description:
This package includes a stripped down version of parted that can be used
as part of a boot/rescue disk.

This is just the binary. Renamed to parted-boot.

Requires:
--------------------------------------------------------------------
   Standard Red Hat 6.1 installation
--------------------------------------------------------------------

Name: parted-devel                 Relocations: (not relocateable)
Version: 1.0.14                            Vendor: Andrew Clausen <clausen@alphalink.com.au>
Release: 1                             Build Date: Mon 17 Apr 2000 10:19:36 AM CDT
Install date: Mon 17 Apr 2000 10:27:57 AM CDT      Build Host: hellstone.infohwy.com
Group: Development/System            Source RPM: parted-1.0.14-1.src.rpm
Size: 231337                           License: GPL
Distribution: Freshmeat RPMs
Packager: Ryan Weaver <ryanw@infohwy.com>
URL: http://www.gnu.org/software/parted
Summary: files required to compile software that uses libparted
Description:
This package includes the header files and libraries needed to
statically link software with libparted.

Requires:
--------------------------------------------------------------------
   Standard Red Hat 6.1 installation
--------------------------------------------------------------------

%CHANGELOG
* Mon Apr 17 2000 Ryan Weaver <ryanw@infohwy.com>

[parted-1.0.14-1]
- Parted boot disk image now available from GNU ftp sites in
  gnu/parted/bootdisk.
- renamed PedExceptionClass, and PedException's member class to
  PedExceptionType and type, to avoid clashes with C++.
- changed configure.in: now refuses to attempt to build included gettext.
  Gives appropriate (hopefully ;-) advice on how to fix the problem...
- uses SCSI_BLK_MAJOR rather than SCSI_DISK_MAJOR

* Mon Apr 10 2000 Ryan Weaver <ryanw@infohwy.com>

[parted-1.0.13-1]
- did lots more testing.  All seems well ;-)
- finally discovered that BLKSSZGET is broken < 2.3.3.  Andries Brouwer
  suggests using, only if <linux/blkpg.h> exists.
- added doc/USER.jp (Japanese translation of doc/USER).  (Thanks Ryoji!)
- fixed severe bug: fat_convert_directory():  new_trav and old_trav went
  out of sync, in some circumstances!!!  OUCH!!!  (Probably didn't show up
  on 99.9% people's systems, because it usually will either be out-by-zero
  or out-by>=two.  In both cases, there would be no problems)
- fixed severe bug: fs_info->root_dir_entry_count should be set when converting
  FAT32 -> FAT16.  OUCH!!!  Why no bug reports??!!
- restructured libparted/device.c somewhat.  Now uses BLKGETSIZE ioctl to
  get size of device, which can address 2 ^ (32 + 9) == 2048Gb.
- ped_partition_is_busy() in libparted/disk.c now checks /proc/swaps as well as
  /proc/mounts.
- warns very strongly that Parted isn't good with sector size != 512 bytes,
  in fat code (libparted/fs_fat/bootsector.c)

* Tue Mar 28 2000 Ryan Weaver <ryanw@infohwy.com>

[parted-1.0.12-1]
- now tells the kernel to keep trying to read the partition table. (patch from
  Fernando Fuganti)
- fixed boot loader code, and uncommented code to install it.

  [parted-1.0.11-1]
- moved parted.8 to doc/ directory
- moved documentation into doc/ directory.  Changed licence of documentation
  to the GNU Free Documentation Licence 1.1.
- now checks /proc/mounts (if available) for testing if a partition is mounted.
- fixed minor bug in mkpartfs command parsing.
- #include <sys/sysmacros.h> directly.

* Tue Feb 29 2000 Ryan Weaver <ryanw@infohwy.com>

[parted-1.0.10-1]
- fixed buffer overflow bug in ext2_mkfs
- fixed bug in ped_malloc(), so running out of memory will fail cleanly
- made ped_exception_throw() use malloc(), to prevent infinite recursion.
- now warns the user about system files that may be unmovable
- found out semantics for drives that are slightly longer than C*H*S:
  last bit is simply ignored... adjusted probe_real_geom() to match behaviour
- added probe_acceptable_geom()
- added docs for Windows NT/2000 (largely contributed by Stefan Kanthak)
- added Dutch translations (contributed by Ivo Timmermans)
- made process_inconsistent_table() a bit more leanient.

* Thu Feb 17 2000 Ryan Weaver <ryanw@infohwy.com>

[parted-1.0.9-4]
- Made a seperate package containing a version of the binary built with
  the --without-readline and --disable-nls options to ./configure.
  This will allow the binary to be used on a boot/rescue disk.
  The use of a boot disk is essential when resizing /.

==================================================================

   RPMs are built on a Pentium II 450mhz w/98megs RAM with RedHat 6.1
   plus updates from ftp://updates.redhat.com installed.

   These files are also available on the following sites
   ftp://ftp.falsehope.com/pub/parted
   ftp://ftp.tux.org/pub/sites/ftp.falsehope.com/parted
   ftp://ftp.freshmeat.net/pub/rpms/parted


PGP Key can be found at ftp://ftp.falsehope.com/pub/Ryan_Weaver.pgp.key
GPG Key can be found at ftp://ftp.falsehope.com/pub/Ryan_Weaver.gpg.key

===


the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu