summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-03-28 18:08:13 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-03-28 18:08:13 +0000
commit221d58ec842f70419060c898b9b3025b7109ea3b (patch)
treec8a661322aafa8427539abaa355b6a71b4c42bb0 /perl-install/install/NEWS
parent82e7fa470773e0f2cca95d3f0ac76445960bdc89 (diff)
downloaddrakx-backup-do-not-use-221d58ec842f70419060c898b9b3025b7109ea3b.tar
drakx-backup-do-not-use-221d58ec842f70419060c898b9b3025b7109ea3b.tar.gz
drakx-backup-do-not-use-221d58ec842f70419060c898b9b3025b7109ea3b.tar.bz2
drakx-backup-do-not-use-221d58ec842f70419060c898b9b3025b7109ea3b.tar.xz
drakx-backup-do-not-use-221d58ec842f70419060c898b9b3025b7109ea3b.zip
- ensure umount on loopback-mounted-file doesn't leak /dev/loop
(otherwise it breaks install from isos on disk) (#36992)
Diffstat (limited to 'perl-install/install/NEWS')
-rw-r--r--perl-install/install/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 886dfd2dc..406bb7d13 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- ensure umount on loopback-mounted-file doesn't leak /dev/loop
+ (otherwise it breaks install from isos on disk) (#36992)
- warn the user and propose to install/quit-install before upgrading from a
partition where "/" is ext3 with block-size 1KB to avoid kernel bug (#37583)