From 161c5e4cf09bd630e320eeeaecf9bafda5102031 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Mon, 8 Mar 2010 09:27:39 -0700 Subject: [PATCH] ========== gparted-0.5.2 ========== --- NEWS | 37 ++++++++++++++++++++++++++++++++++++- configure.in | 2 +- 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ba84ccae..edad1edc 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,45 @@ +==================== +0.5.2 (2010-03-08) +==================== +NOTES + This release of GParted includes bug fixes, and language translation + updates. + + Key changes include: + - Fix bug when copying huge (> 100 GB) NTFS partition never finishes + - Disable extended partition option for GPT disks + +BUG FIXES + * Fix bug when copying huge NTFS partition never finishes (#575324) + * Indicate required software if unable to read file system (#576908) + * Disable extended option for non-MSDOS and non-DVH disk types (#583906) + * Add check if partition table re-read work around code is needed + * Fix problem building gparted on OpenSUSE 11.1 (#608065) + * Make partition "New" label available for translation (#610540) + * Enable removal of msftres flag on GPT disk (#518439) + - Requires libparted-2.0 or higher + * Set HFS/HFS+ partition identifier to proper value (#568867) + - Requires libparted-2.2 or higher + +TRANSLATIONS (new/updated) + * bg(Alexander Shopov), cs(Marek Černocký, Adrian Guniš, Petr Kovar), + de(Mario Blättermann), en_GB(Bruce Cowan), es(Jorge González), + fr(Claude Paroz), gl(Fran Diéguez), hu(Gabor Kelemen), pl(Piotr Drąg), + lv(Rūdolfs Mazurs, Peteris Krisjanis), pt(António Lima), + pt_BR(Henrique P. Machado, Djavan Fagundes), sl(Matej Urbančič), + sv(Daniel Nylander) + +DEPENDENCIES (new/updated) + * no change. + + ==================== 0.5.1 (2010-01-25) ==================== NOTES This release of GParted includes some very important bug fixes in addition to language translation updates. - + Key changes include: - Work around partition resizing problems with newer udev and kernels - Avoid crashes by ignoring devices with sector size > 512 bytes diff --git a/configure.in b/configure.in index ff7ecffa..91b99273 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([gparted],[0.5.1-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) +AC_INIT([gparted],[0.5.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) AC_CONFIG_SRCDIR(src/main.cc) AC_CONFIG_HEADERS([config.h])