diff options
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index f01dbb2d4..be86f168a 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -4,7 +4,7 @@ o add helper routine to terminate/kill a process - make installer routines for selecting a mirror and downloader available for use by draklive-install -- use better algorithm for determining nearest mirror (taken from urpmi) +- use better algorithm for determining nearest mirror (uses urpmi::mirrors) - finish-install: o when renaming a user, update the name in any network config files o detect and adapt to systems using NetworkManager diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 727e55665..da06851f3 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- support https URLs for online media - allow user to specify the downloader used for online supplementary media - allow user to specify a specific mirror and downloader when applying updates at the end of installation |