[gparted] ========== gparted-0.5.1 ==========



commit 569c7b647c5fae142491fa76b108983415ba5676
Author: Curtis Gedak <gedakc gmail com>
Date:   Mon Jan 25 09:05:00 2010 -0700

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

 NEWS         |   34 ++++++++++++++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 35 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index c1efeb8..ba84cca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,38 @@
 ====================
+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)
 ====================
 NOTES
diff --git a/configure.in b/configure.in
index 3cc1e89..fe5f2f3 100644
--- a/configure.in
+++ b/configure.in
@@ -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])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]