========== gparted-0.4.7 ==========
This commit is contained in:
parent
cba485357d
commit
6f94d0ddfc
27
NEWS
27
NEWS
|
@ -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)
|
||||
====================
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue