Update project files

This commit is contained in:
cytopia 2022-03-18 14:04:02 +01:00
parent d6337ccb51
commit 6a98ee4109
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 24 additions and 2 deletions

View File

@ -13,8 +13,8 @@ error_reporting(-1);
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
$DEVILBOX_VERSION = 'v1.10.5';
$DEVILBOX_DATE = '2022-03-16';
$DEVILBOX_VERSION = 'v1.11.0';
$DEVILBOX_DATE = '2022-03-18';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
//

View File

@ -6,8 +6,30 @@ Make sure to have a look at [UPDATING.md](https://github.com/cytopia/devilbox/bl
## Unreleased
## Release v1.11.0 (2022-03-18)
#### Fixed
- Fixed pidof issue on QUEMU by replacing it with pgrep #854
#### Added
- Allow to globally enable/disable HTTP/2 [#844](https://github.com/cytopia/devilbox/issues/844)
- Added New `.env` variable: `HTTPD_HTTP2_ENABLE`
#### Changed
- Make MariaDB 10.6 the default
- Make PHP 8.1 the default
- Updated Apache 2.2
- Updated Apache 2.4
- Updated Nginx stable
- Updated Nginx mainline
- Updated PHP-FPM images [#230](https://github.com/devilbox/docker-php-fpm/pull/230)
## Release v1.10.5 (2022-03-16)
#### Added
- Added MariaDB 10.8
#### Changed
- Updated Bind [#36](https://github.com/cytopia/docker-bind/pull/36)
- Updated MySQL