summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2022-11-20 16:41:03 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2022-11-20 16:41:03 +0000
commitf96570cd0969342ef1b72031003257fe4c2f2d37 (patch)
tree196ee34f727f45457d3333d931a7081f8ff8b070
parent67d6666b39c23d63408a39de6cba557bc88f4279 (diff)
downloaddrakx-f96570cd0969342ef1b72031003257fe4c2f2d37.tar
drakx-f96570cd0969342ef1b72031003257fe4c2f2d37.tar.gz
drakx-f96570cd0969342ef1b72031003257fe4c2f2d37.tar.bz2
drakx-f96570cd0969342ef1b72031003257fe4c2f2d37.tar.xz
drakx-f96570cd0969342ef1b72031003257fe4c2f2d37.zip
Update NEWS.
-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)