Merge branch 'master' of github.com:webmin/webmin

This commit is contained in:
Jamie Cameron
2023-08-06 09:51:06 -07:00
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
## Changelog
#### 2.101 (August 4, 2023)
#### 2.101 (August 5, 2023)
* Add support for reading gzipped email messages
* Add support for Amazon Linux 2023
* Add `error_stderr` API
@ -8,6 +8,7 @@
* Fix new signing key import on Debian and derivatives
* Fix to check if password hash format is valid for `yescrypt` and `SHA512`
* Fix various XSS related issues
* Fix updating Webmin from repository if a package is available
#### 2.100 (July 22, 2023)
* Add support for showing defaults for options in PHP Configuration module

View File

@ -88,7 +88,7 @@ Amazon Linux $1 redhat-linux 20.0 `cat /etc/system-release 2>/dev/null` =~ /Am
Amazon Linux $1 redhat-linux 15.0 `cat /etc/system-release 2>/dev/null` =~ /Amazon\s+Linux\s+(2)\n/ || `cat /etc/system-release 2>/dev/null` =~ /Amazon\s+Linux\s+release\s+(2)\s/
# Amazon Linux (3, approximately based on Fedora)
Amazon Linux $1 redhat-linux 34.0 `cat /etc/system-release 2>/dev/null` =~ /Amazon\s+Linux\s+([\d+]{4})/
Amazon Linux $1 redhat-linux 34.0 `cat /etc/system-release 2>/dev/null` =~ /Amazon\s+Linux\s+release\s+([\d+]{4})/i
# Free Redhat Linux and Fedora
Redhat Linux $1 redhat-linux $1 `cat /etc/redhat-release 2>/dev/null` =~ /red.*hat.*release\s+(\S+)/i && `cat /etc/redhat-release 2>/dev/null` !~ /[eE]nterprise|AS|ES|WS|[aA]dvanced/