# HG changeset patch # User Igor Sysoev # Date 1193665301 0 # Node ID 158aa4e8cc46fcf9504a61469d22daf3476b17bf # Parent 379ee44a445657c70dfe12b18bd777ee327e9c0d nginx-0.6.16-RELEASE diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,15 +9,53 @@ nginx changelog + + + + +теперь на Linux используется uname(2) вместо procfs.
+Спасибо Илье Новикову. +
+ +now the uname(2) is used on Linux instead of procfs.
+Thanks to Ilya Novikov. +
+
+ + + +если в директиве error_page использовался символ "?", то он экранировался +при проксировании запроса; +ошибка появилась в 0.6.11. + + +if the "?" character was in a "error_page" directive, then it was escaped +in a proxied request; +bug appeared in 0.6.11. + + + + + +совместимость с mget. + + +compatibility with mget. + + + +
+ + -совместимость с cygwin.
+совместимость с Cygwin.
Спасибо Владимиру Кутакову.
-cygwin compatibility.
+Cygwin compatibility.
Thanks to Vladimir Kutakov.
@@ -606,7 +644,7 @@ response header line. то на следующий запрос nginx возвращал 400. -if an response different than 200 was returned to an request with body +if a response different than 200 was returned to a request with body and connection went to the keep-alive state after the request, then nginx returned 400 for the next request. @@ -643,7 +681,7 @@ Thanks to Jiang Hong. ошибка появилась в 0.6.6. -a worker process may got caught in an endless loop, if an "server" inside +a worker process may got caught in an endless loop, if a "server" inside "upstream" block was marked as "down"; bug appeared in 0.6.6. @@ -1478,7 +1516,7 @@ bug appeared in 0.3.50. the "[alert] zero size buf" error when FastCGI server was used and -an request body written in a temporary file was multiple of 32K. +a request body written in a temporary file was multiple of 32K. @@ -2463,7 +2501,7 @@ ngx_http_perl_module did not work if per nginx игнорировал имя сервера в строке запроса. -nginx ignored a host name in an request line. +nginx ignored a host name in a request line. @@ -2541,7 +2579,7 @@ the "limit_except" directive supports al if the "add_before_body" directive was used without -the "add_after_body" directive, then an response did not transferred complete. +the "add_after_body" directive, then a response did not transferred complete. @@ -2761,7 +2799,7 @@ the ngx_http_perl_module now tests the n if an "include" SSI command were before another "include" SSI command -with an "wait" parameter, then the "wait" parameter might not work. +with a "wait" parameter, then the "wait" parameter might not work. @@ -2815,7 +2853,7 @@ the "charset" and "source_charset" direc if an "include" SSI command were before another "include" SSI command -with an "wait" parameter, then the "wait" parameter might not work. +with a "wait" parameter, then the "wait" parameter might not work. @@ -3000,7 +3038,7 @@ the ngx_http_browser_module. a segmentation fault may occur while redirecting the 400 error -to the proxied server using an "proxy_pass" directive. +to the proxied server using a "proxy_pass" directive. @@ -3012,7 +3050,7 @@ unix domain сокет; a segmentation fault occurred if an unix domain socket was used in -an "proxy_pass" directive; +a "proxy_pass" directive; bug appeared in 0.3.47. @@ -3392,7 +3430,7 @@ operators. происходил segmentation fault, если запрос возвращал редирект. -a segmentation fault occurred if an request returned an redirect and +a segmentation fault occurred if a request returned a redirect and some sent to client header lines were logged in the access log.