From 489b428dfe4ec784d09c51c4c37048737c11118c Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Tue, 21 Feb 2023 10:14:32 -0700 Subject: [PATCH] ========== gparted-1.5.0 ========== --- NEWS | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cc48f3b4..b64b1029 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,55 @@ +============================ +GParted 1.5.0 (2023-02-21) +============================ + +Release Notes +------------- + This release of GParted includes enhancements, bug fixes and + language translation updates. + +### Key changes include: + + * Fix path used to resize btrfs needs to be a directory + * Fix crash when copying NTFS to starting beyond 2 TiB + * Enable repair when checking exfat file systems + +Bug Fixes +--------- + * Fix undeclared identifier 'basename' build failure with musl libc (!99) + * Fix NULL == 0 assumption in call to ped_partition_flag_next() (!100) + * Fix path used to resize btrfs needs to be a directory (#193, !102) + * Fix make distcheck failure found in GitLab CI job unbuntu_test (!103) + * Add Alpine Linux CI jobs and resolve FAT16/32 label and UUID issues (!104) + * Update used btrfs file system commands, btrfs-progs 4.5 required (!105) + * Update AC_PROG_LIBTOOL to LT_INIT in configure.ac (!106) + * Migrate from intltool to gettext translation (!107) + * Fix crash when copying NTFS to starting beyond 2 TiB (#164, !108) + * Enable repair when checking exfat file systems (!109) + * Increase minimum XFS size to 300 MiB (#217, !110) + * Erase all Promise FastTrack RAID signatures (#220, !111) + +Code Credits +------------ + Code enhancements are courtesy of Markus Volk, Dominika Liberda and + Mike Fleetwood. + +Translations (new/updated) +-------------------------- + ca(Jordi Mas), da(Alan Mortensen), de(Jürgen Benvenuti), + fr(Irénée Thirion), he(Yaron Shahrabani, Yosef Or Boczko), + hr(Goran Vidović), hu(Balázs Úr), id(Andika Triwidada, Kukuh Syafaat), + ka(Temuri Doghonadze, Zurab Kargareteli), ko(Seong-ho Cho), + nl(Nathan Follens), pl(Piotr Drąg), pt(Hugo Carvalho), + pt_BR(Rafael Fontenelle, Enrico Nicoletto), ru(Aleksandr Melman, Sergej A), + sk(Dušan Kazik), sl(Matej Urbančič), sr(Мирослав Николић), + sv(Anders Jonsson, Luna Jernberg), tr(Sabri Ünal, Muhammet Kara), + uk(Yuri Chornoivan) + +Dependencies (new/updated) +-------------------------- + * btrfs-progs >= 4.5 package is required for btrfs file system support. + + ============================ GParted 1.4.0 (2022-03-28) ============================ diff --git a/configure.ac b/configure.ac index b3a753ef..e57cecc2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([gparted],[1.4.0-git],[https://gitlab.gnome.org/GNOME/gparted/issues]) +AC_INIT([gparted],[1.5.0],[https://gitlab.gnome.org/GNOME/gparted/issues]) AC_PREREQ([2.50]) AC_CONFIG_SRCDIR([src/main.cc])