========== gparted-0.27.0 ==========
This commit is contained in:
parent
e68ce78600
commit
4822831a32
49
NEWS
49
NEWS
|
@ -1,3 +1,52 @@
|
||||||
|
============================
|
||||||
|
GParted 0.27.0 (2016-10-19)
|
||||||
|
============================
|
||||||
|
|
||||||
|
Release Notes
|
||||||
|
-------------
|
||||||
|
This release of GParted improves handling of devices with multiple
|
||||||
|
device paths and includes bug fixes and language translation
|
||||||
|
updates.
|
||||||
|
|
||||||
|
### Key changes include:
|
||||||
|
|
||||||
|
* Recognize GRUB2 core.img
|
||||||
|
* Fix Mount Point column is wider than the screen on openSUSE
|
||||||
|
* Make GParted exit when closed before the initial load completes
|
||||||
|
|
||||||
|
Bug Fixes
|
||||||
|
---------
|
||||||
|
|
||||||
|
* Recognize GRUB2 core.img (#766989)
|
||||||
|
* Fix file system usage missing when tools use alt blk dev names (#767842)
|
||||||
|
* Fix sscanf modifier for long long (#768239)
|
||||||
|
* Fix duplicate mounts shown for unmounted encrypted file systems (#771323)
|
||||||
|
* Fix usage of active encrypted swap is not shown (#771670)
|
||||||
|
* Include extended partitions in the count of active partitions
|
||||||
|
* Fix Mount Point column is wider than the screen on openSUSE (771693)
|
||||||
|
* Make GParted exit when closed before the initial load completes (771816)
|
||||||
|
* Prevent the UI hanging while gpart data rescue is running (#772123)
|
||||||
|
* Add language headers to po files
|
||||||
|
|
||||||
|
Code Credits
|
||||||
|
------------
|
||||||
|
Code enhancements are courtesy of Natanael Copa, Piotr Drąg and Mike
|
||||||
|
Fleetwood.
|
||||||
|
|
||||||
|
Translations (new/updated)
|
||||||
|
--------------------------
|
||||||
|
da(Alan Mortensen), en_GB(David King, Chris Leonard), es(Daniel Mustieles),
|
||||||
|
eu(Inaki Larranaga Murgoitio), fi(Jiri Grönroos), hr(gogo),
|
||||||
|
hu(Balázs Úr), id(Andika Triwidada), is(Sveinn í Felli),
|
||||||
|
kk(Baurzhan Muftakhidinov), lt(Aurimas Černius), pl(Piotr Drąg),
|
||||||
|
pt(Tiago Santos), ro(Daniel Șerbănescu), sr(Мирослав Николић),
|
||||||
|
sr@latin(Miroslav Nikolić), sv(Anders Jonsson), uk(Daniel Korostil)
|
||||||
|
|
||||||
|
Dependencies (new/updated)
|
||||||
|
--------------------------
|
||||||
|
* no change.
|
||||||
|
|
||||||
|
|
||||||
============================
|
============================
|
||||||
GParted 0.26.1 (2016-06-13)
|
GParted 0.26.1 (2016-06-13)
|
||||||
============================
|
============================
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([gparted],[0.26.1-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
|
AC_INIT([gparted],[0.27.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
|
||||||
AC_PREREQ([2.50])
|
AC_PREREQ([2.50])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([src/main.cc])
|
AC_CONFIG_SRCDIR([src/main.cc])
|
||||||
|
|
Loading…
Reference in New Issue