changeset 1033:532f9f7bc17f

nginx-1.5.8
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 17 Dec 2013 18:04:18 +0400
parents 8ca2aeddf4fe
children b4818b326885
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 57 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,29 @@
 
+Changes with nginx 1.5.8                                         17 Dec 2013
+
+    *) Feature: IPv6 support in resolver.
+
+    *) Feature: the "listen" directive supports the "fastopen" parameter.
+       Thanks to Mathew Rodley.
+
+    *) Feature: SSL support in the ngx_http_uwsgi_module.
+       Thanks to Roberto De Ioris.
+
+    *) Feature: vim syntax highlighting scripts were added to contrib.
+       Thanks to Evan Miller.
+
+    *) Bugfix: a timeout might occur while reading client request body in an
+       SSL connection using chunked transfer encoding.
+
+    *) Bugfix: the "master_process" directive did not work correctly in
+       nginx/Windows.
+
+    *) Bugfix: the "setfib" parameter of the "listen" directive might not
+       work.
+
+    *) Bugfix: in the ngx_http_spdy_module.
+
+
 Changes with nginx 1.5.7                                         19 Nov 2013
 
     *) Security: a character following an unescaped space in a request line
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru
@@ -1,4 +1,28 @@
 
+Изменения в nginx 1.5.8                                           17.12.2013
+
+    *) Добавление: теперь resolver поддерживает IPv6.
+
+    *) Добавление: директива listen поддерживает параметр fastopen.
+       Спасибо Mathew Rodley.
+
+    *) Добавление: поддержка SSL в модуле ngx_http_uwsgi_module.
+       Спасибо Roberto De Ioris.
+
+    *) Добавление: скрипты подсветки синтаксиса для vim добавлены в contrib.
+       Спасибо Evan Miller.
+
+    *) Исправление: при чтении тела запроса с использованием chunked
+       transfer encoding по SSL-соединению мог произойти таймаут.
+
+    *) Исправление: директива master_process работала неправильно в
+       nginx/Windows.
+
+    *) Исправление: параметр setfib директивы listen мог не работать.
+
+    *) Исправление: в модуле ngx_http_spdy_module.
+
+
 Изменения в nginx 1.5.7                                           19.11.2013
 
     *) Безопасность: символ, следующий за незакодированным пробелом в строке
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2013-12-17">
+<para>
+<link doc="en/download.xml">nginx-1.5.8</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2013-11-19">
 <para>
 <link doc="en/download.xml">nginx-1.4.4</link>
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.5.8" />
 <item ver="1.5.7" />
 <item ver="1.5.6" />
 <item ver="1.5.5" />