Browse Source

Merge pull request #239 from yaoweibin/tengine-1.4.5-3

updated the CHANGES.{cn, te} for tengine-1.4.5
pull/240/head tengine-1.4.5
Joshua Zhu 12 years ago
parent
commit
467bfd6ef6
  1. 8
      CHANGES.cn
  2. 20
      CHANGES.te
  3. 2
      README.markdown

8
CHANGES.cn

@ -1,4 +1,12 @@
Tengine-1.4.5 [2013-05-01]
* Feature:增加一致性hash模块,可以为后端服务器提供一致性hash的负载均衡方法 [dinic]
* Feature:通过keepalive_timeout指令可以设置后端keepalive连接的超时时间 [jinglong]
* Feature:加入所有模块静态编译或者所有模块动态编译的编译选项 [monadbobo]
* Change:更新Lua模块至0.7.19 [jinglong]
* Change:合并Nginx-1.2.8的更新 [yaoweibin]
* Bugfix:修正syslog和upstream_check模块在GCC-4.4.5上的编译警告 [magicbear]
Tengine-1.4.4 [2013-03-21]
* Feature:增加session_sticky模块,可以为客户端和后端服务器提供会话保持功能 [dinic]
* Feature:sysguard模块增加空闲内存监控功能 [lifeibo]

20
CHANGES.te

@ -1,4 +1,24 @@
Changes with Tengine 1.4.5 1 May 2013
*) Feature: added the consistent_hash module which dispatches requests
to upstream servers based on consistent hashing algorithm of a
variable specified. (dinic)
*) Feature: added the "keepalive_timeout" directive to set timeout for
the upstream keepalive connections. (jinglong)
*) Feature: now the configure script supports compilation of all modules
to be shared or static. (monadbobo)
*) Change: updated the Lua module to 0.7.19. (jinglong)
*) Change: merged the changes of Nginx-1.2.8. (yaoweibin)
*) Bugfix: fixed the compile warnings of syslog and upstream_check
modules in GCC-4.4.5. (magicbear)
Changes with Tengine 1.4.4 21 Mar 2013
*) Feature: added the session_sticky module by using which one client

2
README.markdown

@ -9,7 +9,7 @@ Tengine has been an open source project since December 2011. It is being activel
Features
========
* All features of nginx-1.2.7 are inherited, i.e. it is 100% compatible with nginx.
* All features of nginx-1.2.8 are inherited, i.e. it is 100% compatible with nginx.
* Dynamic module loading support. You don't need to recompile Tengine when adding new modules to it.
* Input body filter support. It's quite handy to write Web Application Firewalls by using this mechanism.
* Dynamic scripting language (Lua) support, which is very efficient and easy to extend core functionalities.

Loading…
Cancel
Save