changeset 1957:0cda46808207

nginx-1.11.13
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 04 Apr 2017 18:12:44 +0300
parents dd96a09dd4f7
children 95a7e6eb5270
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 63 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Apr 04 17:43:25 2017 +0300
+++ b/text/en/CHANGES	Tue Apr 04 18:12:44 2017 +0300
@@ -1,4 +1,32 @@
 
+Changes with nginx 1.11.13                                       04 Apr 2017
+
+    *) Feature: the "http_429" parameter of the "proxy_next_upstream",
+       "fastcgi_next_upstream", "scgi_next_upstream", and
+       "uwsgi_next_upstream" directives.
+       Thanks to Piotr Sikora.
+
+    *) Bugfix: in memory allocation error handling.
+
+    *) Bugfix: requests might hang when using the "sendfile" and
+       "timer_resolution" directives on Linux.
+
+    *) Bugfix: requests might hang when using the "sendfile" and "aio_write"
+       directives with subrequests.
+
+    *) Bugfix: in the ngx_http_v2_module.
+       Thanks to Piotr Sikora.
+
+    *) Bugfix: a segmentation fault might occur in a worker process when
+       using HTTP/2.
+
+    *) Bugfix: requests might hang when using the "limit_rate",
+       "sendfile_max_chunk", "limit_req" directives, or the $r->sleep()
+       embedded perl method with subrequests.
+
+    *) Bugfix: in the ngx_http_slice_module.
+
+
 Changes with nginx 1.11.12                                       24 Mar 2017
 
     *) Bugfix: nginx might hog CPU; the bug had appeared in 1.11.11.
--- a/text/ru/CHANGES.ru	Tue Apr 04 17:43:25 2017 +0300
+++ b/text/ru/CHANGES.ru	Tue Apr 04 18:12:44 2017 +0300
@@ -1,4 +1,31 @@
 
+Изменения в nginx 1.11.13                                         04.04.2017
+
+    *) Добавление: параметр http_429 в директивах proxy_next_upstream,
+       fastcgi_next_upstream, scgi_next_upstream и uwsgi_next_upstream.
+       Спасибо Piotr Sikora.
+
+    *) Исправление: в обработке ошибок выделения памяти.
+
+    *) Исправление: при использовании директив sendfile и timer_resolution
+       на Linux запросы могли зависать.
+
+    *) Исправление: при использовании с подзапросами директив sendfile и
+       aio_write запросы могли зависать.
+
+    *) Исправление: в модуле ngx_http_v2_module.
+       Спасибо Piotr Sikora.
+
+    *) Исправление: при использовании HTTP/2 в рабочем процессе мог
+       произойти segmentation fault.
+
+    *) Исправление: запросы могли зависать при использовании с подзапросами
+       директив limit_rate, sendfile_max_chunk, limit_req или метода
+       $r->sleep() встроенного перла.
+
+    *) Исправление: в модуле ngx_http_slice_module.
+
+
 Изменения в nginx 1.11.12                                         24.03.2017
 
     *) Исправление: nginx мог нагружать процессор; ошибка появилась в
--- a/xml/index.xml	Tue Apr 04 17:43:25 2017 +0300
+++ b/xml/index.xml	Tue Apr 04 18:12:44 2017 +0300
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2017-04-04">
+<para>
+<link doc="en/download.xml">nginx-1.11.13</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2017-03-24">
 <para>
 <link doc="en/download.xml">nginx-1.11.12</link>
--- a/xml/versions.xml	Tue Apr 04 17:43:25 2017 +0300
+++ b/xml/versions.xml	Tue Apr 04 18:12:44 2017 +0300
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.11.13" />
 <item ver="1.11.12" />
 <item ver="1.11.11" />
 <item ver="1.11.10" />