diff options
| author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2026-01-24 23:07:14 +0000 |
|---|---|---|
| committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2026-01-24 23:07:14 +0000 |
| commit | bfb16c1efaab5222aabdcff84b4d92b2853bc2dd (patch) | |
| tree | 8fb7ae5c50eb47f9e0e10d01b27a34149d00130b /perl-install | |
| parent | 12ad753d9a26261fac9b77a381c74e1ede06544f (diff) | |
| download | drakx-bfb16c1efaab5222aabdcff84b4d92b2853bc2dd.tar drakx-bfb16c1efaab5222aabdcff84b4d92b2853bc2dd.tar.gz drakx-bfb16c1efaab5222aabdcff84b4d92b2853bc2dd.tar.bz2 drakx-bfb16c1efaab5222aabdcff84b4d92b2853bc2dd.tar.xz drakx-bfb16c1efaab5222aabdcff84b4d92b2853bc2dd.zip | |
18.7318.73
Diffstat (limited to 'perl-install')
| -rw-r--r-- | perl-install/Makefile.config | 2 | ||||
| -rw-r--r-- | perl-install/NEWS | 3 | ||||
| -rw-r--r-- | perl-install/install/NEWS | 3 |
3 files changed, 7 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index da6dd1826..d855b133d 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=18.72 +VERSION:=18.73 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index eda051acf..034447dfc 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,7 +1,10 @@ +Version 18.73 - 24 January 2026 + - eliminate unnecessary calls to 'systemctl is-enabled' in services::services() o this reduces clutter in the installer log file - diskdrake: o fix partitioning wizard +- translation updates Version 18.72 - 18 January 2026 diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 264ac10c7..b4bb70d49 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,7 +1,10 @@ +Version 18.73 - 24 January 2026 + - add help text anchor to timezone selection screen (mga#34909) - eliminate unnecessary calls to 'systemctl is-enabled' in services::services() o this reduces clutter in the installer log file - fix partitioning wizard +- translation updates Version 18.72 - 18 January 2026 |
