1 (edited by gedakc 2011-01-30 02:33:35)

Topic: Development Plans for the Next Release of GParted (0.8.0)

With the next release of GParted (0.8.0) we plan to add new features in addition to continuing our focus on critical bug fixes.

The planned release date for GParted 0.8.0 is February 15, 2011.

Candidates under consideration for GParted 0.8.0 include:

yes - Bug 634553 - ntfsresize fails on RAID array
Note that GParted was using an incorrect dmraid partition path name so this bug would affect more than just resize operations and ntfs file systems.
NOTE:  This fix released with GParted 0.7.1

yes - Bug 629592 - Unable to find Mount Point if it contains a Space Character
NOTE:  This fix released with GParted 0.7.1

yes - Bug 586910 - MBR does not reflect the GPT partition map
Problem was in the libparted library.  Requires libparted-2.3 which is bundled with GParted Live since version 0.6.0-7.
NOTE:  This fix released with GParted 0.7.1

yes - Bug 639393 - Redux: Destination partition smaller than source partition

yes - Ubuntu Launchpad Bug 583746 - Partition graph disappears after a swap partition has been deleted

yes - Bug 171215 - Support lost partition recovery
Joan Lledó has done much work in this area providing a patch that uses gpart to find lost partitions.


Your comments and responses are welcome in this forum post.

2

Re: Development Plans for the Next Release of GParted (0.8.0)

Enhanced code to fix Bug 634553 - ntfsresize fails on RAID array.

Note that GParted was using an incorrect dmraid partition path name so this bug would affect more than just resize operations and ntfs file systems.

3

Re: Development Plans for the Next Release of GParted (0.8.0)

Bug 586910 - MBR does not reflect the GPT partition map is now fixed when used with libparted-2.3.
Requires libparted-2.3 which is bundled with GParted Live since version 0.6.0-7.

4

Re: Development Plans for the Next Release of GParted (0.8.0)

Enhanced code to fix Bug 629592 - Unable to find Mount Point if it contains a Space Character.

5

Re: Development Plans for the Next Release of GParted (0.8.0)

GParted 0.7.1 was released on December 13, 2010 and includes fixes for the following three bugs:

Bug 634553 - ntfsresize fails on RAID array

Bug 629592 - Unable to find Mount Point if it contains a Space Character

Bug 586910 - MBR does not reflect the GPT partition map
Requires libparted-2.3 which is bundled with GParted Live since version 0.6.0-7.

6

Re: Development Plans for the Next Release of GParted (0.8.0)

Reworked logic to fix Bug 639393 - Redux: Destination partition smaller than source partition.

7

Re: Development Plans for the Next Release of GParted (0.8.0)

A fix to prevent the visual disk display area from disappearing has been committed to the git repository for inclusion in the next release of GParted (0.8.0).

The relevant bug report is Ubuntu Launchpad Bug 583746 - Partition graph disappears after a swap partition has been deleted

8 (edited by gedakc 2011-01-30 02:35:43)

Re: Development Plans for the Next Release of GParted (0.8.0)

A patch from Joan Lledó to address Bug 171215 - Support lost partition recovery has been commited to the git repository for inclusion in the next release of GParted (0.8.0).

The patch uses gpart to find lost partitions, and permits the user to mount discovered file systems and copy the data to other media.

A big thanks goes to Joan Lledó for developing this new feature.  smile

9

Re: Development Plans for the Next Release of GParted (0.8.0)

The planned release date for GParted 0.8.0 is February 15, 2011.

Preliminary Release Notes
------------------------
  The GParted team is proud to announce the addition of the ability to
  attempt data rescue for lost partitions.

  This new feature uses the gpart command to guess the partition
  table.  Discovered file systems can be mounted read-only so that you
  can copy data to other media.

  Also included in this release are bug fixes, and language
  translation updates.

### Key changes include:

  * Add attempt data rescue for lost partitions
  * Fix paste destination partition smaller than source
  * Prevent visual disk display area from disappearing

Bug Fixes
---------
  * Add attempt data rescue for lost partitions (#171215)
    - Requires gpart
    - Thanks go to Joan Lledó for the patch implementing this new feature
  * Fix paste destination partition smaller than source (#639393)
  * Fix minor cylinder alignment rounding error (size < 1 cylinder)
  * Add possible causes for failure to detect or read file systems
  * Increase robustness of help manual launch
  * Prevent visual disk display area from disappearing
    - Ubuntu launchpad #583746

Translations (new/updated)
--------------------------
  ar(Khaled Hosny), cs(Marek Černocký), da(Ask H. Larsen),
  de(Mario Blättermann), es(Daniel Mustieles, Paulo E Ojeda, Jorge González),
  et(Mattias Põldaru), fr(Bruno Brouard), he(Yaron Shahrabani),
  kk(Baurzhan Muftakhidinov), sl(Matej Urbančič), sv(Daniel Nylander),
  ru(Yuri Myasoedov)

Dependencies (new/updated)
--------------------------
  * gpart package is required for attempt data rescue
  * a default file manager is used, if available, for attempt data
    rescue to display discovered file systems.

10

Re: Development Plans for the Next Release of GParted (0.8.0)

GParted 0.8.0 was released on Feb 15, 2011.