diff options
| -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 |
