Skip to content

Commit 06e7aee

Browse files
committed
Update readme
1 parent 735db0c commit 06e7aee

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased] - XX-XX-XX
88

9+
## [3.6.5] - 2019-11-18
10+
911
### Added
1012

1113
- Dynamic modules configuration
@@ -16,7 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1618
- Updated ngx_brotli module
1719
- Bump LibreSSL version to 3.0.2
1820
- Fix issue with ngx_http_redis module download
19-
- Update OpenSSL 3.0.0-dev commit and patch
21+
- Update OpenSSL 3.0.0-dev commit number and patch
2022

2123
### Fixed
2224

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ Optional modules :
106106
* Ubuntu 16.04 LTS (Xenial)
107107
* Debian 9 (Stretch)
108108
* Debian 8 (Jessie)
109-
* Raspbian (Stretch)
109+
* Raspbian 9 (Stretch)
110+
* Raspbian 10 (Buster)
110111

111112
### Applications
112113

docs/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: Nginx-ee - Automated Nginx compilation from sources with additional modules support
33
layout: default
44
---
@@ -53,7 +53,7 @@ Automated Nginx compilation from sources with additional modules support
5353
</ul>
5454
<hr />
5555
<h2 id="additional-third-party-modules">Additional Third-party modules</h2>
56-
<p>Nginx current mainline release : <strong>v1.17.4</strong>
56+
<p>Nginx current mainline release : <strong>v1.17.5</strong>
5757
Nginx current stable release : <strong>v1.16.1</strong></p>
5858
<ul>
5959
<li><a href="https://github.com/FRiCKLE/ngx_cache_purge">ngx_cache_purge</a></li>
@@ -96,7 +96,8 @@ Nginx current stable release : <strong>v1.16.1</strong></p>
9696
<li>Ubuntu 16.04 LTS (Xenial)</li>
9797
<li>Debian 9 (Stretch)</li>
9898
<li>Debian 8 (Jessie)</li>
99-
<li>Raspbian (Stretch)</li>
99+
<li>Raspbian 9 (Stretch)</li>
100+
<li>Raspbian 10 (Buster)</li>
100101
</ul>
101102
<h3 id="applications">Applications</h3>
102103
<h4 id="lemp-stack">LEMP Stack</h4>

0 commit comments

Comments
 (0)