changeset 1668:755c3c0324b1

nginx-1.9.13
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 29 Mar 2016 18:25:04 +0300
parents beab8345acf6
children c872b93682f4
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 105 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,51 @@
 
+Changes with nginx 1.9.13                                        29 Mar 2016
+
+    *) Change: non-idempotent requests (POST, LOCK, PATCH) are no longer
+       passed to the next server by default if a request has been sent to a
+       backend; the "non_idempotent" parameter of the "proxy_next_upstream"
+       directive explicitly allows retrying such requests.
+
+    *) Feature: the ngx_http_perl_module can be built dynamically.
+
+    *) Feature: UDP support in the stream module.
+
+    *) Feature: the "aio_write" directive.
+
+    *) Feature: now cache manager monitors number of elements in caches and
+       tries to avoid cache keys zone overflows.
+
+    *) Bugfix: "task already active" and "second aio post" alerts might
+       appear in logs when using the "sendfile" and "aio" directives with
+       subrequests.
+
+    *) Bugfix: "zero size buf in output" alerts might appear in logs if
+       caching was used and a client closed a connection prematurely.
+
+    *) Bugfix: connections with clients might be closed needlessly if
+       caching was used.
+       Thanks to Justin Li.
+
+    *) Bugfix: nginx might hog CPU if the "sendfile" directive was used on
+       Linux or Solaris and a file being sent was changed during sending.
+
+    *) Bugfix: connections might hang when using the "sendfile" and "aio
+       threads" directives.
+
+    *) Bugfix: in the "proxy_pass", "fastcgi_pass", "scgi_pass", and
+       "uwsgi_pass" directives when using variables.
+       Thanks to Piotr Sikora.
+
+    *) Bugfix: in the ngx_http_sub_filter_module.
+
+    *) Bugfix: if an error occurred in a cached backend connection, the
+       request was passed to the next server regardless of the
+       proxy_next_upstream directive.
+
+    *) Bugfix: "CreateFile() failed" errors when creating temporary files on
+       Windows.
+
+
 Changes with nginx 1.9.12                                        24 Feb 2016
 
     *) Feature: Huffman encoding of response headers in HTTP/2.
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru
@@ -1,4 +1,54 @@
 
+Изменения в nginx 1.9.13                                          29.03.2016
+
+    *) Изменение: неидемпотентные запросы (POST, LOCK, PATCH) теперь по
+       умолчанию не передаются на другой сервер, если запрос уже был
+       отправлен на бэкенд; параметр non_idempotent директивы
+       proxy_next_upstream явно разрешает повторять такие запросы.
+
+    *) Добавление: модуль ngx_http_perl_module теперь можно собрать
+       динамически.
+
+    *) Добавление: поддержка UDP в модуле stream.
+
+    *) Добавление: директива aio_write.
+
+    *) Добавление: теперь cache manager следит за количеством элементов в
+       кэше и старается не допускать переполнений зоны разделяемой памяти.
+
+    *) Исправление: при использовании директив sendfile и aio с подзапросами
+       в логах могли появляться сообщения "task already active" и "second
+       aio post".
+
+    *) Исправление: при использовании кэширования в логах могли появляться
+       сообщения "zero size buf in output", если клиент закрывал соединение
+       преждевременно.
+
+    *) Исправление: при использовании кэширования соединения с клиентами
+       могли закрываться без необходимости.
+       Спасибо Justin Li.
+
+    *) Исправление: nginx мог нагружать процессор при использовании
+       директивы sendfile на Linux и Solaris, если отправляемый файл был
+       изменён в процессе отправки.
+
+    *) Исправление: при использовании директив sendfile и "aio threads"
+       соединения могли зависать.
+
+    *) Исправление: в директивах proxy_pass, fastcgi_pass, scgi_pass и
+       uwsgi_pass при использовании переменных.
+       Спасибо Piotr Sikora.
+
+    *) Исправление: в модуле ngx_http_sub_filter_module.
+
+    *) Исправление: если в закэшированном соединении к бэкенду происходила
+       ошибка, запрос передавался на другой сервер без учёта директивы
+       proxy_next_upstream.
+
+    *) Исправление: ошибки "CreateFile() failed" при создании временных
+       файлов на Windows.
+
+
 Изменения в nginx 1.9.12                                          24.02.2016
 
     *) Добавление: кодирование Хаффмана заголовков ответов в HTTP/2.
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2016-03-29">
+<para>
+<link doc="en/download.xml">nginx-1.9.13</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2016-02-24">
 <para>
 <link doc="en/download.xml">nginx-1.9.12</link>
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.9.13" />
 <item ver="1.9.12" />
 <item ver="1.9.11" />
 <item ver="1.9.10" />