From 9bacbe1ec51d435769e9c6cc77c27042ea39bc39 Mon Sep 17 00:00:00 2001 From: weiyue Date: Thu, 6 Mar 2014 17:23:21 +0800 Subject: [PATCH] update CHANGE.te --- CHANGES.te | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.te b/CHANGES.te index fb76d571c7..e664d3a944 100644 --- a/CHANGES.te +++ b/CHANGES.te @@ -9,14 +9,14 @@ Changes with Tengine 2.0.1 06 March 2014 *) Feature: resolver can be configured automatically from /etc/resolv.conf. (lifeibo, yaoweibin) - *) Feature: added variables starting with "$ascii_" to get any octet. - (yzprofile) + *) Feature: added variables starting with "$ascii_", which can represent + arbitrary ASCII characters. (yzprofile) *) Feature: added a new directive "image_filter_crop_offset". (lax) *) Change: merged changes between nginx-1.4.4 and nginx-1.4.6. (chobits, cfsego) - *) Bugfix: upstream health check will not fail on error when using + *) Bugfix: upstream health check module failed occasionally when using keep-alive connections. (lilbedwin) *) Bugfix: nginx crashed when upstream rejected nginx WebSocket connection.