Skip to content

Commit ce61e1e

Browse files
committed
========== gparted-1.6.0 ==========
1 parent e02f628 commit ce61e1e

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

NEWS

+51
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
============================
2+
GParted 1.6.0 (2024-02-26)
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+
* Stop forcing 1 MiB gap when moving partition boundary right
13+
* Fix crash when dealing with 0000-0000 exfat UUID
14+
* Remove Attempt Data Rescue and use of gpart
15+
16+
Bug Fixes
17+
---------
18+
* Stop forcing 1 MiB gap when moving partition boundary right (#227, !112)
19+
* Fix GitLab CI test jobs failures on BlockSpecial unit tests (!113)
20+
* Fix Missing progress bar text reset when applying operation (#230, !114)
21+
* Fix crash when dealing with 0000-0000 exfat UUID (!115)
22+
* Update systemd mount masking and udev rule location (!116)
23+
* Require C++11 compilation (!117)
24+
* Remove Attempt Data Rescue and use of gpart (!118)
25+
* Tidy-ups for file system interface classes (!119)
26+
* Move appstream metadata out of legacy path (#241, !120)
27+
* Document future Debian/Ubuntu build time dependency in README (!121)
28+
29+
Code Credits
30+
------------
31+
Code enhancements are courtesy of Marcin Zepp and Mike Fleetwood.
32+
33+
Translations (new/updated)
34+
--------------------------
35+
cs(Daniel Rusek), da(Alan Mortensen), de(Jürgen Benvenuti),
36+
es(Daniel Mustieles), eu(Asier Sarasua Garmendia), fa(Danial Behzadi),
37+
fur(Fabio Tomat), ga(katerine Papava), gl(Fran Dieguez),
38+
he(Yosef Or Boczko), hu(Balázs Úr), id(Kukuh Syafaat),
39+
ie(Olga Smirnova), ka(Ekaterine Papava), kk(Baurzhan Muftakhidinov),
40+
lt(Aurimas Černius), pl(Piotr Drąg), pt(Hugo Carvalho),
41+
pt_BR(marcelocripe, Juliano de Souza Camargo), ro(Florentina Mușat),
42+
ru(Sergej A), sk(Dušan Kazik), sv(Anders Jonsson),
43+
tr(Sabri Ünal, Emin Tufan), uk(Yuri Chornoivan),
44+
zh_CN(Luming Zh, Boyuan Yang), zh_TW(Woodman Tuen, Cheng-Chia Tseng)
45+
46+
Dependencies (new/updated)
47+
--------------------------
48+
* gpart is no longer needed because the "Attempt Data Rescue"
49+
feature has been removed.
50+
51+
152
============================
253
GParted 1.5.0 (2023-02-21)
354
============================

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([gparted],[1.5.0-git],[https://gitlab.gnome.org/GNOME/gparted/issues])
1+
AC_INIT([gparted],[1.6.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)