[gparted] ========== gparted-1.1.0 ==========



commit 8a15021168b53850038dbe136e24416e183778cc
Author: Curtis Gedak <gedakc gmail com>
Date:   Mon Jan 20 10:15:32 2020 -0700

    ==========   gparted-1.1.0   ==========

 NEWS         | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 50 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 4c1563f5..b547541a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,52 @@
+============================
+GParted 1.1.0   (2020-01-20)
+============================
+
+Release Notes
+-------------
+  This release of GParted includes enhancements, bug fixes and
+  language translation updates.
+
+### Key changes include:
+
+  * Fix error when moving locked LUKS-encrypted partition
+  * Switch to faster minfo and mdir to read FAT16/32 usage
+  * Calculate JFS size accurately
+  * Recognise ATARAID members and detect their busy status
+
+Bug Fixes
+---------
+  * Fix test (dentry->d_name is invalidated by closedir...) (!41)
+  * Fix error when moving locked LUKS-encrypted partition (#48, !44)
+  * Add missing window title to Help Contents dialog (!45)
+  * Switch to faster minfo and mdir to read FAT16/32 usage (#569921)
+  * Whole device FAT32 file system reports device busy warning from mlabel (!46)
+  * Fix "invalid argument for seek()" error on very small (<=40KiB) drives (#16)
+  * Remain with CentOS 7 for GitLab CI (!48)
+  * Add file system interface tests (!49)
+  * Calculate JFS size accurately (!50)
+  * Recognise ATARAID members and detect their busy status (#75, !51)
+  * Rename members and variables currently named 'filesystem' (!52)
+
+Code Credits
+------------
+  Code enhancements are courtesy of Félix Piédallu, Mike Fleetwood,
+  and Curtis Gedak
+
+Translations (new/updated)
+--------------------------
+  ca(Jordi Mas), cs(Marek Černocký), de(Wolfgang Stöggl, Mathias L. Baumann),
+  en_GB(Bruce Cowan), es(Daniel Mustieles, Andre Klapper #80),
+  eu(Alexander Gabilondo, Asier Sarasua Garmendia ), fr(Claude Paroz),
+  hr(Goran Vidović), hu(Balázs Úr), id(Kukuh Syafaat), is(Sveinn í Felli),
+  lv(Rudolfs Mazurs), pa(A S Alam), pl(Piotr Drąg), pt_BR(Rafael Fontenelle),
+  ro(Daniel Șerbănescu), sv(Anders Jonsson), vi(Trần Ngọc Quân)
+
+Dependencies (new/updated)
+--------------------------
+  * xvfb-run command is required for 'make check' and 'make distcheck'
+
+
 ============================
 GParted 1.0.0   (2019-05-29)
 ============================
diff --git a/configure.ac b/configure.ac
index af9f1e5f..43503ac9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gparted],[1.0.0-git],[https://gitlab.gnome.org/GNOME/gparted/issues])
+AC_INIT([gparted],[1.1.0],[https://gitlab.gnome.org/GNOME/gparted/issues])
 AC_PREREQ([2.50])
 
 AC_CONFIG_SRCDIR([src/main.cc])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]