gparted r990 - in trunk: . help po



Author: gedakc
Date: Sat Nov 29 17:53:12 2008
New Revision: 990
URL: http://svn.gnome.org/viewvc/gparted?rev=990&view=rev

Log:
gparted-0.4.1

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/help/ChangeLog
   trunk/po/ChangeLog

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sat Nov 29 17:53:12 2008
@@ -1,4 +1,33 @@
 ====================
+0.4.1   (2008-11-29)
+====================
+NOTES
+	This release of GParted rolls back /dev/mapper/* detection.
+	
+	The problem was that all /dev/mapper/* entries were added to the
+	device list including LVM partitions.  This was confusing behaviour
+	to GParted users, and in my opinion it was better to roll back
+	this change.
+
+	A work-around for /dev/mapper/* device detection is available by
+	passing the device names to gparted on the command line.
+	E.g.,
+	     gparted /dev/mapper/device-name
+
+	Thanks to FranÃois Dupoux for identifying this problem early, and
+	working towards a resolution.
+
+BUG FIXES
+	* Reopened bug - no longer sees /dev/mapper/* devices (#556114)
+
+TRANSLATIONS (new/updated)
+	* no change.
+
+DEPENDENCIES (new/updated)
+	* no change.
+
+
+====================
 0.4.0   (2008-11-28)
 ====================
 NOTES
@@ -41,7 +70,7 @@
 	  it(Milo Casagrande and Ubuntu-it),
 	  pt_BR(Carlos Eduardo Santos, Vladimir Melo, and Djavan Fagundes),
 	  sk(Pavol KlaÄanskÃ), sv(Daniel Nylander), uk(Vitovt),
-	  zh_HK(Chao-Hsiung Liao), zh_TW(Chao-Hsiung Liao),
+	  zh_HK(Chao-Hsiung Liao), zh_TW(Chao-Hsiung Liao)
 
 DEPENDENCIES (new/updated)
 	* blkid command required to read file system UUIDs.

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sat Nov 29 17:53:12 2008
@@ -1,4 +1,4 @@
-AC_INIT([gparted],[0.4.0-svn],[http://bugzilla.gnome.org/simple-bug-guide.cgi?product=gparted])
+AC_INIT([gparted],[0.4.1],[http://bugzilla.gnome.org/simple-bug-guide.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]