Update README and changelog

This commit is contained in:
VirtuBox 2020-08-18 13:14:31 +02:00
parent 57331f6db8
commit 5d08b56cfd
Signed by: virtubox
GPG Key ID: 22EB296C97BAD476
4 changed files with 15 additions and 5 deletions

View File

@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased] - XX-XX-XX
## [3.6.7] - 2020-08-18
### Changed
- Compile with gcc-9
### Fixed
- wrong PPA repositories with Ubuntu 20.04
## [3.6.6] - 2020-05-02
### Changed

View File

@ -52,14 +52,14 @@ Automated Nginx compilation from sources with additional modules support
* Cloudflare HPACK
* Cloudflare zlib
* Automated nginx updates cronjob
* Compilation with GCC-7/8
* Compilation with GCC-7/9
* Security hardening and performance optimization enabled with proper GCC flags
---
## Additional Third-party modules
Nginx current mainline release : **v1.17.10**
Nginx current mainline release : **v1.19.2**
Nginx current stable release : **v1.18.0**
* [ngx_cache_purge](https://github.com/FRiCKLE/ngx_cache_purge)

View File

@ -48,12 +48,12 @@ Automated Nginx compilation from sources with additional modules support
<li>Cloudflare HPACK</li>
<li>Cloudflare zlib</li>
<li>Automated nginx updates cronjob</li>
<li>Compilation with GCC-7/8</li>
<li>Compilation with GCC-7/9</li>
<li>Security hardening and performance optimization enabled with proper GCC flags</li>
</ul>
<hr />
<h2 id="additional-third-party-modules">Additional Third-party modules</h2>
<p>Nginx current mainline release : <strong>v1.17.10</strong>
<p>Nginx current mainline release : <strong>v1.19.2</strong>
Nginx current stable release : <strong>v1.18.0</strong></p>
<ul>
<li><a href="https://github.com/FRiCKLE/ngx_cache_purge">ngx_cache_purge</a></li>

View File

@ -411,7 +411,7 @@ _gitget() {
}
_install_dependencies() {
echo -ne ' Installing dependencies [..]\r'
echo -ne ' Installing dependencies [..]\r'
if {
apt-get -o Dpkg::Options::="--force-confmiss" -o Dpkg::Options::="--force-confold" -y install \
git build-essential libtool automake autoconf \