From 6a98ee4109bfcf6b74119f9e26238ac8c4ab7b9f Mon Sep 17 00:00:00 2001 From: cytopia Date: Fri, 18 Mar 2022 14:04:02 +0100 Subject: [PATCH] Update project files --- .devilbox/www/config.php | 4 ++-- CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.devilbox/www/config.php b/.devilbox/www/config.php index 30084483..a4a3c7ba 100644 --- a/.devilbox/www/config.php +++ b/.devilbox/www/config.php @@ -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'; // diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ea2fba0..d2c5e066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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