From a10057d837c0e2466d6ab2656a69cadae6c0cb16 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Mon, 3 Aug 2015 10:05:57 -0600 Subject: [PATCH] ========== gparted-0.23.0 ========== --- NEWS | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2661d575..b6e0a0e8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,57 @@ +============================ +GParted 0.23.0 (2015-08-03) +============================ + +Release Notes +------------- + This release of GParted includes enhancements, bug fixes and + language translation updates. + +### Key changes include: + + * Add partition name to create dialog and enable online naming + (relevant for GPT partitioned disk) + * Show serial number in device information + * Add support for btrfs set new file system UUID + * Prevent UI hang when resizing FAT16/32, HFS and HFS+ file systems + +Bug Fixes +--------- + * Only set LVM partition flag on tables which support it (#746204) + * Add partition name to create dialog and enable online naming (#746214) + * Fix some operations fail after paste into existing partition (#746559) + * Fix FileSystem object memory leaks in init_filesystems (#749036) + * Fix arcane cylinder size adjustment when copying and resizing (#749867) + * Reduce the amount of copying of partition objects (#750168) + * Refactor LVM2_PV_Info module interface and cache representation (#750582) + - Adjust pointers to prevent crash resizing a logical partition (#752587) + * Show serial number in device information (#751251) + * Add support for btrfs set new file system UUID(#751337) + * Prevent UI hang when resizing FAT16/32, HFS and HFS+ file systems (#737022) + * Add translation comments for code section setting partition flag (#752901) + +Code Credits +------------ + Code enhancements are courtesy of Mike Fleetwood and Curtis Gedak. + +Translations (new/updated) +-------------------------- + ca(Jordi Mas), cs(Marek Černocký), de(Wolfgang Stöggl), + es(Daniel Mustieles), fr(Alexandre Franke), gd(GunChleoc), + hu(Gábor Kelemen, Balázs Úr), is(Sveinn í Felli), it(Milo Casagrande), + kk(Baurzhan Muftakhidinov), pa(A S Alam), pl(Piotr Drąg), + pt_BR(Enrico Nicoletto), ro(Daniel Șerbănescu), ru(Stas Solovey), + sk(Dušan Kazik), sv(Josef Andersson, Anders Jonsson), + th(Akom Chotiphantawanon) + +Dependencies (new/updated) +-------------------------- + * hdparm command is required for optional display serial number device + information. + * btrfs-progs version >= 4.1 June 2015 package is required for + optional set new btrfs UUID. + + ============================ GParted 0.22.0 (2015-03-23) ============================ diff --git a/configure.ac b/configure.ac index 59df4c72..294578cf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([gparted],[0.22.0-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) +AC_INIT([gparted],[0.23.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) AC_PREREQ([2.50]) AC_CONFIG_SRCDIR([src/main.cc])