From: Igor Sysoev Date: Mon, 15 Oct 2007 11:24:11 +0000 (+0000) Subject: nginx-0.6.14-RELEASE X-Git-Tag: release-0.6.14 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=2cf3f825a61d54a0f6bf60c4164fe05317d4bc28;p=nginx.git nginx-0.6.14-RELEASE --- diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index bced57552..5ffbe030b 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,127 @@ nginx changelog + + + + +ÔÅÐÅÒØ ÐÏ ÕÍÏÌÞÁÎÉÀ ËÏÍÁÎÄÁ SSI echo ÉÓÐÏÌØÚÕÅÔ ËÏÄÉÒÏ×ÁÎÉÅ entity. + + +now by default the "echo" SSI command uses entity encoding. + + + + + +ÐÁÒÁÍÅÔÒ encoding × ËÏÍÁÎÄÅ SSI echo. + + +the "encoding" parameter in the "echo" SSI command. + + + + + +ÄÉÒÅËÔÉ×Õ access_log ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ×ÎÕÔÒÉ ÂÌÏËÁ limit_except. + + +the "access_log" directive may be used inside the "limit_except" block. + + + + + +ÅÓÌÉ ×ÓÅ ÓÅÒ×ÅÒÁ ÁÐÓÔÒÉÍÁ ÏËÁÚÙ×ÁÌÉÓØ ÎÅÄÏÓÔÕÐÎÙÍÉ, +ÔÏ ÄÏ ×ÏÓÓÔÁÎÏ×ÌÅÎÉÑ ÒÁÂÏÔÏÓÐÏÓÏÂÎÏÓÔÉ +Õ ×ÓÅÈ ÓÅÒ×ÅÒÏ× ×ÅÓ ÓÔÁÎÏ×ÉÌÓÑ ÒÁ×ÎÙÍ ÏÄÎÏÍÕ; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.6.6. + + +if all upstream servers were failed, then all servers had got weight +the was equal one until servers became alive; +bug appeared in 0.6.6. + + + + + +ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÐÅÒÅÍÅÎÎÙÈ $date_local É $date_gmt ×ÎÅ ÍÏÄÕÌÑ +ngx_http_ssi_filter_module × ÒÁÂÏÞÅÍ ÐÒÏÃÅÓÓÅ ÐÒÏÉÓÈÏÄÉÌ segmentation fault. + + +a segmentation fault occurred in worker process +if $date_local and $date_gmt were used outside the ngx_http_ssi_filter_module. + + + + + +ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ×ËÌÀÞ£ÎÎÏÍ ÏÔÌÁÄÏÞÎÏÍ ÌÏÇÅ +× ÒÁÂÏÞÅÍ ÐÒÏÃÅÓÓÅ ÍÏÇ ÐÒÏÉÚÏÊÔÉ segmentation fault.
+óÐÁÓÉÂÏ áÎÄÒÅÀ îÉÇÍÁÔÕÌÉÎÕ. +
+ +a segmentation fault might occur in worker process +if debug log was enabled.
+Thanks to Andrei Nigmatulin. +
+
+ + + +ngx_http_memcached_module ÎÅ ÕÓÔÁÎÁ×ÌÉ×ÁÌ upstream_response_time.
+óÐÁÓÉÂÏ íÁËÓÉÍÕ äÕÎÉÎÕ. +
+ +ngx_http_memcached_module did not set $upstream_response_time.
+Thanks to Maxim Dounin. +
+
+ + + +ÒÁÂÏÞÉÊ ÐÒÏÃÅÓÓ ÍÏÇ ÚÁÃÉËÌÉÔØÓÑ ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ memcached. + + +a worker process may got caught in an endless loop, if the memcached was used. + + + + + +nginx ÒÁÓÐÏÚÎÁ×ÁÌ ÐÁÒÁÍÅÔÒÙ "close" É "keep-alive" × ÓÔÒÏËÅ "Connection" +× ÚÁÇÏÌÏ×ËÅ ÚÁÐÒÏÓÁ ÔÏÌØËÏ, ÅÓÌÉ ÏÎÉ ÂÙÌÉ × ÎÉÖÎÅÍ ÒÅÇÉÓÔÒÅ; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.6.11. + + +nginx supported low case only "close" and "keep-alive" values +in the "Connection" request header line; +bug appeared in 0.6.11. + + + + + +sub_filter ÎÅ ÒÁÂÏÔÁÌ Ó ÐÕÓÔÕÀ ÓÔÒÏËÕ ÚÁÍÅÎÙ. + + +sub_filter did not work with empty substitution. + + + + + +× ÐÁÒÓÉÎÇÅ sub_filter. + + +in sub_filter parsing. + + + +
+ +