changeset 875:95c318e2dd4f

nginx-1.3.15
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 26 Mar 2013 17:21:27 +0400
parents 38a2a5f065df
children 968e42ecd82f
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 77 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -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
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru
@@ -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 и
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -7,6 +7,15 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2013-03-26">
+<para>
+<link doc="en/download.xml">nginx-1.3.15</link>
+development version has been released,
+featuring experimental
+<link doc="en/docs/http/ngx_http_spdy_module.xml">SPDY module</link>.
+</para>
+</event>
+
 <event date="2013-03-13">
 <para>
 Packt is going to publish a book by Dimitri Aivaliotis
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -9,6 +9,7 @@
 
 <download tag="development" changes="">
 
+<item ver="1.3.15" />
 <item ver="1.3.14" />
 <item ver="1.3.13" />
 <item ver="1.3.12" />