From e5103c45d407a1336154ab1f31cfc05b311e56b5 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 6 Nov 2009 15:02:36 +0000 Subject: make sure lang is loaded before we start the upgrade At the end of the upgrade, mdkonline-upgrade-helper invokes some ugtk2 code which does a require lang; which in turn tries to load utf8.pm (a module part of the core perl distribution). But if perl was upgraded to a newer version as part of the upgrade, utf8.pm might have moved to location different from where the running perl expects to find it (eg mdkonline-upgrade-helper was started by perl 5.8.0 which looks for its files in a directory containing 5.8.0 but in the mean time perl 5.10.1 was installed so utf8.pm is in a directory containing 5.10.1 in its name) (#55090). --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a83dc0ec..8d6122dc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +- mdkapplet-upgrade-helper + o make sure utf8.pm is loaded before starting an upgrade (#55090) + Version 2.77.8 - 5 November 2009, Thierry Vignaud - mdkapplet -- cgit v1.2.1