========== gparted-0.6.4 ==========

This commit is contained in:
Curtis Gedak 2010-10-01 09:08:27 -06:00
parent adc55bec50
commit a4bbdb0c86
2 changed files with 23 additions and 1 deletions

22
NEWS
View File

@ -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)
====================

View File

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