# HG changeset patch # User Maxim Dounin # Date 1491318764 -10800 # Node ID 0cda4680820704326200110fdf8af603c3988572 # Parent dd96a09dd4f7624a8e1b3a0519f0d30048e7450a nginx-1.11.13 diff -r dd96a09dd4f7 -r 0cda46808207 text/en/CHANGES --- 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. diff -r dd96a09dd4f7 -r 0cda46808207 text/ru/CHANGES.ru --- 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 мог нагружать процессор; ошибка появилась в diff -r dd96a09dd4f7 -r 0cda46808207 xml/index.xml --- 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 @@ + + +nginx-1.11.13 +mainline version has been released. + + + nginx-1.11.12 diff -r dd96a09dd4f7 -r 0cda46808207 xml/versions.xml --- 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 @@ +