From c36c45d62b6b2317ac3532b8b3d65fd332d2319a Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Tue, 17 Dec 2013 17:46:26 +0400 Subject: [PATCH] nginx-1.5.8-RELEASE --- docs/xml/nginx/changes.xml | 85 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 4dd63e4a8..97545fbd3 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,91 @@ + + + + +теперь resolver поддерживает IPv6. + + +IPv6 support in resolver. + + + + + +директива listen поддерживает параметр fastopen.
+Спасибо Mathew Rodley. +
+ +the "listen" directive supports the "fastopen" parameter.
+Thanks to Mathew Rodley. +
+
+ + + +поддержка SSL в модуле ngx_http_uwsgi_module.
+Спасибо Roberto De Ioris. +
+ +SSL support in the ngx_http_uwsgi_module.
+Thanks to Roberto De Ioris. +
+
+ + + +скрипты подсветки синтаксиса для vim добавлены в contrib.
+Спасибо Evan Miller. +
+ +vim syntax highlighting scripts were added to contrib.
+Thanks to Evan Miller. +
+
+ + + +при чтении тела запроса с использованием chunked transfer encoding +по SSL-соединению мог произойти таймаут. + + +a timeout might occur while reading client request body +in an SSL connection using chunked transfer encoding. + + + + + +директива master_process работала неправильно в nginx/Windows. + + +the "master_process" directive did not work correctly in nginx/Windows. + + + + + +параметр setfib директивы listen мог не работать. + + +the "setfib" parameter of the "listen" directive might not work. + + + + + +в модуле ngx_http_spdy_module. + + +in the ngx_http_spdy_module. + + + +
+ +