Skip to content

Commit bc4b108

Browse files
committed
========== gparted-1.4.0 ==========
1 parent cbf4cb7 commit bc4b108

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

NEWS

+52
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
1+
============================
2+
GParted 1.4.0 (2022-03-28)
3+
============================
4+
5+
Release Notes
6+
-------------
7+
This release of GParted includes enhancements, bug fixes and
8+
language translation updates.
9+
10+
### Key changes include:
11+
12+
* Add labelling of mounted btrfs, ext2/3/4 and xfs file systems
13+
* Fix detection of mount points for encrypted file systems
14+
* Fix crash scrolling quickly in the drive selection combobox
15+
* Add bcache detection
16+
* Add JBD external EXT3/4 journal detection
17+
18+
Bug Fixes
19+
---------
20+
* Add labelling of mounted btrfs, ext2/3/4 and xfs file systems (#163, !87)
21+
* Fix detection of mount points for encrypted file systems (#162, !88)
22+
* Fix unmount error when unmounting below a bind mount point (!89)
23+
* Fix crash scrolling quickly in the drive selection combobox (#165, !91)
24+
* Add initial Indonesian translation of help (!90)
25+
* Add accessibility relations for screen readers like Orca (!92)
26+
* Fix partition creation at sector 2048 if partition before it (#172, !93)
27+
* Make more getter methods use return-by-constant-reference (!94)
28+
* Check copy destination instead of source (!95)
29+
* Add bcache detection (#183, !96)
30+
* Add JBD external EXT3/4 journal detection (#89, !97)
31+
* Fix translation of DocBook markup tag of the GParted Manual (!98)
32+
33+
Code Credits
34+
------------
35+
Code enhancements are courtesy of Movie Ma, Pascal Engélibert, and
36+
Mike Fleetwood.
37+
38+
Translations (new/updated)
39+
--------------------------
40+
cs(Marek Černocký), da(Alan Mortensen), eu(Asier Sarasua Garmendia),
41+
fur(Fabio Tomat), he(Yaron Shahrabani), hr(Goran Vidović),
42+
hu(Balázs Úr), id(Andika Triwidada), it(Milo Casagrande),
43+
ko(Seong-ho Cho), lt(Aurimas Černius), lv(Rūdolfs Mazurs),
44+
nb(Kjell Cato Heskjestad), nl(Nathan Follens), pa(A S Alam),
45+
pt(Hugo Carvalho), ru(Aleksandr Melman, Sergej A), sk(Dušan Kazik),
46+
sl(Matej Urbančič), sr(Мирослав Николић), zh_CN(Luming Zh)
47+
48+
Dependencies (new/updated)
49+
--------------------------
50+
* n/a
51+
52+
153
============================
254
GParted 1.3.1 (2021-07-19)
355
============================

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([gparted],[1.3.1-git],[https://gitlab.gnome.org/GNOME/gparted/issues])
1+
AC_INIT([gparted],[1.4.0],[https://gitlab.gnome.org/GNOME/gparted/issues])
22
AC_PREREQ([2.50])
33

44
AC_CONFIG_SRCDIR([src/main.cc])

0 commit comments

Comments
 (0)