summaryrefslogtreecommitdiffstats
path: root/perl-install/install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-04-20 18:22:13 +0000
committerThierry Vignaud <tv@mageia.org>2012-04-20 18:22:13 +0000
commitc1491d4e98b60a71680ffe22bb8a71c6be683e74 (patch)
tree230d1bab1ded8f5dab8292d1c196683950ae7f32 /perl-install/install
parent6f733b8a89df9e973657323fc410159774d18241 (diff)
downloaddrakx-backup-do-not-use-c1491d4e98b60a71680ffe22bb8a71c6be683e74.tar
drakx-backup-do-not-use-c1491d4e98b60a71680ffe22bb8a71c6be683e74.tar.gz
drakx-backup-do-not-use-c1491d4e98b60a71680ffe22bb8a71c6be683e74.tar.bz2
drakx-backup-do-not-use-c1491d4e98b60a71680ffe22bb8a71c6be683e74.tar.xz
drakx-backup-do-not-use-c1491d4e98b60a71680ffe22bb8a71c6be683e74.zip
(fs::partitioning_wizard::main) use newly introduced raid2real_kind() in
order to get data about RAID devices, thus fixing: - crashing on selecting a RAID device (calling first_usable_sector on undefined value in partition_table::get_normal_parts_and_holes()) - listing RAID devices (bug introduced in commit r265764 pterjan by on Feb 4 2010: "partitioning wizard: offer to install on dmraid and existing lvm") sadly we trade "calling method on undefined value" for "calling method on unblessed reference" (see next commit)
Diffstat (limited to 'perl-install/install')
-rw-r--r--perl-install/install/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index c16156c65..3ff8c7803 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,7 @@
+- partitioning wizard:
+ o do not crash on selecting a RAID device
+ o fix listing RAID devices
+
Version 14.7 - 19 April 2012
- fix a crash when package state is empty (mga#5487)