UbuntuUpdates.org

Package "gparted"

This package belongs to a PPA: GetDeb Apps

Name: gparted

Description:

GNOME partition editor
GParted uses libparted to detect and manipulate devices and partition
tables while several (optional) filesystem tools provide support for
filesystems not included in libparted.

Latest version: 0.24.0-1~getdeb1
Release: trusty (14.04)
Level: getdeb
Repository: apps
Homepage: http://gparted.sourceforge.net

Links


Download "gparted"


Other versions of "gparted" in Trusty

Repository Area Version
base main 0.18.0-1

Changelog

Version: 0.24.0-1~getdeb1 2015-10-27 21:08:04 UTC

gparted (0.24.0-1~getdeb1) trusty; urgency=medium

  * New upstream version
    ### Key changes include:

      * Display list of Logical Volumes in Partition Information dialog
      * Add ZFS file system detection
      * Add recognition of NVME devices
      * Prevent hang labeling FAT16/32 if illegal chars in label
      * Avoid core dump if invalid or non-existent device on command line

    Bug Fixes
    ---------
      * Add ZFS file system detection (#752862)
      * Update documentation of GParted software dependencies (#753436)
      * Configuration issues when using non-system location of libparted
      (#753525)
      * Display list of Logical Volumes in Partition Information dialog
      (#754649)
      * Add recognition of NVME devices (#755022)
      * Updates to FileSystem:: and Utils::execute_command() functions
      (#754684)
      * Fix issue with copy, reformat source logical partition and paste
      (#754827)
      * Refactor operation merging (#755214)
      * Prevent hang labeling FAT16/32 if illegal chars in label (#755608)
        - Upper case FAT16/32 label per MS technet bb490925
      * Enable C++11 compilation when using glibmm 2.45.40 and later
      (#756035)
      * Check disks passed on command line are useable (#755495)
      * Avoid core dump if invalid or non-existent device on command line
      (#756434)

    Code Credits
    ------------
      Code enhancements are courtesy of Wrolf Courtney, Albert Young, and
      Mike Fleetwood.

    Translations (new/updated)
    --------------------------
      cs(Marek Černocký), de(Wolfgang Stöggl), es(Daniel Mustieles),
      fi(Jiri Grönroos), fr(Alexandre Franke, Claude Paroz), hu(Balázs
      Úr),
      id(Andika Triwidada), it(Milo Casagrande), ko(Seong-ho Cho),
      lt(Aurimas Černius), lv(Rūdolfs Mazurs), nb(Kjartan Maraas),
      pl(Piotr Drąg), pt(Pedro Albuquerque), pt_BR(Rafael Fontenelle),
      ro(Daniel Șerbănescu), ru(Stas Solovey), sk(Dušan Kazik),
      sv(Anders Jonsson), uk(Daniel Korostil)

    Dependencies (new/updated)
    --------------------------
      * Blkid command should be considered mandatory as it is required to
        detect a number of file systems which libparted doesn't detect.

 -- Christoph Korn Tue, 27 Oct 2015 18:44:56 +0100


Version: 0.23.0-1~getdeb1 2015-08-04 00:09:41 UTC

gparted (0.23.0-1~getdeb1) trusty; urgency=medium

  * New upstream version
    ### Key changes include:

      * Add partition name to create dialog and enable online naming
        (relevant for GPT partitioned disk)
      * Show serial number in device information
      * Add support for btrfs set new file system UUID
      * Prevent UI hang when resizing FAT16/32, HFS and HFS+ file systems

    Bug Fixes
    ---------
      * Only set LVM partition flag on tables which support it (#746204)
      * Add partition name to create dialog and enable online naming
      (#746214)
      * Fix some operations fail after paste into existing partition
      (#746559)
      * Fix FileSystem object memory leaks in init_filesystems (#749036)
      * Fix arcane cylinder size adjustment when copying and resizing
      (#749867)
      * Reduce the amount of copying of partition objects (#750168)
      * Refactor LVM2_PV_Info module interface and cache representation
      (#750582)
        - Adjust pointers to prevent crash resizing a logical partition
        (#752587)
      * Show serial number in device information (#751251)
      * Add support for btrfs set new file system UUID(#751337)
      * Prevent UI hang when resizing FAT16/32, HFS and HFS+ file systems
      (#737022)
      * Add translation comments for code section setting partition flag
      (#752901)

    Code Credits
    ------------
      Code enhancements are courtesy of Mike Fleetwood and Curtis Gedak.

    Translations (new/updated)
    --------------------------
      ca(Jordi Mas), cs(Marek Černocký), de(Wolfgang Stöggl),
      es(Daniel Mustieles), fr(Alexandre Franke), gd(GunChleoc),
      hu(Gábor Kelemen, Balázs Úr), is(Sveinn í Felli), it(Milo
      Casagrande),
      kk(Baurzhan Muftakhidinov), pa(A S Alam), pl(Piotr Drąg),
      pt_BR(Enrico Nicoletto), ro(Daniel Șerbănescu), ru(Stas Solovey),
      sk(Dušan Kazik), sv(Josef Andersson, Anders Jonsson),
      th(Akom Chotiphantawanon)

    Dependencies (new/updated)
    --------------------------
      * hdparm command is required for optional display serial number device
        information.
      * btrfs-progs version >= 4.1 June 2015 package is required for
        optional set new btrfs UUID.

 -- Christoph Korn Mon, 03 Aug 2015 19:38:54 +0200


Version: 0.22.0-1~getdeb1 2015-03-24 21:08:49 UTC

gparted (0.22.0-1~getdeb1) trusty; urgency=medium

  * New upstream version
    Release Notes
    -------------
      The big news with this release of GParted is support for
      unpartitioned whole disk drives. With unpartitioned drive support,
      GParted can now recognize and also format disk devices that do not
      contain a partition table. Another new feature is support for GPT
      partition names. This feature enables setting and viewing names on
      GPT partitions. Also included are bug fixes and language
      translation updates.

    ### Key changes include:

      * Add read and write support for unpartitioned whole disk devices
      * Add read and write support for GPT partition names

    Bug Fixes
    ---------
      * Add support for GPT partition names (#741424)
        - Fix double quote error creating XFS file systems (#744108)
      * Make swap usage match figures reported by swapon -s (#742647)
      * Correct dialog title displaying libparted exceptions (#743825)
      * GParted cannot recognise LVM signature on unpartitioned drive
      (#741430)
      * Nilfs2 file system is unusable on RHEL/CentOS 6 (#742741)
      * Add unpartitioned drive read-write support (#743181)
      * If available use udisks2-inhibit to prevent automounting (#745349)

    Code Credits
    ------------
      Code enhancements are courtesy of Mike Fleetwood, Michael Zimmermann,
      Phillip Susi, and Curtis Gedak.

    Translations (new/updated)
    --------------------------
      bs(Samir Ribic), cs(Marek ��ernock��), de(Wolfgang St��ggl),
      el(Maria Mavridou, �������������� ��������������������), es(Daniel
      Mustieles),
      fr(Alexandre Franke), hu(Bal��zs ��r), is(Sveinn �� Felli),
      it(Marco Ciampa, Milo Casagrande), kk(Baurzhan Muftakhidinov),
      lt(Aurimas ��ernius), nl(Hannie Dumoleyn), pl(Piotr Dr��g),
      pt_BR(Enrico Nicoletto), ru(Stas Solovey), sk(Du��an Kazik),
      sv(Josef Andersson), tr(Muhammet Kara), uk(Daniel Korostil),
      zh_TW(Cheng-Chia Tseng)

    Dependencies (new/updated)
    --------------------------
      * no change.

 -- Christoph Korn Mon, 23 Mar 2015 21:39:48 +0100


Version: 0.21.0-1~getdeb1 2015-01-27 18:08:15 UTC

gparted (0.21.0-1~getdeb1) trusty; urgency=medium

  * New upstream version
    Release Notes
    -------------
     This release of GParted includes enhancements, bug fixes and
     language translation updates. One fix involves an error introduced
     in 0.15.0 whereby GParted's internal block copy has an off by one
     sector bug when the source is before the destination; and the copy
     is performed backwards from high block to low block. The problem
     results in incorrect last sectors in partitions.

    ### Key changes include:

     * Fix off by one sector error in GParted internal block copy
     * Add support for ext4 on RHEL/CentOS 5.x
     * Remove unnecessary duplicate actions when resizing a partition

    Bug Fixes
    ---------
     * Fix off by one sector error in GParted internal block copy (#742920)
     * Add support for ext4 on RHEL/CentOS 5.x (#738706)
     * Add ReFS file system detection (#738471)
     * Use pkg-config to check for version of libparted (#740004)
     * Remove unnecessary duplicate actions when resizing a partition
     (#741211)
     * Correctly capitalise GNOME in the Manual and man page (#739805)
     * Allow creation of reiser4 file systems on Linux 3.x (#742511)
     * Add keywords in .desktop file to improve application discovery

    Code Credits
    ------------
     Code enhancements are courtesy of Mike Fleetwood, Phillip Susi and
     Richard Hughes.

    Translations (new/updated)
    --------------------------
     cs(Marek ��ernock��), de(Wolfgang St��ggl), es(Daniel Mustieles),
     fi(Timo Jyrinki), fr(Alexandre Franke), hu(Bal��zs ��r),
     it(Milo Casagrande), kk(Baurzhan Muftakhidinov), pl(Piotr Dr��g),
     pt_BR(Rafael Ferreira, Enrico Nicoletto), sr(����������������
     ��������������),
     sr@latin(Miroslav Nikoli��), sv(Anders Jonsson), uk(Daniel Korostil)

 -- Christoph Korn Mon, 26 Jan 2015 21:27:24 +0100


Version: 0.20.0-1~getdeb1 2014-10-23 20:09:13 UTC

gparted (0.20.0-1~getdeb1) trusty; urgency=medium

  * New upstream version
    Release Notes
    -------------
      This release of GParted improves resizing multi-device btrfs file
      systems. Also included are language translation updates.

    ### Key changes include:

      * Include devid when resizing multi-device btrfs file systems
      * Add GRUB 2 restoration steps to help manual

    Bug Fixes
    ---------
      * Fix devid needed when resizing multi-device btrfs file systems
      (#723842)
      * Fix warnings and missing label with btrfs-progs 3.12 and 3.14
      (#733601)
      * Fix ./configure is successful even when C++ compiler is missing
      (#732803)
      * Add GRUB 2 restoration steps to help manual (#734376)
      * Cleanup autoconf configure.ac and related files (#734718)
        - All fat16 and fat32 moves performed by GParted internal algorithm
      * Autodetect parted online partition resizing capability (#734076)
        - Tidy up autoconf check for --disable-doc and
        --enable-libparted-dmraid
      * Prevent automake warning about deprecated INCLUDES (#735742)
      * Reduce display flashing when refreshing devices (#696149)

    Code Credits
    ------------
      Code enhancements are courtesy of Mike Fleetwood and Curtis Gedak.

    Translations (new/updated)
    --------------------------
      cs(Marek ��ernock��), es(Daniel Mustieles), de(Wolfgang St��ggl),
      fr(Claude Paroz), gd(GunChleoc), hu(Bal��zs ��r),
      id(Andika Triwidada), it(Milo Casagrande), nl(Hannie Dumoleyn),
      pl(Piotr Dr��g), pt(Tiago S, Duarte Loreto), pt_BR(Enrico Nicoletto),
      sk(Du��an Kazik), sr(���������������� ��������������),
      sr@latin(Miroslav Nikoli��),
      sv(Josef Andersson)

    Dependencies (new/updated)
    --------------------------
      * no change.

 -- Christoph Korn Tue, 21 Oct 2014 20:49:44 +0200




About   -   Send Feedback to @ubuntu_updates