From a4bbdb0c861e0647ab435fbc6a4bf32806e02aa4 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Fri, 1 Oct 2010 09:08:27 -0600 Subject: [PATCH] ========== gparted-0.6.4 ========== --- NEWS | 22 ++++++++++++++++++++++ configure.in | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5a4768a1..ff6a6f1b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +==================== +0.6.4 (2010-10-01) +==================== +NOTES + This release of GParted fixes a regression introduced with the + previous version. The problem introduced was that when + partitions were created using MiB alignment, the resulting + partition was 1 MiB larger in size than requested. + + Key changes include: + - Fix partitions created using MiB alignment are 1 MiB larger + +BUG FIXES + * Fix partitions created using MiB alignment are 1 MiB larger (#631026) + +TRANSLATIONS (new/updated) + * none. + +DEPENDENCIES (new/updated) + * no change. + + ==================== 0.6.3 (2010-09-23) ==================== diff --git a/configure.in b/configure.in index 37a178d0..d5d6c02a 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([gparted],[0.6.3-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) +AC_INIT([gparted],[0.6.4],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted]) AC_CONFIG_SRCDIR([src/main.cc]) AC_CONFIG_HEADERS([config.h])