|
| 1 | +Changes with Tengine 2.3.0 20 MAR 2019 |
| 2 | + |
| 3 | + *) Feature: added proxy_connect module support for the CONNECT |
| 4 | + HTTP method. (chobits) |
| 5 | + *) Feature: added server_name directive for Stream module. (mrpre) |
| 6 | + *) Feature: added req_status_lazy directive for reqstat module. (taoyuanyuan) |
| 7 | + *) Feature: added http2 directive to enable or disable http2 |
| 8 | + in the server block. (jinjiu) |
| 9 | + *) Feature: added $ssl_handshake_time variable used for monitoring |
| 10 | + SSL handshake time. (jinjiu) |
| 11 | + *) Feature: added support of variable of limit_req_zone |
| 12 | + parameter rate. (Alaaask) |
| 13 | + *) Change: updated debug_pool module for Nginx 1.15.9. (chobits) |
| 14 | + *) Change: updated documents for reuse_port、dso、limit_req |
| 15 | + directive changes. (chobits、wangfakang) |
| 16 | + *) Change: merged the official limit_req logic. Now will ignore statistics |
| 17 | + when all variable values are empty. (chobits) |
| 18 | + *) Change: the reuse_port、dso、slice directive has been removed and |
| 19 | + use the official features of Nginx. (wangfakang) |
| 20 | + *) Change: updated and modify the official 1.15.9 test cases. |
| 21 | + (chobits、wangfakang) |
| 22 | + *) Change: put all Tengine's modules into the modules directory |
| 23 | + which reduces the intrusion of Nginx's core module. (chobits、wangfakang) |
| 24 | + *) Change: updated the code from Nginx-1.15.9 version, |
| 25 | + Stream、gRPC etc. (chobits、wangfakang) |
| 26 | + *) Change: updated the Lua module to v0.10.14rc4. (wangfakang) |
| 27 | + *) Change: updated the dyups document. (lf1029698952) |
| 28 | + *) Change: changes of the core code are all guarded by macros. |
| 29 | + (chobits、wangfakang、fankeke、hongxiaolong、imkeeper) |
| 30 | + *) Change: rollback accpte_filter feature. (wangfakang) |
| 31 | + *) Bugfix: fixed compilation error of dyups module compiled |
| 32 | + with a higher version of OpenSSL. (wangfakang) |
| 33 | + *) Bugfix: fixed init_number initialization for dyups. (FengXingYuXin) |
| 34 | + *) Bugfix: fixed the rollback log process that may cause logs |
| 35 | + to be written to a rolled-up file when reloaded. (MengqiWu) |
| 36 | + *) Bugfix: fixed coredump of referring null pointer |
| 37 | + for ssl_verify_client_exception. (chobits) |
| 38 | + *) Bugfix: fixed coredump caused by upgrading core code |
| 39 | + in dyups and session_sticky modules. (wangfakang) |
| 40 | + *) Bugfix: fixed compilation error of limit_req、http2 module. (hongxiaolong) |
| 41 | + *) Bugfix: fixed removes the Unix domain socket file |
| 42 | + when pipe proc close listen socket. (wangfakang) |
| 43 | + *) Bugfix: fixed compatibility for --with-openssl |
| 44 | + and --with-openssl-async. (mrpre) |
| 45 | + *) Bugfix: fixed bug that function ngx_http_top_intput_body_filter |
| 46 | + is removed mistakenly. (chobits) |
| 47 | + *) Bugfix: fixed reuse_port and accept_mutex conflict. (innomentats) |
| 48 | + *) Bugfix: fixed tengine build failure when compiled with |
| 49 | + gcc7 compiler. (wangfakang) |
| 50 | + |
| 51 | + |
| 52 | +Changes with Tengine 2.2.3 11 Nov 2018 |
| 53 | + |
| 54 | + *) Security: fixed CVE-2018-16843, CVE-2018-16844 and |
| 55 | + CVE-2018-16845. (chobits) |
| 56 | + |
1 | 57 | Changes with Tengine 2.2.2 26 Jan 2018 |
2 | 58 |
|
3 | 59 | *) Feature: support asynchronous SSL/TLS mode, Could use QAT to |
|
0 commit comments