From c58e2ab80593613a327e18309ef470a91a66abce Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Tue, 26 Mar 2013 13:03:02 +0000 Subject: nginx-1.3.15-RELEASE --- docs/xml/nginx/changes.xml | 119 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 118 insertions(+), 1 deletion(-) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 0843623e3..dd131749f 100644 --- 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:)" error. -в диркетиве client_body_in_file_only; +в директиве client_body_in_file_only; ошибка появилась в 1.3.9. -- cgit v1.2.3