diff options
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/http.pm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 16d821d3a..63bff51a1 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- fix crash introduced by 'do not stay chdired in /mnt/var/cache/urpmi' - locale setting o fix configuring ibus (#56130) - partitioning wizard: diff --git a/perl-install/install/http.pm b/perl-install/install/http.pm index c98a4184d..caea04c3d 100644 --- a/perl-install/install/http.pm +++ b/perl-install/install/http.pm @@ -2,6 +2,7 @@ package install::http; # $Id$ use urpm::download; use common; +use Cwd; # to be killed once callers got fixed sub close() { |