Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 171972 - sys-apps/parted-1.8.6 (version bump)
Summary: sys-apps/parted-1.8.6 (version bump)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL: http://ftp.gnu.org/gnu/parted/parted-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-23 22:22 UTC by teidakankan
Modified: 2007-04-13 18:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description teidakankan 2007-03-23 22:22:55 UTC
1.8.6
=====

Revert the implementation of the linux-swap(new) and linux-swap(old) types.
The type is 'linux-swap' for v1, v2, and s1suspend swap partitions on Linux.


1.8.5
=====

Another minor update.  Both versions 1.8.3 and 1.8.4 lacked po translation
files.  These are included with version 1.8.5.


1.8.4
=====

Minor bug fix release for 1.8.3 to fix build issues on various platforms:
* Use 'uname -m' to determine if we build on System Z or not.
* Include <parted/vtoc.h> in <parted/fdasd.h> for format1_label_t definition.
* Remove unused variables in libparted/arch/linux.c (-Werror).
* Check return values on fgets() and asprint() in libparted/arch/linux.c
  (-Werror).
* Check for tgetent() in libtinfo in the configure script.
* Move some macro definitions in <parted/disk.h> to fix a compile problem
  with gcc-4.1.2 as indicated here:
  http://lists.gnu.org/archive/html/bug-parted/2007-03/msg00008.html


1.8.3
=====

libparted:
* Header file clean ups.
* Sync the linux-swap header according to the Linux kernel sources.
* Enable support for swsusp partitions and the ability to differentiate
  between old and new versions of linux-swap partitions.
* Renaming PARTITION_EXT to PARTITION_DOS_EXT in the DOS disklabel
  code (consitency with Linux kernel source).
* Added libparted.pc pkg-config file.
* Remove unused functions, ifdefs, and other code.
* Deprecate ped_[register|unregister]_disk_type in favor of
  ped_disk_type_[register|unregister].
* Small test program fixes (in label.c and common.c).
* Make functions const-correct.
* Handle systems where libreadline is not available.
* Preserve starting sector for primary NTFS 3.1 partitions on DOS disklabel.
* Handle 2048-byte logical sectors in linux_read().
* Use PED_SECTOR_SIZE_DEFAULT macro in place of 512.
* Don't assume logical sector size is <= 512B on AIX.
* Detect HFS write failure.
* Use mkstemp() in place of mktemp().
* Added HFS+ resize support.
* Don't build DASD support on non-zSeries hardware.

parted/partprobe:
* Use fputs() and putchar() in place for printf(), when possible.
* Detect/report stdout write errors.
* Accept the --version and --help options.
* Fix memory leaks in parted(8).

general:
* Synchronize the manual page and --help documentation.
* GNU autoconf and automake updates.
* 'gcc -Wall -Wshadow' warning cleanups.
* Don't define _GNU_SOURCE manually.
* Documentation updates and cleanups (AUTHORS, copyright notices, etc).
* Use gnulib (http://www.gnu.org/software/gnulib/).


Compiled okay using sys-apps/parted-1.8.2.ebuild and latest version of qtparted seems to run fine.  I just haven't tried it yet.:)

Reproducible: Always
Comment 1 Benno Schulenberg 2007-03-30 10:16:44 UTC
Version 1.8.6 builds and runs fine using a bumped parted-1.8.2 ebuild.
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2007-04-13 18:16:35 UTC
Added to CVS... thanks for the bug report and I apologize that it took so long to get done...