Skip to content

Commit

Permalink
added the changelog of tengine-1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoweibin committed Aug 28, 2013
1 parent fdd9022 commit 8ad40b4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.cn
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

Tengine-1.5.1 [2013-08-29]
* Feature: 增加retry_cached_connection指令,可以关闭对后端长连接的无条件重试 [yaoweibin]
* Feature: sysguard模块的sysguard_load指令中加入ncpu参数 [yzprofile]
* Bugfix:修复referer模块在https协议时正则匹配失效的问题 [lilbedwin]
* Bugfix:修复trim模块可能产生0长度块的问题 [taoyuanyuan]
* Bugfix:修复在使用--without-dso选项时出现的编译错误 [zhuzhaoyuan]
* Bugfix:修复两个编译警告 [zzjin, diwayou]

Tengine-1.5.0 [2013-07-31]
* Feature: 增加DSO(动态模块加载)兼容性校验机制 [monadbobo]
* Feature: 增加了请求体不缓存到磁盘的机制,HTTP代理和FastCGI模块收到部分请求体即可以转发给后端服务器 [yaoweibin]
Expand Down
21 changes: 21 additions & 0 deletions CHANGES.te
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@

Changes with Tengine 1.5.1 29 Aug 2013

*) Feature: added the directive 'retry_cached_connection' which could
disable unconditional retries with a cached backend connection.
(yaoweibin)

*) Feature: added the argument of 'ncpu' to 'sysguard_load' directive.
(yzprofile)

*) Bugfix: fixed a bug in referer module that regex rules might be
invalid with https requests. (lilbedwin)

*) Bugfix: fixed a bug that the trim module might send a zero-size
buffer. (taoyuanyuan)

*) Bugfix: fixed a compile error when using the configure option
'--without-dso'. (zhuzhaoyuan)

*) Bugfix: fixed two compile warnings. (zzjin, diwayou)


Changes with Tengine 1.5.0 31 Jul 2013

*) Feature: added ABI compatibility verification for DSO modules.
Expand Down

0 comments on commit 8ad40b4

Please sign in to comment.