[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
parted-1.4.10-1
- From: redhat-announce-list-admin redhat com
- To: RPM Announce MailingList <rpm-announce falsehope com>,RedHat Announce MailingList <redhat-announce-list redhat com>
- Cc: Andrew Clausen <clausen gnu org>
- Subject: parted-1.4.10-1
- Date: Sat, 17 Mar 2001 09:57:49 -0600
RPMs Built and Announced at about Sat Mar 17 09:46:44 2001.
parted-1.4.10-1.src.rpm 584624
parted-1.4.10-1rh62.i386.rpm 280389
parted-boot-1.4.10-1rh62.i386.rpm 244140
parted-devel-1.4.10-1rh62.i386.rpm 140563
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.4.10 Vendor: Andrew Clausen <clausen gnu org>
Release: 1 Build Date: Sat 17 Mar 2001 09:33:46 AM CST
Install date: Sat 17 Mar 2001 09:43:41 AM CST Build Host: hellstone.falsehope.com
Group: Applications/System Source RPM: parted-1.4.10-1.src.rpm
Size: 773143 License: GPL
Distribution: FalseHope RPMs
Packager: Ryan Weaver <ryanw falsehope 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.4.10 Vendor: Andrew Clausen <clausen gnu org>
Release: 1 Build Date: Sat 17 Mar 2001 09:33:46 AM CST
Install date: Sat 17 Mar 2001 09:44:02 AM CST Build Host: hellstone.falsehope.com
Group: Applications/System Source RPM: parted-1.4.10-1.src.rpm
Size: 504568 License: GPL
Distribution: FalseHope RPMs
Packager: Ryan Weaver <ryanw falsehope 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.4.10 Vendor: Andrew Clausen <clausen gnu org>
Release: 1 Build Date: Sat 17 Mar 2001 09:33:46 AM CST
Install date: Sat 17 Mar 2001 09:44:02 AM CST Build Host: hellstone.falsehope.com
Group: Development/System Source RPM: parted-1.4.10-1.src.rpm
Size: 391102 License: GPL
Distribution: FalseHope RPMs
Packager: Ryan Weaver <ryanw falsehope 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
* Sat Mar 17 2001 Ryan Weaver <ryanw falsehope com>
[parted-1.4.10-1]
- changed include/parted/endian.h, to use __u{16,32} instead
of unsigned {short, int}
- more copyright notice bureaucracy
- fixed BSD d_npartitions endianness and fencepost bugs
- fixed includes in libparted/libparted.c
- deal with serial numbers properly in FAT
- ped_geometry_destroy() no longer calls ped_geometry_sync()
(what was I thinking?!)
- made the alignment-workaround go by default in script mode,
and made it more inviting ("it is safe to ignore", etc.)
- work around bug in Windows ME, that generates broken partition tables
* Tue Feb 20 2001 Ryan Weaver <ryanw infohwy com>
[parted-1.4.9-1]
- new ja.po
- new USER.jp
- ext2_mkfs() and swap_write() doesn't zero out the first block.
useful for Sun...
- fixed bsd_partition_align() - checks if the intersection of
two constraints exists, before trying to find a solution.
- updated doc/USER, wrt CHS/LBA, etc.
- fixed ext2 mkfs code: the lost+found inode gets create/modify/access
time time (NULL), rather than 1969 ;-)
- fixed fat: changed FatCluster from __s32 to __u32. Arghh.
* Mon Feb 05 2001 Ryan Weaver <ryanw infohwy com>
[parted-1.4.8-1]
- added Sun regression tests
- fixed (hacked) disk_dos.c and disk_bsd.c, so *_partition_set_flag()
always pass an fs_type != NULL to ped_partition_set_system()
- added partition flags for Sun disk labels
- more hacking on Sun stuff
- added Sun disk label support (thanks Ben!)
- added UFS probe/clobber support (thanks Ben!)
- added PED_DEVICE_FILE support (as opposed to going through
- we now require autoconf 2.49b to build configure from configure.in,
because it provides the new AC_CHECK_SIZEOF
- use new AC_CHECK_SIZEOF for off_t.
- changed configure.in to match the new AC_CHECK_TYPE
- hacked libtool.m4 (!)... I hope this all gets fixed properly, soon..
- tried to make libparted/device.c more portable
- libparted/fs_fat/bootsector.h - fixed the size of the FAT16 part of
the union... needed an extra byte in boot_code. (purely aesthetic ;-)
* Tue Jan 16 2001 Ryan Weaver <ryanw infohwy com>
[parted-1.4.7-1]
- fixed ped_file_system_clobber() - wasn't leaving/fetching
exceptions properly
- fixed _calc_min_logical_start() - was horribly broken.
Only affects the new work-around for "cylinder not aligned", etc.
- don't try to guess the geometry for a second time...
(introduced geom_already_guessed to PedDevice)
- ext2_mkfs now enables file-type by default.
- ped_partition_new() (not DISK_partition_new()) calls
ped_partition_set_system() now. Makes sure it calls
ped_partition_set_system() for extended partitions too!
- added documentation for ped_file_system_clobber()
- fixed semantics for ped_file_system_clobber() - they need
to change, since ped_file_system_probe() is different...
* Mon Jan 08 2001 Ryan Weaver <ryanw infohwy com>
[parted-1.4.6-1]
- msdos_partition_new() if there is no file system passed, sets
the system to 0x83. 0 is a bad choice, because it means it isn't
a partition. It's an even worse choice, because it will make
msdos_probe() fail.
- "partition not aligned" workaround (similar to that in 1.2.x)
- uses dgettext (PACKAGE, ...) instead of gettext (...). Updated
API docs, to reflect this (for ped_partition_flag_get_name(), etc.)
- released 1.4.6-pre1
- fixed brain-dead bug, dealing with min_geom in _primary_constraint()
in libparted/disk_dos.c
- released 1.4.6-pre2 (internally)
- fixed another bug (out-by-one, in _primary_constraint(), again)
- added bindtextdomain() to ped_init()
- removed that annoying "Parted's boot loader" message
- ped_file_system_probe() now attempts ped_file_system_open(), if
there is any ambiguouity
- mac_clobber() now nukes the partition map as well ;-)
==================================================================
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]