changeset 887:6a4ef822a85c

nginx-1.3.16
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 16 Apr 2013 18:15:07 +0400
parents ca9a259cb5c8
children 22f93c9f4b55
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 42 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,8 +1,23 @@
 
+Changes with nginx 1.3.16                                        16 Apr 2013
+
+    *) Bugfix: a segmentation fault might occur in a worker process if
+       subrequests were used; the bug had appeared in 1.3.9.
+
+    *) Bugfix: the "tcp_nodelay" directive caused an error if a WebSocket
+       connection was proxied into a unix domain socket.
+
+    *) Bugfix: the $upstream_response_length variable has an incorrect value
+       "0" if buffering was not used.
+       Thanks to Piotr Sikora.
+
+    *) Bugfix: in the eventport and /dev/poll methods.
+
+
 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.
+       it is no longer logged to access_log with error code 400.
 
     *) Feature: the ngx_http_spdy_module.
        Thanks to Automattic for sponsoring this work.
@@ -19,7 +34,7 @@ Changes with nginx 1.3.15               
     *) 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.
+       request to the 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
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru
@@ -1,4 +1,19 @@
 
+Изменения в nginx 1.3.16                                          16.04.2013
+
+    *) Исправление: в рабочем процессе мог произойти segmentation fault,
+       если использовались подзапросы; ошибка появилась в 1.3.9.
+
+    *) Исправление: директива tcp_nodelay вызывала ошибку при проксировании
+       WebSocket-соединений в unix domain сокет.
+
+    *) Исправление: переменная $upstream_response_length возвращала значение
+       "0", если не использовалась буферизация.
+       Спасибо Piotr Sikora.
+
+    *) Исправление: в методах обработки соединений eventport и /dev/poll.
+
+
 Изменения в nginx 1.3.15                                          26.03.2013
 
     *) Изменение: открытие и закрытие соединения без отправки в нём
@@ -23,7 +38,7 @@
        могло передаваться неправильно; ошибка появилась в 1.3.9.
        Спасибо Piotr Sikora.
 
-    *) Исправление: в диркетиве client_body_in_file_only; ошибка появилась в
+    *) Исправление: в директиве client_body_in_file_only; ошибка появилась в
        1.3.9.
 
     *) Исправление: ответы могли зависать, если использовались подзапросы и
@@ -94,7 +109,7 @@
 
     *) Исправление: ошибка "[crit] SSL_write() failed (SSL:)".
 
-    *) Исправление: в диркетиве client_body_in_file_only; ошибка появилась в
+    *) Исправление: в директиве client_body_in_file_only; ошибка появилась в
        1.3.9.
 
     *) Исправление: в директиве fastcgi_keep_conn.
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2013-04-16">
+<para>
+<link doc="en/download.xml">nginx-1.3.16</link>
+development version has been released.
+</para>
+</event>
+
 <event date="2013-04-02">
 <para>
 <link doc="en/download.xml">nginx-1.2.8</link>
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -9,6 +9,7 @@
 
 <download tag="development" changes="">
 
+<item ver="1.3.16" />
 <item ver="1.3.15" />
 <item ver="1.3.14" />
 <item ver="1.3.13" />