Changelog for
gparted-0.26.1-2.2.3.x86_64.rpm :
* Mon Jun 13 2016 joerg.lorenzenAATTki.tng.de- Update to version 0.26.1: + Key changes include: - Ensure boot loaders work on ext4 < 16 TiB by using 32bit feature. - Fix core dump crash in OperationDelete::get_partition_new(). + Bug Fixes: - Clean up partition path \"copy of /dev/SRC\" code ugliness (bgo#766349). - Fix PedGeometry objects are memory leaked (bgo#767009). - Multiple boot loaders don\'t work on 64bit EXT4 file systems (bgo#766910). - Fix core dump crash in OperationDelete::get_partition_new() (bgo#767233). + Updated translations.
* Tue Apr 26 2016 joerg.lorenzenAATTki.tng.de- Update to version 0.26.0: + Key changes include: - Implement read-only LUKS support. - Add progress bars to NTFS, XFS, and EXT2/3/4 file system copy methods. - Fix operations sometimes fail with: No such file or directory. + Bug Fixes: - Implement Partition object polymorphism (bgo#759726). - Implement read-only LUKS support (bgo#760080). - Add progress bars to XFS and EXT2/3/4 file system copy methods (bgo#760709). - Add progress bar to NTFS file system specific copy method (bgo#762366). - Use a single progress bar for entire internal copy operation (bgo#762367). - Fix autoconf check for C++11 Gtk::Window::set_default_icon_name (bgo#762184). - Limit FAT32 maximum volume size to 2 TiB (bgo#763896). - Enable C++11 compilation when using libsigc++ 2.5.1 and later (bgo#758545). - Use realpath safely (bgo#764369). - Fix crash reading NTFS usage when there is no /dev/PTN entry (bgo#764658). - Fix operations sometimes fail with: No such file or directory (bgo#762941). - Add missing gettext translation tag to AppData file. + Updated translations.
* Thu Jan 28 2016 joerg.lorenzenAATTki.tng.de- Update to version 0.25.0: + Key changes include: - Add progress bar during additional ext2/3/4 and ntfs operations. - Enhance SWRaid member detection and file system clearing. - Always use blkid file system detection before libparted. + Bug Fixes: - Add progress bar during additional ext2/3/4 and ntfs operations (bgo#467925). - Enhance SWRaid member detection and file system clearing (bgo#756829). - Always use blkid file system detection before libparted (bgo#757781). - Rework Dialog_Partition_New::Get_New_Partition() (bgo#757671). - Fix missing \"old end\" value in detail log of en_CA translation (bgo#756878). - Make about dialog website link non-clickable (bgo#758131). - Fix temporary path name of new partitions (bgo#759488). - Fix partition names sometimes shown as file system labels (bgo#759972). - Revert tarball compression back to gzip (bgo#760099). + Updated translations.
* Wed Nov 11 2015 joerg.lorenzenAATTki.tng.de- Update to version 0.24.0: + 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 (bgo#752862). - Update documentation of GParted software dependencies (bgo#753436). - Configuration issues when using non-system location of libparted (bgo#753525). - Display list of Logical Volumes in Partition Information dialog (bgo#754649). - Add recognition of NVME devices (bgo#755022). - Updates to FileSystem:: and Utils::execute_command() functions (bgo#754684). - Fix issue with copy, reformat source logical partition and paste (bgo#754827). - Refactor operation merging (bgo#755214). - Prevent hang labeling FAT16/32 if illegal chars in label (bgo#755608). - Upper case FAT16/32 label per MS technet bb490925. - Enable C++11 compilation when using glibmm 2.45.40 and later (bgo#756035). - Check disks passed on command line are useable (bgo#755495). - Avoid core dump if invalid or non-existent device on command line (bgo#756434). + Updated translations. + 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.- Add util-linux requires: new dependency to command blkid which is part of package util-linux.
* Wed Sep 30 2015 dimstarAATTopensuse.org- Fix boo#920510: Gparted Won\'t Start: + Add gparted_polkit: launch gparted using pkexec through a wrapper script. Launching pkexec directly from gnome-shell results in a double fork and pkexec does not like to operate on Parent PID = 1. + Replace the command line in the .desktop file by /usr/bin/gparted_polkit.
* Wed Aug 05 2015 joerg.lorenzenAATTki.tng.de- Update to version 0.23.0: + 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. + Bugs fixed: - Only set LVM partition flag on tables which support it (bgo#746204). - Add partition name to create dialog and enable online naming (bgo#746214). - Fix some operations fail after paste into existing partition (bgo#746559). - Fix FileSystem object memory leaks in init_filesystems (bgo#749036). - Fix arcane cylinder size adjustment when copying and resizing (bgo#749867). - Reduce the amount of copying of partition objects (bgo#750168). - Refactor LVM2_PV_Info module interface and cache representation (bgo#750582). - Adjust pointers to prevent crash resizing a logical partition (bgo#752587). - Show serial number in device information (bgo#751251). - Add support for btrfs set new file system UUID(bgo#751337). - Prevent UI hang when resizing FAT16/32, HFS and HFS+ file systems (bgo#737022). - Add translation comments for code section setting partition flag (bgo#752901). + Updated translations.- Add hdparm requires: hdparm command is required for optional display serial number device information.
* Tue Mar 24 2015 dimstarAATTopensuse.org- Update to version 0.22.0: + 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 (bgo#741424). - Fix double quote error creating XFS file systems (bgo#744108). - Make swap usage match figures reported by swapon -s (bgo#742647). - Correct dialog title displaying libparted exceptions (bgo#743825). - GParted cannot recognise LVM signature on unpartitioned drive (bgo#741430). - Nilfs2 file system is unusable on RHEL/CentOS 6 (bgo#742741). - Add unpartitioned drive read-write support (bgo#743181). - If available use udisks2-inhibit to prevent automounting (bgo#745349).- Add gpg signature and respective keyring file.
* Tue Jan 27 2015 joerg.lorenzenAATTki.tng.de- Update to version 0.21.0: + Fix off by one sector error in GParted internal block copy. + Add support for ext4 on RHEL/CentOS 5.x. + Add ReFS file system detection. + Use pkg-config to check for version of libparted. + Remove unnecessary duplicate actions when resizing a partition. + Correctly capitalise GNOME in the Manual and man page. + Allow creation of reiser4 file systems on Linux 3.x. + Add keywords in .desktop file to improve application discovery. + Bugs fixed: bgo#742920, bgo#738706, bgo#738471, bgo#740004, bgo#741211, bgo#739805, bgo#742511. + Updated translations.
* Thu Oct 23 2014 joerg.lorenzenAATTki.tng.de- Update to version 0.20.0: + 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. - Fix warnings and missing label with btrfs-progs 3.12 and 3.14. - Fix ./configure is successful even when C++ compiler is missing. - Add GRUB 2 restoration steps to help manual. - Cleanup autoconf configure.ac and related files. All fat16 and fat32 moves performed by GParted internal algorithm. - Autodetect parted online partition resizing capability. Tidy up autoconf check for --disable-doc and --enable-libparted-dmraid. - Prevent automake warning about deprecated INCLUDES. - Reduce display flashing when refreshing devices. + Bugs fixed: bgo#723842, bgo#733601, bgo#732803, bgo#734376, bgo#734718, bgo#734076, bgo#735742, bgo#696149. + Updated translations.- Option --enable-online-resize is set automatically by configure when a new enough libparted is detected, removed info line \"FIXME\" from spec file.
* Thu Jul 17 2014 joerg.lorenzenAATTki.tng.de- Update to version 0.19.1: + Prevent cross thread write after free in _OnReadable(). + Bugs fixed: bgo#731752. + Updated translations.