Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79291 - GNU parted 1.6.21 is out
Summary: GNU parted 1.6.21 is out
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 74057
  Show dependency tree
 
Reported: 2005-01-23 23:36 UTC by Alexey Portnov
Modified: 2005-03-21 05:15 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 Alexey Portnov 2005-01-23 23:36:43 UTC
2005-01-16  Andrew Clausen <clausen@gnu.org>
* released 1.6.21

2005-01-10  Sven Luther <luther@debian.org>
* libparted/disk.c, doc/parted.texi : renamed prep-boot prep partition name to
  prep.

2005-01-08  Andrew Clausen <clausen@gnu.org>
* libparted/linux.c (linux_disk_commit): if the BLKPG method fails, try
  the BLKRRPART method.

2005-01-06  Andrew Clausen <clausen@gnu.org>
* libparted/disk_dos.c (msdos_write): put in a unique identifier (which
  is misleadingly called the "MBR signature" by Microsoft docs and
  EFI specs).  Based on a patch by Matt Domsch <Matt_Domsch@dell.com>.

2005-01-05  Sven Luther <luther@debian.org>
* include/parted/endian.h : fixed PED_SWAP macros missing (), since it broke
  on 64bit hardware as shown in the PED_CPU_TO_BE32(part ? part_num : LINK_END)
  code snipplet, which applied the uint32 cast to part, and not the value.
* libparted/disk_amiga.c, libparted/fs_amiga/amiga.c : Added some uint32 casts.

2005-01-05  Andrew Clausen <clausen@gnu.org>
* libparted/disk_sun.c (sun_alloc, sun_read, sun_write): fixed
  cylinder recording stuff.  pcylcount is now 2 more, and ncyl is now
  2 less than it was before.
* libparted/filesys.c (ped_file_system_clobber): removed a useless
  (always-thrown) assertion for file system support for clobbering.

2004-12-26  Harley D. Eades III  <hde@grics.net>
* libparted/gnu.c (gnu_new): Added three new variables ro_err, rw_err and
  ispath.  The ispath variables is set to 1 if path is indeed a path and not a
  store type name.  This prevents having to use strchr more then once.  Added
  a check for determining if the inputted path is a path and not a store-type
  name.  If (const char *)path is a path then use store_open (). If (const
  char *)path is a store-type name use store_typed_open ().

2004-12-21  Andrew Clausen <clausen@gnu.org>
* libparted/linux.c (_disk_sync_part_table): removed duplicate error message.

2004-12-19  Andrew Clausen <clausen@gnu.org>
* libparted/linux.c (_device_get_part_path): only treat the device as
  devfs if it has /disc on the end.
* libparted/linux.c (_partition_get_part_dev): added.
* libparted/linux.c (_partition_is_mounted_by_dev ): added.
* libparted/linux.c (_partition_is_mounted): now uses
  _partition_is_mounted_by_dev().  This is more reliable than guessing
  the partition's device name.
* libparted/linux.c (_device_probe_type): sets the type to
  PED_DEVICE_UNKNOWN on block devices that don't fall into the
  standard cat

Reproducible: Always
Steps to Reproduce:
Comment 1 Axel Dyks 2005-02-24 09:13:19 UTC
1.6.21 also contains the (upstream) fix for bug #74057,
i. e. parted should now build on non-nls systems (gentoo-embedded)
--Axel
Comment 2 John N. Laliberte (RETIRED) gentoo-dev 2005-03-21 05:15:46 UTC
I committed 1.6.22 a day or so ago, so this should be fixed.