Skip to content

Commit

Permalink
updated CHANGES.* for tengine-2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Nov 29, 2016
1 parent ad1cb32 commit 915635c
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGES.cn
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Tengine 2.2.0 [2016-11-29]
* Security: 进程将特殊构造的请求体写到临时文件时会触发段错误 (CVE-2016-4450) [0x7E]
* Feature: 增加force_exit指令 [aholic, chobits]
* Feature: debug pool模块,该模块可以获取nginx内存池的内存使用情况 [chobits]
* Change: 合并HTTP/2模块,删除SPDY模块 [PeterDaveHello]
* Change: 合并nginx-1.8.1版本的修改 [lhanjian, magicbear, chobits]
* Change: 支持EPOLL_EXCLUSIVE [cfsego]
* Change: 导出API: ngx_http_upstream_check_upstream_down [detailyang]
* Change: 在TCP健康检查功能中关闭check_keepalive_requests特性 [cynron]
* Change: 更新reqstatus模块 [cfsego]
* Bugfix: 删除ngx_http_named_location中重复代码 [innomentats]
* Bugfix: 修复session-sticky模块的bug [detailyang]
* Bugfix: 修复rsolve.conf文件解析器的bug [zuopucuen]
* Bugfix: 修复tfs模块编译警告 [monadbobo]
* Bugfix: dynamic_resolver特性在proxy_pass指令使用变量时会触发段错误 [chobits]
* Bugfix: 修复session-sticky模块设置无效的Set-Cookie值的bug [YanagiEiichi]
* Bugfix: 修复dyups模块中cf变量未初始化的bug [wangfakang]
* Bugfix: 修复健康检查模块中含有重复peers的bug [FqqCS, taoyuanyuan]
* Bugfix: 修复concat模块中错误的javascript内容类型 [IYism]

Tengine 2.1.1 [2015-08-12]
* Feature: 支持动态upstream更新 [yzprofile]
* Feature: 增强ngx_http_reqstat_module模块 [cfsego]
Expand Down
52 changes: 50 additions & 2 deletions CHANGES.te
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
Changes with Tengine 2.2.0 29 Nov 2016

*) Security: a segmentation fault might occur in a worker process
while writing a specially crafted request body to a temporary file
(CVE-2016-4450) (0x7E)

*) Feature: the "force_exit" directive. (aholic, chobits)

*) Feature: debug pool module which can get memory usage of nginx memory
pool. (chobits)

*) Change: merged HTTP/2 module, SPDY module is removed. (PeterDaveHello)

*) Change: merged changes from nginx-1.8.1. (lhanjian, magicbear, chobits)

*) Change: support for EPOLL_EXCLUSIVE. (cfsego)

*) Change: export api: ngx_http_upstream_check_upstream_down. (detailyang)

*) Change: disable "check_keepalive_requests" feature for TCP health check.
(cynron)

*) Change: updated reqstatus module. (cfsego)

*) Bugfix: remove duplicate code in ngx_http_named_location (innomentats)

*) Bugfix: fixed bug of session-sticky module. (detailyang)

*) Bugfix: fixed bug of resolve.conf parser. (zuopucuen)

*) Bugfix: fixed the compile warning of tfs module. (monadbobo)

*) Bugfix: fixed a segmentation fault of dynamic_resolver feature when
variable is used in proxy_pass directive. (chobits)

*) Bugfix: fixed bug of invalid Set-Cookie value in session-sticky module.
(YanagiEiichi)

*) Bugfix: fixed bug of uninitialized 'cf' variable in dyups module.
(wangfakang)

*) Bugfix: fixed bug of duplicate peers in health check module.
(FqqCS, taoyuanyuan)

*) Bugfix: fixed bug of wrong javascript content-type in concat module.
(IYism)


Changes with Tengine 2.1.1 12 Aug 2015

*) Feature: support for dynamic upstream update. (yzprofile)
Expand Down Expand Up @@ -56,7 +104,7 @@ Changes with Tengine 2.1.0 19 Dec 2014
*) Feature: added wildcard support for 'include' directive in 'dso' block.
(monadbobo)

*) Feature: added the 'gzip_clear_etag' directive. (taoyuanyuan)
*) Feature: added the 'gzip_clear_etag' directive. (taoyuanyuan)

*) Feature: added the 'unprintable' parameter to the 'log_escape' directive.
(skoo87)
Expand Down Expand Up @@ -135,7 +183,7 @@ Changes with Tengine 2.0.1 06 March 2014
http://trac.nginx.org/nginx/ticket/503 (Hao Chen)

*) Bugfix: reduce nginx memory consumption when processing large files.
(cfsego)
(cfsego)

*) Bugfix: disabled redirects to named locations if URI is not set.

Expand Down

0 comments on commit 915635c

Please sign in to comment.