summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS3
-rw-r--r--perl-install/install/NEWS4
2 files changed, 7 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index e3b43f391..8a27d3d7c 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,6 @@
+- 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)
- 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 499cdfe9d..727e55665 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,7 @@
+- 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
+
Version 18.51 - 29 October 2022
- Include rpm & rpmdb to allow database to be converted to sqlite (mga#31024)