Update Travis & Changelog

This commit is contained in:
VirtuBox 2019-08-29 13:55:48 +02:00
parent b650f4b3f4
commit 09b69e1a94
Signed by: virtubox
GPG Key ID: 22EB296C97BAD476
2 changed files with 6 additions and 3 deletions

View File

@ -26,7 +26,7 @@ addons:
script:
- sudo echo "Travis Banch = $TRAVIS_BRANCH"
- sudo apt-get install -y --force-yes nginx curl wget ccze
- sudo apt-get install -y --force-yes curl wget ccze
- sudo bash nginx-build.sh --travis && sudo bash nginx-build.sh --travis --stable && sudo bash nginx-build.sh --full --travis || sudo bash -c 'tail -n 100 /tmp/nginx-ee.log | ccze -A'
- sudo ls -alh /usr/sbin/nginx
- sudo chown -R travis /usr/local/src

View File

@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased] - XX-XX-XX
## [3.6.4] - 2019-08-29
### Added
- Debian 10 (buster) support
@ -16,8 +18,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Updated cronjob
- Improve module cloning duration by adding `--depth=50` to `git clone`
- PCRE, OPENSSL & Brotli are not compiled anymore. But are installed from [APT repository](https://build.opensuse.org/project/show/home:virtubox:nginx-ee) excepted Brotli on Debian 8 (jessie)
- Decrease build duration by 2
# [3.6.3] - 2019-07-15
## [3.6.3] - 2019-07-15
### Added
@ -36,7 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Missing OpenSSL patch
# [3.6.2] - 2019-04-24
## [3.6.2] - 2019-04-24
### Added