========== gparted-0.31.0 ==========

This commit is contained in:
Curtis Gedak 2018-03-19 10:08:53 -06:00
parent 3f3209c6ba
commit 62cd4a5d92
2 changed files with 45 additions and 1 deletions

44
NEWS
View File

@ -1,3 +1,47 @@
============================
GParted 0.31.0 (2018-03-19)
============================
Release Notes
-------------
This release of GParted includes enhancements, bug fixes and
language translation updates.
### Key changes include:
* Add support for changing UDF label/uuid and show UDF disk usage
* Rollback specific failed partition change steps
Bug Fixes
---------
* Report libparted messages in log at point in which these occur (#790842)
* Avoid libparted failing to inform kernel about partition changes (#790418)
* Rollback specific failed partition change steps (#791875)
* Add support for changing UDF label/uuid and show UDF disk usage (#792052)
* Base Min and Max size of the UDF partition/disk on block size (#787204)
* Reduce dependency on scrollkeeper (#743318)
Code Credits
------------
Code enhancements are courtesy of Pali Rohár, Mike Fleetwood, and
Curtis Gedak.
Translations (new/updated)
--------------------------
ar(Khaled Hosny), cs(Marek Cernocky), da(Alan Mortensen, Ask Hjorth Larsen),
de(Mario Blättermann, Christian Kirbach), es(Daniel Mustieles),
fr(Claude Paroz), hr(gogo), hu(Balázs Úr), id(Kukuh Syafaat),
it(Milo Casagrande), kk(Baurzhan Muftakhidinov), lt(Aurimas Černius),
lv(Rūdolfs Mazurs), nl(Justin van Steijn, Nathan Follens),
pl(Piotr Drąg), pt_BR(Rafael Fontenelle), ro(Daniel Șerbănescu),
sr(Мирослав Николић), sr@latin(Miroslav Nikolić), sv(Anders Jonsson)
vi(Trần Ngọc Quân)
Dependencies (new/updated)
--------------------------
* No change.
============================
GParted 0.30.0 (2017-10-10)
============================

View File

@ -1,4 +1,4 @@
AC_INIT([gparted],[0.30.0-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
AC_INIT([gparted],[0.31.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
AC_PREREQ([2.50])
AC_CONFIG_SRCDIR([src/main.cc])