gparted-0.4.1

svn path=/trunk/; revision=990
This commit is contained in:
Curtis Gedak 2008-11-29 17:53:12 +00:00
parent 504eb04ddc
commit a82ff5a466
5 changed files with 45 additions and 3 deletions

View File

@ -1,7 +1,10 @@
2008-11-29 Curtis Gedak <gedakc@gmail.com>
* 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

31
NEWS
View File

@ -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.

View File

@ -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])

View File

@ -1,3 +1,8 @@
2008-11-29 Curtis Gedak <gedakc@gmail.com>
* gparted-0.4.1
===================================================
2008-11-28 Curtis Gedak <gedakc@gmail.com>
* gparted-0.4.0

View File

@ -1,3 +1,8 @@
2008-11-29 Curtis Gedak <gedakc@gmail.com>
* gparted-0.4.1
===================================================
2008-11-28 Curtis Gedak <gedakc@gmail.com>
* gparted-0.4.0