# HG changeset patch # User Maxim Dounin # Date 1364304087 -14400 # Node ID 95c318e2dd4f2a34235ff3f740281a6830e7ebfa # Parent 38a2a5f065df34b99b5f5d8c085190b3738709c8 nginx-1.3.15 diff -r 38a2a5f065df -r 95c318e2dd4f text/en/CHANGES --- a/text/en/CHANGES Tue Mar 26 17:19:50 2013 +0400 +++ b/text/en/CHANGES Tue Mar 26 17:21:27 2013 +0400 @@ -1,4 +1,37 @@ +Changes with nginx 1.3.15 26 Mar 2013 + + *) Change: opening and closing a connection without sending any data in + it is no longer logged to access_log with 400 error code. + + *) Feature: the ngx_http_spdy_module. + Thanks to Automattic for sponsoring this work. + + *) Feature: the "limit_req_status" and "limit_conn_status" directives. + Thanks to Nick Marden. + + *) Feature: the "image_filter_interlace" directive. + Thanks to Ian Babrou. + + *) Feature: $connections_waiting variable in the + ngx_http_stub_status_module. + + *) Feature: the mail proxy module now supports IPv6 backends. + + *) Bugfix: request body might be transmitted incorrectly when retrying a + request to a next upstream server; the bug had appeared in 1.3.9. + Thanks to Piotr Sikora. + + *) Bugfix: in the "client_body_in_file_only" directive; the bug had + appeared in 1.3.9. + + *) Bugfix: responses might hang if subrequests were used and a DNS error + happened during subrequest processing. + Thanks to Lanshun Zhou. + + *) Bugfix: in backend usage accounting. + + Changes with nginx 1.3.14 05 Mar 2013 *) Feature: $connections_active, $connections_reading, and diff -r 38a2a5f065df -r 95c318e2dd4f text/ru/CHANGES.ru --- a/text/ru/CHANGES.ru Tue Mar 26 17:19:50 2013 +0400 +++ b/text/ru/CHANGES.ru Tue Mar 26 17:21:27 2013 +0400 @@ -1,4 +1,38 @@ +Изменения в nginx 1.3.15 26.03.2013 + + *) Изменение: открытие и закрытие соединения без отправки в нём + каких-либо данных больше не записывается в access_log с кодом ошибки + 400. + + *) Добавление: модуль ngx_http_spdy_module. + Спасибо Automattic за спонсирование разработки. + + *) Добавление: директивы limit_req_status и limit_conn_status. + Спасибо Nick Marden. + + *) Добавление: директива image_filter_interlace. + Спасибо Ивану Боброву. + + *) Добавление: переменная $connections_waiting в модуле + ngx_http_stub_status_module. + + *) Добавление: теперь почтовый прокси-сервер поддерживает IPv6-бэкенды. + + *) Исправление: при повторной отправке запроса на бэкенд тело запроса + могло передаваться неправильно; ошибка появилась в 1.3.9. + Спасибо Piotr Sikora. + + *) Исправление: в диркетиве client_body_in_file_only; ошибка появилась в + 1.3.9. + + *) Исправление: ответы могли зависать, если использовались подзапросы и + при обработке подзапроса происходила DNS-ошибка. + Спасибо Lanshun Zhou. + + *) Исправление: в процедуре учёта использования бэкендов. + + Изменения в nginx 1.3.14 05.03.2013 *) Добавление: переменные $connections_active, $connections_reading и diff -r 38a2a5f065df -r 95c318e2dd4f xml/index.xml --- a/xml/index.xml Tue Mar 26 17:19:50 2013 +0400 +++ b/xml/index.xml Tue Mar 26 17:21:27 2013 +0400 @@ -7,6 +7,15 @@ + + +nginx-1.3.15 +development version has been released, +featuring experimental +SPDY module. + + + Packt is going to publish a book by Dimitri Aivaliotis diff -r 38a2a5f065df -r 95c318e2dd4f xml/versions.xml --- a/xml/versions.xml Tue Mar 26 17:19:50 2013 +0400 +++ b/xml/versions.xml Tue Mar 26 17:21:27 2013 +0400 @@ -9,6 +9,7 @@ +