========== gparted-0.29.0 ==========
This commit is contained in:
parent
ad35c3e09a
commit
5b831647a8
44
NEWS
44
NEWS
|
@ -1,3 +1,47 @@
|
||||||
|
============================
|
||||||
|
GParted 0.29.0 (2017-08-07)
|
||||||
|
============================
|
||||||
|
|
||||||
|
Release Notes
|
||||||
|
-------------
|
||||||
|
This release of GParted includes enhancements, bug fixes and
|
||||||
|
language translation updates.
|
||||||
|
|
||||||
|
### Key changes include:
|
||||||
|
|
||||||
|
* Add support for UDF file system
|
||||||
|
* Fix segmentation fault on disk with corrupted FAT file system
|
||||||
|
* Fix snap-to-alignment of operations creating partitions
|
||||||
|
|
||||||
|
Bug Fixes
|
||||||
|
---------
|
||||||
|
* Fix segmentation fault on disk with corrupted FAT file system (#777973)
|
||||||
|
* Fix snap-to-alignment of operations creating partitions (#779339)
|
||||||
|
* Fix btrfs partitions mounted with whitespace cannot be resized (#782681)
|
||||||
|
* Add Google Test C++ test framework (#781978)
|
||||||
|
* Fix LVM2 PV detected regardless if second magic matches or not (#783997)
|
||||||
|
* Fix no longer detecting btrfs change UUID capability (#784467)
|
||||||
|
* Fix setting empty label when creating FAT16/32 file systems (#784564)
|
||||||
|
* Add support for UDF file system (#784533)
|
||||||
|
* Fix make distcheck fails with *.Po: No such file or directory (#785308)
|
||||||
|
|
||||||
|
Code Credits
|
||||||
|
------------
|
||||||
|
Code enhancements are courtesy of Pali Rohár and Mike Fleetwood.
|
||||||
|
|
||||||
|
Translations (new/updated)
|
||||||
|
--------------------------
|
||||||
|
cs(Marek Cernocky), da(Alan Mortensen), de(Mario Blättermann),
|
||||||
|
es(Daniel Mustieles), fi(Jiri Grönroos), fr(Claude Paroz), hr(gogo),
|
||||||
|
id(Kukuh Syafaat), kk(Baurzhan Muftakhidinov), pl(Piotr Drąg),
|
||||||
|
pt_BR(Rafael Fontenelle), ro(Daniel Șerbănescu), sv(Anders Jonsson),
|
||||||
|
tr(Emin Tufan Çetin)
|
||||||
|
|
||||||
|
Dependencies (new/updated)
|
||||||
|
--------------------------
|
||||||
|
* udftools package is required for optional udf file system support.
|
||||||
|
|
||||||
|
|
||||||
============================
|
============================
|
||||||
GParted 0.28.1 (2017-02-17)
|
GParted 0.28.1 (2017-02-17)
|
||||||
============================
|
============================
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([gparted],[0.28.1-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
|
AC_INIT([gparted],[0.29.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