Skip to content

Commit

Permalink
Update some file for release 2.3.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
MengqiWu committed Jun 18, 2019
1 parent 17685e3 commit 313b99c
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 8,430 deletions.
32 changes: 32 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
Changes with nginx 1.16.0 23 Apr 2019

*) 1.16.x stable branch.


Changes with nginx 1.15.12 16 Apr 2019

*) Bugfix: a segmentation fault might occur in a worker process if
variables were used in the "ssl_certificate" or "ssl_certificate_key"
directives and OCSP stapling was enabled.


Changes with nginx 1.15.11 09 Apr 2019

*) Bugfix: in the "ssl_stapling_file" directive on Windows.


Changes with nginx 1.15.10 26 Mar 2019

*) Change: when using a hostname in the "listen" directive nginx now
creates listening sockets for all addresses the hostname resolves to
(previously, only the first address was used).

*) Feature: port ranges in the "listen" directive.

*) Feature: loading of SSL certificates and secret keys from variables.

*) Workaround: the $ssl_server_name variable might be empty when using
OpenSSL 1.1.1.

*) Bugfix: nginx/Windows could not be built with Visual Studio 2015 or
newer; the bug had appeared in 1.15.9.

Changes with nginx 1.15.9 26 Feb 2019

Expand Down
19 changes: 19 additions & 0 deletions CHANGES.cn
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Tengine 2.3.1 [2019-03-25]

* Feature: stream ssl模块新增$ssl_handshakd_time变量 [mrpre]
* Feature: upstream check模块支持websocket健康检查 (mrpre)
* Change: round robin负载均衡算法采用随机起点 (wangfakang)
* Change: 升级http lua模块到v0.10.14 (mrpre)
* Change: 升级dyups模块到yzprofile/dyups的最新主干版本 (chobits)
* Change: 升级Nginx版本到Nginx-1.16.0(MenqqiWu)
* Change: 支持reqstatus模块的dso编译 (chobits)
* Change: 支持upstream dynamic模块的dso编译 (wangfakang)
* Change: 支持trim模块的dso编译 (wangfakang)
* Change: 支持footer模块的dso编译 (wangfakang)
* Change: 支持user_agent模块的dso编译 (wangfakang)
* Change: 支持concat模块的dso编译 (mathieu-aubin)
* Fix: 修复部分服务端返回的HTTP头部服务端版本信息 (AstroProfundis)
* Fix: 修复"-m"参数显示dynamic module的问题 (wangfakang)
* Fix:修复limit_req指令的参数检查 (wangfakang)
* Fix: 修复reqstatus在macOS下的兼容性问题 (chobits)

Tengine 2.3.0 [2019-03-25]

* Feature: 新增proxy_connect模块,可以支持HTTP的CONNECT方法 [chobits]
Expand Down
Loading

0 comments on commit 313b99c

Please sign in to comment.