Skip to content

Commit ecdf4d4

Browse files
committed
========== gparted-1.3.1 ==========
1 parent b64878e commit ecdf4d4

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

NEWS

+39
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
============================
2+
GParted 1.3.1 (2021-07-19)
3+
============================
4+
5+
Release Notes
6+
-------------
7+
This release of GParted includes bug fixes and language translation
8+
updates.
9+
10+
### Key changes include:
11+
12+
* Fix recognition of SD/MMC device names
13+
* Make XFS copy duplicate the file system label and UUID
14+
15+
Bug Fixes
16+
---------
17+
* Replace deprecated gtk_show_uri() method for help window (!82)
18+
* Fix recognition of SD/MMC device names (!83)
19+
* Handle change in path for udisks2-inhibit executable (!84)
20+
* Make XFS copy duplicate the file system label and UUID (!85)
21+
22+
Code Credits
23+
------------
24+
Code enhancements are courtesy of Mike Fleetwood and Curtis Gedak.
25+
26+
Translations (new/updated)
27+
--------------------------
28+
da(Ask Hjorth Larsen), de(Wolfgang Stöggl, Philipp Kiemle),
29+
es(Daniel Mustieles), fr(Claude Paroz), id(Andika Triwidada),
30+
kk(Baurzhan Muftakhidinov), ko(Seong-ho Cho), pl(Piotr Drąg),
31+
pt(Hugo Carvalho), pt_BR(Rafael Fontenelle, Enrico Nicoletto),
32+
ro(Daniel Șerbănescu), sv(Anders Jonsson), uk(Yuri Chornoivan),
33+
vi(Ngọc Quân Trần)
34+
35+
Dependencies (new/updated)
36+
--------------------------
37+
* n/a
38+
39+
140
============================
241
GParted 1.3.0 (2021-05-03)
342
============================

configure.ac

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