From 298165511c0deebdef480047294bdaa3256025f1 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Thu, 8 Jul 2010 13:24:25 -0600 Subject: [PATCH] ========== gparted-0.6.1 ========== --- NEWS | 28 ++++++++++++++++++++++++++++ configure.in | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6794a6d2..01dd9716 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +==================== +0.6.1 (2010-07-08) +==================== +NOTES + This is an important bug fix release for two critical bugs + found in GParted. Also included are some language translation + updates. + + Key changes include: + - Fix crash moving partition when size is a multiple of 16 MiB + - Disable MiB alignment temporarily until bug #623630 can be fixed. + + Bug #623630 is a problem where moving logical partitions using + the new MiB alignment feature might overwrite the Extended Boot + Record of another logical partition. This causes an invalid + partition table with a wrong signature. + +BUG FIXES + * Fix crash moving partition when size is a multiple of 16 MiB (#623697) + * Disable MiB alignment temporarily until bug #623630 can be fixed. + +TRANSLATIONS (new/updated) + * cs(Adrian Guniš), gl(Fran Diéguez), he(Yaron Shahrabani) + +DEPENDENCIES (new/updated) + * no change. + + ==================== 0.6.0 (2010-06-18) ==================== diff --git a/configure.in b/configure.in index cdd6d958..2833ae77 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([gparted],[0.6.0-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) +AC_INIT([gparted],[0.6.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) AC_CONFIG_SRCDIR(src/main.cc) AC_CONFIG_HEADERS([config.h])