========== gparted-0.6.4 ==========
This commit is contained in:
parent
adc55bec50
commit
a4bbdb0c86
22
NEWS
22
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)
|
0.6.3 (2010-09-23)
|
||||||
====================
|
====================
|
||||||
|
|
|
@ -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_SRCDIR([src/main.cc])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|
Loading…
Reference in New Issue