========== gparted-0.23.0 ==========
This commit is contained in:
parent
14e6b7639a
commit
a10057d837
54
NEWS
54
NEWS
|
@ -1,3 +1,57 @@
|
|||
============================
|
||||
GParted 0.23.0 (2015-08-03)
|
||||
============================
|
||||
|
||||
Release Notes
|
||||
-------------
|
||||
This release of GParted includes enhancements, bug fixes and
|
||||
language translation updates.
|
||||
|
||||
### 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.
|
||||
|
||||
|
||||
============================
|
||||
GParted 0.22.0 (2015-03-23)
|
||||
============================
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([gparted],[0.22.0-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
|
||||
AC_INIT([gparted],[0.23.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
|
||||
AC_PREREQ([2.50])
|
||||
|
||||
AC_CONFIG_SRCDIR([src/main.cc])
|
||||
|
|
Loading…
Reference in New Issue