nginx-0.6.23-RELEASE
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 17c505f..f1411ef 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,145 @@ <title lang="en">nginx changelog</title> +<changes ver="0.6.23" date="27.12.2007"> + +<change type="change"> +<para lang="ru"> +ÐÁÒÁÍÅÔÒ "off" × ÄÉÒÅËÔÉ×Å ssl_session_cache; +ÔÅÐÅÒØ ÜÔÏÔ ÐÁÒÁÍÅÔÒ ÉÓÐÏÌØÚÕÅÔÓÑ ÐÏ ÕÍÏÌÞÁÎÉÀ. +</para> +<para lang="en"> +the "off" parameter in the "ssl_session_cache" directive; +now this is default parameter. +</para> +</change> + +<change type="change"> +<para lang="ru"> +ÄÉÒÅËÔÉ×Á open_file_cache_retest ÐÅÒÅÉÍÅÎÏ×ÁÎÁ × open_file_cache_valid. +</para> +<para lang="en"> +the "open_file_cache_retest" directive was renamed +to the "open_file_cache_valid". +</para> +</change> + +<change type="feature"> +<para lang="ru"> +ÄÉÒÅËÔÉ×Á open_file_cache_min_uses. +</para> +<para lang="en"> +the "open_file_cache_min_uses" directive. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +ÍÏÄÕÌØ ngx_http_gzip_static_module. +</para> +<para lang="en"> +the ngx_http_gzip_static_module. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +ÄÉÒÅËÔÉ×Á gzip_disable. +</para> +<para lang="en"> +the "gzip_disable" directive. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +ÄÉÒÅËÔÉ×Õ memcached_pass ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ×ÎÕÔÒÉ ÂÌÏËÁ if. +</para> +<para lang="en"> +the "memcached_pass" directive may be used inside the "if" block. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +ÅÓÌÉ ×ÎÕÔÒÉ ÏÄÎÏÇÏ location'Á ÉÓÐÏÌØÚÏ×ÁÌÉÓØ ÄÉÒÅËÔÉ×Ù "memcached_pass" É "if", +ÔÏ × ÒÁÂÏÞÅÍ ÐÒÏÃÅÓÓÅ ÐÒÏÉÓÈÏÄÉÌ segmentation fault. +</para> +<para lang="en"> +a segmentation fault occurred in worker process, +if the "memcached_pass" and "if" directives were used in the same location. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +ÅÓÌÉ ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ ÄÉÒÅËÔÉ×Ù satisfy_any on" ÂÙÌÉ ÚÁÄÁÎÙ ÄÉÒÅËÔÉ×Ù +ÎÅ ×ÓÅÈ ÍÏÄÕÌÅÊ ÄÏÓÔÕÐÁ, ÔÏ ÚÁÄÁÎÎÙÅ ÄÉÒÅËÔÉ×Ù ÎÅ ÐÒÏ×ÅÒÑÌÉÓØ. +</para> +<para lang="en"> +if a "satisfy_any on" directive was used and not all access and auth modules +directives were set, then other given access and auth directives +were not tested; +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +ÐÁÒÁÍÅÔÒÙ, ÚÁÄÁÎÎÙÅ ÒÅÇÕÌÑÒÎÙÍ ×ÙÒÁÖÅÎÉÅÍ × ÄÉÒÅËÔÉ×Å valid_referers, +ÎÅ ÎÁÓÌÅÄÏ×ÁÌÁÓØ Ó ÐÒÅÄÙÄÕÝÅÇÏ ÕÒÏ×ÎÑ. +</para> +<para lang="en"> +regex parameters in a "valid_referers" directive were not inherited +from previous level. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +ÄÉÒÅËÔÉ×Á post_action ÎÅ ÒÁÂÏÔÁÌÁ, ÅÓÌÉ ÚÁÐÒÏÓ ÚÁ×ÅÒÛÁÌÓÑ Ó ËÏÄÏÍ 499. +</para> +<para lang="en"> +a "post_action" directive did run if a request was completed +with 499 status code. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +ÏÐÔÉÍÉÚÁÃÉÑ ÉÓÐÏÌØÚÏ×ÁÎÉÑ 16K ÂÕÆÅÒÁ ÄÌÑ SSL-ÓÏÅÄÉÎÅÎÉÑ.<br/> +óÐÁÓÉÂÏ Ben Maurer. +</para> +<para lang="en"> +optimization of 16K buffer usage in a SSL connection.<br/> +Thanks to Ben Maurer. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +STARTTLS × ÒÅÖÉÍÅ SMTP ÎÅ ÒÁÂÏÔÁÌ.<br/> +óÐÁÓÉÂÏ ïÌÅÇÕ íÏÔÉÅÎËÏ. +</para> +<para lang="en"> +the STARTTLS in SMTP mode did not work.<br/> +Thanks to Oleg Motienko. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +ÐÒÉ ÉÓÐÏÌØÚÏ×ÁÎÉÉ HTTPS ÚÁÐÒÏÓÙ ÍÏÇÌÉ ÚÁ×ÅÒÛÁÔØÓÑ Ó ÏÛÉÂËÏÊ "bad write retry"; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.5.13. +</para> +<para lang="en"> +in HTTPS mode requests might fail with the "bad write retry" error; +bug appeared in 0.5.13. +</para> +</change> + +</changes> + + <changes ver="0.6.22" date="19.12.2007"> <change type="change"> @@ -249,7 +388,7 @@ <change type="feature"> <para lang="ru"> -ÄÉÒÅËÔÉ×Á resolver É resolver_timeout. +ÄÉÒÅËÔÉ×Ù resolver É resolver_timeout. </para> <para lang="en"> the "resolver" and "resolver_timeout" directives.