changeset 929:31ed5c0a348b

nginx-1.5.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 04 Jun 2013 17:38:50 +0400
parents b568f0c47599
children 3b9345102688
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 81 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Jun 04 17:20:00 2013 +0400
+++ b/text/en/CHANGES	Tue Jun 04 17:38:50 2013 +0400
@@ -1,4 +1,41 @@
 
+Changes with nginx 1.5.1                                         04 Jun 2013
+
+    *) Feature: the "ssi_last_modified", "sub_filter_last_modified", and
+       "xslt_last_modified" directives.
+       Thanks to Alexey Kolpakov.
+
+    *) Feature: the "http_403" parameter of the "proxy_next_upstream",
+       "fastcgi_next_upstream", "scgi_next_upstream", and
+       "uwsgi_next_upstream" directives.
+
+    *) Feature: the "allow" and "deny" directives now support unix domain
+       sockets.
+
+    *) Bugfix: nginx could not be built with the ngx_mail_ssl_module, but
+       without ngx_http_ssl_module; the bug had appeared in 1.3.14.
+
+    *) Bugfix: in the "proxy_set_body" directive.
+       Thanks to Lanshun Zhou.
+
+    *) Bugfix: in the "lingering_time" directive.
+       Thanks to Lanshun Zhou.
+
+    *) Bugfix: the "fail_timeout" parameter of the "server" directive in the
+       "upstream" context might not work if "max_fails" parameter was used;
+       the bug had appeared in 1.3.0.
+
+    *) Bugfix: a segmentation fault might occur in a worker process if the
+       "ssl_stapling" directive was used.
+       Thanks to Piotr Sikora.
+
+    *) Bugfix: in the mail proxy server.
+       Thanks to Filipe Da Silva.
+
+    *) Bugfix: nginx/Windows might stop accepting connections if several
+       worker processes were used.
+
+
 Changes with nginx 1.5.0                                         07 May 2013
 
     *) Security: a stack-based buffer overflow might occur in a worker
--- a/text/ru/CHANGES.ru	Tue Jun 04 17:20:00 2013 +0400
+++ b/text/ru/CHANGES.ru	Tue Jun 04 17:38:50 2013 +0400
@@ -1,4 +1,40 @@
 
+Изменения в nginx 1.5.1                                           04.06.2013
+
+    *) Добавление: директивы ssi_last_modified, sub_filter_last_modified и
+       xslt_last_modified.
+       Спасибо Алексею Колпакову.
+
+    *) Добавление: параметр http_403 в директивах proxy_next_upstream,
+       fastcgi_next_upstream, scgi_next_upstream и uwsgi_next_upstream.
+
+    *) Добавление: директивы allow и deny теперь поддерживают unix domain
+       сокеты.
+
+    *) Исправление: nginx не собирался с модулем ngx_mail_ssl_module, но без
+       модуля ngx_http_ssl_module; ошибка появилась в 1.3.14.
+
+    *) Исправление: в директиве proxy_set_body.
+       Спасибо Lanshun Zhou.
+
+    *) Исправление: в директиве lingering_time.
+       Спасибо Lanshun Zhou.
+
+    *) Исправление: параметр fail_timeout директивы server в блоке upstream
+       мог не работать, если использовался параметр max_fails; ошибка
+       появилась в 1.3.0.
+
+    *) Исправление: в рабочем процессе мог произойти segmentation fault,
+       если использовалась директива ssl_stapling.
+       Спасибо Piotr Sikora.
+
+    *) Исправление: в почтовом прокси-сервере.
+       Спасибо Filipe Da Silva.
+
+    *) Исправление: nginx/Windows мог перестать принимать соединения, если
+       использовалось несколько рабочих процессов.
+
+
 Изменения в nginx 1.5.0                                           07.05.2013
 
     *) Безопасность: при обработке специально созданного запроса мог
--- a/xml/index.xml	Tue Jun 04 17:20:00 2013 +0400
+++ b/xml/index.xml	Tue Jun 04 17:38:50 2013 +0400
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2013-06-04">
+<para>
+<link doc="en/download.xml">nginx-1.5.1</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2013-05-13">
 <para>
 <link doc="en/download.xml">nginx-1.2.9</link>
--- a/xml/versions.xml	Tue Jun 04 17:20:00 2013 +0400
+++ b/xml/versions.xml	Tue Jun 04 17:38:50 2013 +0400
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.5.1" />
 <item ver="1.5.0" />
 
 </download>