========== gparted-1.3.1 ==========

This commit is contained in:
Curtis Gedak 2021-07-19 10:40:49 -06:00
parent b64878eceb
commit ecdf4d42a8
2 changed files with 40 additions and 1 deletions

39
NEWS
View file

@ -1,3 +1,42 @@
============================
GParted 1.3.1 (2021-07-19)
============================
Release Notes
-------------
This release of GParted includes bug fixes and language translation
updates.
### Key changes include:
* Fix recognition of SD/MMC device names
* Make XFS copy duplicate the file system label and UUID
Bug Fixes
---------
* Replace deprecated gtk_show_uri() method for help window (!82)
* Fix recognition of SD/MMC device names (!83)
* Handle change in path for udisks2-inhibit executable (!84)
* Make XFS copy duplicate the file system label and UUID (!85)
Code Credits
------------
Code enhancements are courtesy of Mike Fleetwood and Curtis Gedak.
Translations (new/updated)
--------------------------
da(Ask Hjorth Larsen), de(Wolfgang Stöggl, Philipp Kiemle),
es(Daniel Mustieles), fr(Claude Paroz), id(Andika Triwidada),
kk(Baurzhan Muftakhidinov), ko(Seong-ho Cho), pl(Piotr Drąg),
pt(Hugo Carvalho), pt_BR(Rafael Fontenelle, Enrico Nicoletto),
ro(Daniel Șerbănescu), sv(Anders Jonsson), uk(Yuri Chornoivan),
vi(Ngọc Quân Trần)
Dependencies (new/updated)
--------------------------
* n/a
============================
GParted 1.3.0 (2021-05-03)
============================

View file

@ -1,4 +1,4 @@
AC_INIT([gparted],[1.3.0-git],[https://gitlab.gnome.org/GNOME/gparted/issues])
AC_INIT([gparted],[1.3.1],[https://gitlab.gnome.org/GNOME/gparted/issues])
AC_PREREQ([2.50])
AC_CONFIG_SRCDIR([src/main.cc])