From a82ff5a46634f9fdd1a901b7f45f74c49d9ee762 Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Sat, 29 Nov 2008 17:53:12 +0000 Subject: [PATCH] gparted-0.4.1 svn path=/trunk/; revision=990 --- ChangeLog | 5 ++++- NEWS | 31 ++++++++++++++++++++++++++++++- configure.in | 2 +- help/ChangeLog | 5 +++++ po/ChangeLog | 5 +++++ 5 files changed, 45 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 18d4f022..0208b250 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ 2008-11-29 Curtis Gedak + * configure.in: gparted-0.4.1 + =================================================== + * src/GParted.cc: Removed code to recognize /dev/mapper/* devices. - - Too many /dev/mapper/* devices listed (including partitions) + - Too many /dev/mapper/* devices listed (including LVM partitions) - Roll back patch applied on 2008-10-15 - Reopens GParted bug #556114 diff --git a/NEWS b/NEWS index 07b4026a..77d62a93 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +==================== +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) ==================== @@ -41,7 +70,7 @@ TRANSLATIONS (new/updated) 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. diff --git a/configure.in b/configure.in index fcfb5e6d..fbde0df3 100644 --- a/configure.in +++ b/configure.in @@ -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]) diff --git a/help/ChangeLog b/help/ChangeLog index 32e00171..2e50b0f0 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,8 @@ +2008-11-29 Curtis Gedak + + * gparted-0.4.1 + =================================================== + 2008-11-28 Curtis Gedak * gparted-0.4.0 diff --git a/po/ChangeLog b/po/ChangeLog index d657906a..ad5201b3 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +2008-11-29 Curtis Gedak + + * gparted-0.4.1 + =================================================== + 2008-11-28 Curtis Gedak * gparted-0.4.0