From 5895ee02673da6e4722f7d62196beabd53c6c2e9 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 13 Aug 2019 09:58:25 +0200 Subject: [PATCH] Update travis and changelog --- .travis.yml | 1 + CHANGELOG.md | 10 +++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3cd9119..0fb937d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,7 @@ script: - sudo wp --allow-root --info - sudo wo info - sudo cat /etc/nginx/nginx.conf + - sudo tree -L 2 /etc/nginx - sudo cat /etc/mysql/my.cnf - sudo wo stack upgrade --nginx --no-prompt - sudo wo stack upgrade --php --no-prompt diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dbb655..f1722d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### v3.9.x - [Unreleased] +#### Changed + +- Do not force Nginx upgrade if a custom Nginx package compiled with nginx-ee is detected +- Gzip enabled again by default with configuration in /etc/nginx/conf.d/gzip.conf +- Brotli configuration moved in /etc/nginx/conf.d/brotli.conf (easier to disable in case of issues) +- Moving package configuration in a new plugin stack_pref.py + ### v3.9.7.2 - 2019-08-12 #### Fixed @@ -21,9 +28,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), #### Changed -- Gzip enabled again by default with configuration in /etc/nginx/conf.d/gzip.conf -- Brotli configuration moved in /etc/nginx/conf.d/brotli.conf (easier to disable in case of issues) -- Moving package configuration in a new plugin stack_pref.py - Set WordOps backend password length from 16 to 24 - Upgrade framework cement to 2.6.0 - Upgrade PyMySQL to 0.9.3