From ecdf4d42a8e03029d2e37b45d887e3b4c9bc90b6 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Mon, 19 Jul 2021 10:40:49 -0600 Subject: [PATCH] ========== gparted-1.3.1 ========== --- NEWS | 39 +++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0b64465b..b3b91f35 100644 --- a/NEWS +++ b/NEWS @@ -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) ============================ diff --git a/configure.ac b/configure.ac index 22e2c93a..b21ad72a 100644 --- a/configure.ac +++ b/configure.ac @@ -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])