summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2022-12-03 12:10:17 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2022-12-03 12:10:17 +0000
commit932028f884e716ceb7f732e846e4206d7e29b604 (patch)
tree1b9ddd8e498455177586cdf89b645967df075b1f
parent0ba10492b4db7e36b0ee7133f1342f9855ddf537 (diff)
downloaddrakx-932028f884e716ceb7f732e846e4206d7e29b604.tar
drakx-932028f884e716ceb7f732e846e4206d7e29b604.tar.gz
drakx-932028f884e716ceb7f732e846e4206d7e29b604.tar.bz2
drakx-932028f884e716ceb7f732e846e4206d7e29b604.tar.xz
drakx-932028f884e716ceb7f732e846e4206d7e29b604.zip
18.5218.52
-rw-r--r--perl-install/Makefile.config2
-rw-r--r--perl-install/NEWS3
-rw-r--r--perl-install/install/NEWS3
3 files changed, 7 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config
index 9dcdc0bd9..9dc5a5db6 100644
--- a/perl-install/Makefile.config
+++ b/perl-install/Makefile.config
@@ -1,5 +1,5 @@
# -*- Makefile -*-
-VERSION:=18.51
+VERSION:=18.52
SUDO = sudo
TMPDIR = /tmp
diff --git a/perl-install/NEWS b/perl-install/NEWS
index be86f168a..9434f4aa1 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+Version 18.52 - 3 December 2022
+
- run_program:
o add optional callback when waiting for program to terminate
* this allows GUI applications to respond to check-alive pings (mga#31105)
@@ -8,6 +10,7 @@
- finish-install:
o when renaming a user, update the name in any network config files
o detect and adapt to systems using NetworkManager
+- updated translations
Version 18.51 - 29 October 2022
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index da06851f3..d1f0ebdf5 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,7 +1,10 @@
+Version 18.52 - 3 December 2022
+
- 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
+- updated translations
Version 18.51 - 29 October 2022