[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
parted-1.2.9-1
- From: Ryan Weaver <ryanw infohwy com>
- To: RPM Announce MailingList <rpm-announce falsehope com>
- Cc: Andrew Clausen <clausen alphalink com au>
- Subject: parted-1.2.9-1
- Date: Fri, 8 Sep 2000 08:36:27 -0500
RPMs Built and Announced at about Fri Sep 8 08:35:56 2000.
parted-1.2.9-1.src.rpm 476627
parted-1.2.9-1rh62.i386.rpm 218024
parted-boot-1.2.9-1rh62.i386.rpm 66454
parted-devel-1.2.9-1rh62.i386.rpm 95570
Main archive is located at ftp://ftp.falsehope.com/pub/parted
Mirror locations and build machine information listed below.
RPMs are built with rpm version 3.0.5.
Required programs listed are either updates or are not in the default
RedHat 6.2 installation.
Name : parted Relocations: (not relocateable)
Version : 1.2.9 Vendor: Andrew Clausen <clausen alphalink com au>
Release : 1 Build Date: Fri 08 Sep 2000 08:31:34 AM CDT
Install date: Fri 08 Sep 2000 08:35:20 AM CDT Build Host: hellstone.infohwy.com
Group : Applications/System Source RPM: parted-1.2.9-1.src.rpm
Size : 632792 License: GPL
Distribution: FalseHope 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.2 installation
--------------------------------------------------------------------
Name : parted-boot Relocations: (not relocateable)
Version : 1.2.9 Vendor: Andrew Clausen <clausen alphalink com au>
Release : 1 Build Date: Fri 08 Sep 2000 08:31:34 AM CDT
Install date: Fri 08 Sep 2000 08:35:32 AM CDT Build Host: hellstone.infohwy.com
Group : Applications/System Source RPM: parted-1.2.9-1.src.rpm
Size : 130352 License: GPL
Distribution: FalseHope 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.2 installation
--------------------------------------------------------------------
Name : parted-devel Relocations: (not relocateable)
Version : 1.2.9 Vendor: Andrew Clausen <clausen alphalink com au>
Release : 1 Build Date: Fri 08 Sep 2000 08:31:34 AM CDT
Install date: Fri 08 Sep 2000 08:35:32 AM CDT Build Host: hellstone.infohwy.com
Group : Development/System Source RPM: parted-1.2.9-1.src.rpm
Size : 265879 License: GPL
Distribution: FalseHope 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.2 installation
--------------------------------------------------------------------
%CHANGELOG
* Fri Sep 08 2000 Ryan Weaver <ryanw infohwy com>
[parted-1.2.9-1]
- fixed assertion in libparted/disk_dos.c, msdos_align_partition() -
logical partitions can end on the last sector of an extended partition.
- fixed FAT directory traversal code - FAT16 root directories are
read in one go.
- updated parted.m4 again - deals with $LIB properly.
- fixed a bug in ped_disk_next_partition() - was expecting
disk->ext_part->part_list != NULL (not satisfied in disk->update_mode)
- fixed fat_get_fragment_flag(). Wasn't dealing with the last-cluster
special cases properly.
- msdos_align() now allows partition 5 to be aligned "normally".
* Mon Aug 21 2000 Ryan Weaver <ryanw infohwy com>
[parted-1.2.8-1]
- added ped_get_version()
- added parted.m4 (from Damien Genet <damien genet free fr> :-)
- changed /parted.spec.in and /Makefile.am, to install parted.m4.
Also, the parted RPM includes libparted.so, instead of the parted-devel RPM.
- _device_get_sector_size(): changed "#ifdef USE_BLKSSZGET" to
"if (_get_linux_version() < 0x203)".
- fixed a bug in ped_disk_set_partition_geom() - partition list wasn't
getting re-ordered, if the partition was moved about.
- ext2_mkfs: bump up (# nodes per group) to (# blocks per group)/2
- ped_device_open() tells Linux to flush the buffer cache
* Sun Aug 13 2000 Ryan Weaver <ryanw infohwy com>
[parted-1.2.7-1]
- fixed another bug in ped_disk_maximize_partition()
- fixed a bug in fat_op_context_create_initial_fat()
* Mon Jul 31 2000 Ryan Weaver <ryanw infohwy com>
[parted-1.2.6-1]
- fixed a bug in ped_disk_maximize_partition()
- the "print" command now displays the name of the device.
- added a field to PedDevice - boot_dirty. This is set to 1 by anything
that thinks it could affect the boot-up process on a particular device.
(_ext2_resize is the only such function at the moment). When the device
is closed, the user is warned that they should reinstall their boot
loader before rebooting.
- fixed bug in libparted/device.c: device_get_sector_size() - returns 512
if that's the real size.
- merged in ped_geometry_test_equal()
- fixed ped_disk_maximize_partition() - now works properly around metadata
- added ped_disk_get_max_partition_geometry()
- fixed bug in ped_disk_get_boot_partition() - it only worked for primary
boot partitions.
- fixed (yet another) bug in msdos_partition_align(): if the end is behind
the start of the disk, bump it up.
* Tue Jul 18 2000 Ryan Weaver <ryanw infohwy com>
[parted-1.2.5-1]
- fixed msdos_align(), to make it not align partitions to outside the disk.
==================================================================
RPMs are built on a Pentium II 400mhz w/256megs RAM with RedHat 6.2
plus updates from ftp://updates.redhat.com installed.
These files are also available on the following sites
ftp://ftp.rpmfind.net/linux/falsehope/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
--
,------------------------------------.,------------------------------------.
| Ryan Weaver || emails: ryanw infohwy com |
| Unix Systems Administrator || ryanw linux com, ryanw xmms org |
| InfoHighway Communications || fryguy freshmeat net |
| Phone: (281) 447-7025 || fryguy falsehope com |
| URL : http://www.infohwy.com || fryguy fryguy org |
`------------------------------------'`------------------------------------'
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]