========== gparted-0.4.7 ==========

This commit is contained in:
Curtis Gedak 2009-10-09 09:34:32 -06:00
parent cba485357d
commit 6f94d0ddfc
2 changed files with 28 additions and 1 deletions

27
NEWS
View File

@ -1,3 +1,30 @@
====================
0.4.7 (2009-10-09)
====================
NOTES
This release of GParted includes some bug fixes, and language
translation updates.
Key changes include:
- Fixed new partition creation size off by one sector (#596552)
- Improved recognition of dmraid devices
BUG FIXES
* Added logic to find symbolic link device mount points (~#582687)
* Made set_used_sectors method less meddlesome for FAT16/32 (~#569921)
* Fixed new partition creation size off by one sector (#596552)
- Thanks to Seth Hunter for the patch
* Improved recognition of dmraid devices
* Enhanced to compile with libparted two digit version (e.g., 2.0)
TRANSLATIONS (new/updated)
* cs(Adrian Guniš), en_GB(Bruce Cowan), eu(Inaki Larranaga Murgoitio),
pl(Piotr Drąg)
DEPENDENCIES (new/updated)
* no change.
====================
0.4.6 (2009-08-05)
====================

View File

@ -1,4 +1,4 @@
AC_INIT([gparted],[0.4.6-git],[http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gparted])
AC_INIT([gparted],[0.4.7],[http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gparted])
AC_CONFIG_SRCDIR(src/main.cc)
AC_CONFIG_HEADERS([config.h])