========== gparted-0.6.2 ==========
This commit is contained in:
parent
57b7475447
commit
5f04965ae0
25
NEWS
25
NEWS
|
@ -1,3 +1,28 @@
|
|||
====================
|
||||
0.6.2 (2010-08-01)
|
||||
====================
|
||||
NOTES
|
||||
This release of GParted includes important bug fixes, and
|
||||
language translation updates.
|
||||
|
||||
Key changes include:
|
||||
- Re-enable MiB partition alignment option
|
||||
- Fix problem with logical partition move overwriting EBR
|
||||
|
||||
BUG FIXES
|
||||
* Re-enable MiB partition alignment option
|
||||
* Fix problem with logical partition move overwriting EBR (#623630)
|
||||
* Ensure original partition boundaries kept on rollback of failed move
|
||||
* If available use both udisks and hal-lock to prevent auto-mounting
|
||||
|
||||
TRANSLATIONS (new/updated)
|
||||
* cs(Petr Kovar, Marek Černocký), es(Jorge González),
|
||||
el(Dimitris Tsiolis), kk(Baurzhan Muftakhidinov), zh_CN(Aron Xu)
|
||||
|
||||
DEPENDENCIES (new/updated)
|
||||
* no change.
|
||||
|
||||
|
||||
====================
|
||||
0.6.1 (2010-07-08)
|
||||
====================
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([gparted],[0.6.1-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
|
||||
AC_INIT([gparted],[0.6.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
|
||||
|
||||
AC_CONFIG_SRCDIR(src/main.cc)
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
|
Loading…
Reference in New Issue