Skip to content

Commit

Permalink
added the Changelog for tengine-1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoweibin committed Jul 31, 2013
1 parent ff9004d commit 7d4ff5e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGES.cn
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@

Tengine-1.5.0 [2013-07-31]
* Feature: 增加DSO(动态模块加载)兼容性校验机制 [monadbobo]
* Feature: 增加了请求体不缓存到磁盘的机制,HTTP代理和FastCGI模块收到部分请求体即可以转发给后端服务器 [yaoweibin]
* Feature: 增加了trim模块,该模块可以自动删除HTML页面中无意义的空白符和注释,减小页面的大小 [taoyuanyuan]
* Feature: 加入accept filter机制,支持在连接接收以后进行过滤处理 [yzprofile]
* Feature: 现在server_tag指令可以改变默认错误页面的服务器标识 [zhuzhaoyuan]
* Bugfix:修复access_log指令中buffer参数失效的问题 [cfsego]
* Bugfix:修复session_sticky模块在某些情况下没有发出session cookie的问题 [dinic]

Tengine-1.4.6 [2013-05-14]
* Bugifx:合并nginx-1.2.9的更新,修正CVE-2013-2070带来的安全问题。该安全问题在1.4.0以后开始出现 [yaoweibin]
* Bugfix:合并nginx-1.2.9的更新,修正CVE-2013-2070带来的安全问题。该安全问题在1.4.0以后开始出现 [yaoweibin]

Tengine-1.4.5 [2013-05-01]
* Feature:增加一致性hash模块,可以为后端服务器提供一致性hash的负载均衡方法 [dinic]
Expand Down
25 changes: 25 additions & 0 deletions CHANGES.te
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@

Changes with Tengine 1.5.0 31 Jul 2013

*) Feature: added ABI compatibility verification for DSO modules.
(monadbobo)

*) Feature: added non-buffering request body mechanism. Now the http proxy
and fastcgi module can send requests to backend servers when it receives
part of a request body. (yaoweibin)

*) Feature: added trim module which can remove unnecessary white spaces and
comments to reduce the size of a page. (taoyuanyuan)

*) Feature: added the accept filter mechanism which supports to do some
filter processing after accepting a new connection. (yzprofile)

*) Feature: Now the server banner in a default error page can be replaced
by the string specified in server_tag. (zhuzhaoyuan)

*) Bugfix: fixed the bug of the 'buffer' argument might be ignored in the
'access_log' directive. (cfsego)

*) Bugfix: fixed the session_sticky module didn't issue the session cookie
in the direct mode. (dinic)


Changes with Tengine 1.4.6 14 May 2013

*) Bugfix: merged the changes of Nginx-1.2.9 and fixed the security problem
Expand Down

0 comments on commit 7d4ff5e

Please sign in to comment.