# HG changeset patch # User Maxim Dounin # Date 1364302982 0 # Node ID cd84e467c72967b9f5fb4d96bfc708c93edeb634 # Parent f941cf265cc5c904c2e11e853f5eafad3f9ae4fb nginx-1.3.15-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 @@ -5,6 +5,123 @@ + + + + +открытие и закрытие соединения без отправки в нём каких-либо данных +больше не записывается в access_log с кодом ошибки 400. + + +opening and closing a connection without sending any data in it +is no longer logged to access_log with error code 400. + + + + + +модуль ngx_http_spdy_module.
+Спасибо Automattic за спонсирование разработки. +
+ +the ngx_http_spdy_module.
+Thanks to Automattic for sponsoring this work. +
+
+ + + +директивы limit_req_status и limit_conn_status.
+Спасибо Nick Marden. +
+ +the "limit_req_status" and "limit_conn_status" directives.
+Thanks to Nick Marden. +
+
+ + + +директива image_filter_interlace.
+Спасибо Ивану Боброву. +
+ +the "image_filter_interlace" directive.
+Thanks to Ian Babrou. +
+
+ + + +переменная $connections_waiting в модуле ngx_http_stub_status_module. + + +$connections_waiting variable in the ngx_http_stub_status_module. + + + + + +теперь почтовый прокси-сервер поддерживает IPv6-бэкенды. + + +the mail proxy module now supports IPv6 backends. + + + + + +при повторной отправке запроса на бэкенд +тело запроса могло передаваться неправильно; +ошибка появилась в 1.3.9.
+Спасибо Piotr Sikora. +
+ +request body might be transmitted incorrectly +when retrying a request to the next upstream server; +the bug had appeared in 1.3.9.
+Thanks to Piotr Sikora. +
+
+ + + +в директиве client_body_in_file_only; +ошибка появилась в 1.3.9. + + +in the "client_body_in_file_only" directive; +the bug had appeared in 1.3.9. + + + + + +ответы могли зависать, +если использовались подзапросы +и при обработке подзапроса происходила DNS-ошибка.
+Спасибо Lanshun Zhou. +
+ +responses might hang +if subrequests were used +and a DNS error happened during subrequest processing.
+Thanks to Lanshun Zhou. +
+
+ + + +в процедуре учёта использования бэкендов. + + +in backend usage accounting. + + + +
+ + @@ -195,7 +312,7 @@ the "[crit] SSL_write() failed (SSL:)" e -в диркетиве client_body_in_file_only; +в директиве client_body_in_file_only; ошибка появилась в 1.3.9.