mirror of
https://github.com/webmin/webmin.git
synced 2026-02-05 15:12:15 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f6b3bb2ca5 | ||
|
|
f25c71f625 | ||
|
|
657113d0c8 |
@@ -1,6 +1,9 @@
|
||||
## Changelog
|
||||
|
||||
#### 2.110 (April 16, 2024)
|
||||
#### 2.111 (April 16, 2024)
|
||||
* Fix EOL detection for unreleased Linux distributions
|
||||
|
||||
#### 2.110 (April 15, 2024)
|
||||
* Add an API to check if the system is running or approaching its end of life (EOL)
|
||||
* Add support for `systemd-timesyncd` and `chronyd` to the System Time module
|
||||
* Add Ubuntu 24.04 support
|
||||
|
||||
@@ -101,6 +101,7 @@ if (ref($eol_json) eq 'ARRAY' && @$eol_json) {
|
||||
my ($eol_json_this_os) =
|
||||
grep { $_->{'_os'} eq $os &&
|
||||
$_->{'cycle'} eq $os_version } @$eol_json;
|
||||
return undef if (!$eol_json_this_os);
|
||||
$eol_json_this_os->{'_os_name'} = $gconfig{'real_os_type'};
|
||||
$eol_json_this_os->{'_os_version'} = $os_version;
|
||||
# Convert EOL date to a timestamp
|
||||
|
||||
Reference in New Issue
Block a user