summaryrefslogtreecommitdiffstats
path: root/perl-install/NEWS
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-03-06 12:51:19 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-03-06 12:51:19 +0000
commit5c2dacabb3f62574c0d936a118b688de8a5a1f6d (patch)
tree84641be7f59fc1068b20629c6ee7237f283438ee /perl-install/NEWS
parentf8c581d20a0d50165bae7edbc2548afae68deb40 (diff)
downloaddrakx-backup-do-not-use-5c2dacabb3f62574c0d936a118b688de8a5a1f6d.tar
drakx-backup-do-not-use-5c2dacabb3f62574c0d936a118b688de8a5a1f6d.tar.gz
drakx-backup-do-not-use-5c2dacabb3f62574c0d936a118b688de8a5a1f6d.tar.bz2
drakx-backup-do-not-use-5c2dacabb3f62574c0d936a118b688de8a5a1f6d.tar.xz
drakx-backup-do-not-use-5c2dacabb3f62574c0d936a118b688de8a5a1f6d.zip
- fix partition device name for some dmraid (missing "p", cf #38363)
simplifying code, since using "p" to separate device name from partition number when device name ends with a digit is standard in the kernel $hd->{prefix} is no more always created. Only used in same special cases
Diffstat (limited to 'perl-install/NEWS')
-rw-r--r--perl-install/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 3e4c70054..4e467652a 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -3,10 +3,12 @@
- diskdrake:
o fix resizing/formatting ntfs (broken because of ntfs-3g switch in previous
release)
+ o fix partition device name for some dmraid (missing "p", cf #38363)
o do not timeout after 10 minutes when resizing NTFS partition
- detect_devices:
o provide sysfs device path on Firewire and PCMCIA bus
(to be able to fix #33950 in drakx-net)
+
Version 10.9 - 5 March 2008
- adapt to new kernel-2.6.25's sysfs layout (Eric Pielbug, #38235)