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])