========== gparted-1.4.0 ==========
This commit is contained in:
parent
cbf4cb7cbe
commit
bc4b1088fb
52
NEWS
52
NEWS
|
@ -1,3 +1,55 @@
|
||||||
|
============================
|
||||||
|
GParted 1.4.0 (2022-03-28)
|
||||||
|
============================
|
||||||
|
|
||||||
|
Release Notes
|
||||||
|
-------------
|
||||||
|
This release of GParted includes enhancements, bug fixes and
|
||||||
|
language translation updates.
|
||||||
|
|
||||||
|
### Key changes include:
|
||||||
|
|
||||||
|
* Add labelling of mounted btrfs, ext2/3/4 and xfs file systems
|
||||||
|
* Fix detection of mount points for encrypted file systems
|
||||||
|
* Fix crash scrolling quickly in the drive selection combobox
|
||||||
|
* Add bcache detection
|
||||||
|
* Add JBD external EXT3/4 journal detection
|
||||||
|
|
||||||
|
Bug Fixes
|
||||||
|
---------
|
||||||
|
* Add labelling of mounted btrfs, ext2/3/4 and xfs file systems (#163, !87)
|
||||||
|
* Fix detection of mount points for encrypted file systems (#162, !88)
|
||||||
|
* Fix unmount error when unmounting below a bind mount point (!89)
|
||||||
|
* Fix crash scrolling quickly in the drive selection combobox (#165, !91)
|
||||||
|
* Add initial Indonesian translation of help (!90)
|
||||||
|
* Add accessibility relations for screen readers like Orca (!92)
|
||||||
|
* Fix partition creation at sector 2048 if partition before it (#172, !93)
|
||||||
|
* Make more getter methods use return-by-constant-reference (!94)
|
||||||
|
* Check copy destination instead of source (!95)
|
||||||
|
* Add bcache detection (#183, !96)
|
||||||
|
* Add JBD external EXT3/4 journal detection (#89, !97)
|
||||||
|
* Fix translation of DocBook markup tag of the GParted Manual (!98)
|
||||||
|
|
||||||
|
Code Credits
|
||||||
|
------------
|
||||||
|
Code enhancements are courtesy of Movie Ma, Pascal Engélibert, and
|
||||||
|
Mike Fleetwood.
|
||||||
|
|
||||||
|
Translations (new/updated)
|
||||||
|
--------------------------
|
||||||
|
cs(Marek Černocký), da(Alan Mortensen), eu(Asier Sarasua Garmendia),
|
||||||
|
fur(Fabio Tomat), he(Yaron Shahrabani), hr(Goran Vidović),
|
||||||
|
hu(Balázs Úr), id(Andika Triwidada), it(Milo Casagrande),
|
||||||
|
ko(Seong-ho Cho), lt(Aurimas Černius), lv(Rūdolfs Mazurs),
|
||||||
|
nb(Kjell Cato Heskjestad), nl(Nathan Follens), pa(A S Alam),
|
||||||
|
pt(Hugo Carvalho), ru(Aleksandr Melman, Sergej A), sk(Dušan Kazik),
|
||||||
|
sl(Matej Urbančič), sr(Мирослав Николић), zh_CN(Luming Zh)
|
||||||
|
|
||||||
|
Dependencies (new/updated)
|
||||||
|
--------------------------
|
||||||
|
* n/a
|
||||||
|
|
||||||
|
|
||||||
============================
|
============================
|
||||||
GParted 1.3.1 (2021-07-19)
|
GParted 1.3.1 (2021-07-19)
|
||||||
============================
|
============================
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([gparted],[1.3.1-git],[https://gitlab.gnome.org/GNOME/gparted/issues])
|
AC_INIT([gparted],[1.4.0],[https://gitlab.gnome.org/GNOME/gparted/issues])
|
||||||
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