========== gparted-0.5.1 ==========

This commit is contained in:
Curtis Gedak 2010-01-25 09:05:00 -07:00
parent de611184bf
commit 569c7b647c
2 changed files with 35 additions and 1 deletions

34
NEWS
View file

@ -1,3 +1,37 @@
====================
0.5.1 (2010-01-25)
====================
NOTES
This release of GParted includes some very important bug fixes
in addition to language translation updates.
Key changes include:
- Work around partition resizing problems with newer udev and kernels
- Avoid crashes by ignoring devices with sector size > 512 bytes
BUG FIXES
* Work around to partition resizing problems (#604298)
- Thanks to François Dupoux and Steven Shiau for their help
* Ensure return code is passed up through commit() method
* Avoid crash by ignoring devices with sector size > 512 bytes (#595309)
- Thanks to Jan Claeys for initial small patch
* Capture libparted messages if invalid partition table found (#337244)
* Fix problem reading some FAT32 partitions (#605175)
TRANSLATIONS (new/updated)
* ar(Khaled Hosny), bg(Alexander Shopov),
cs(Adrian Guniš, Marek Černocký, Petr Kovar), da(Ask H. Larsen),
de(Mario Blättermann, Jan Janssen), eu(Inaki Larranaga Murgoitio),
en_GB(Bruce Cowan), es(Jorge González), fr(Claude Paroz),
gl(Anton Méixome), hu(Gabor Kelemen), it(Milo Casagrande),
pt_BR(Djavan Fagundes, Antonio Fernandes C. Neto),
ro(Lucian Adrian Grijincu, Adi Roiban), sl(Matej Urbančič),
sv(Daniel Nylander)
DEPENDENCIES (new/updated)
* no change.
====================
0.5.0 (2009-12-02)
====================

View file

@ -1,4 +1,4 @@
AC_INIT([gparted],[0.5.0-git],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
AC_INIT([gparted],[0.5.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gparted])
AC_CONFIG_SRCDIR(src/main.cc)
AC_CONFIG_HEADERS([config.h])