changeset 1813:6d72cbbff061

nginx-1.11.5
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 11 Oct 2016 18:24:18 +0300
parents 35ec213c16cf
children 7b83f37c806f
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 86 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,43 @@
 
+Changes with nginx 1.11.5                                        11 Oct 2016
+
+    *) Change: the --with-ipv6 configure option was removed, now IPv6
+       support is configured automatically.
+
+    *) Change: now if there are no available servers in an upstream, nginx
+       will not reset number of failures of all servers as it previously
+       did, but will wait for fail_timeout to expire.
+
+    *) Feature: the ngx_stream_ssl_preread_module.
+
+    *) Feature: the "server" directive in the "upstream" context supports
+       the "max_conns" parameter.
+
+    *) Feature: the --with-compat configure option.
+
+    *) Feature: "manager_files", "manager_threshold", and "manager_sleep"
+       parameters of the "proxy_cache_path", "fastcgi_cache_path",
+       "scgi_cache_path", and "uwsgi_cache_path" directives.
+
+    *) Bugfix: flags passed by the --with-ld-opt configure option were not
+       used while building perl module.
+
+    *) Bugfix: in the "add_after_body" directive when used with the
+       "sub_filter" directive.
+
+    *) Bugfix: in the $realip_remote_addr variable.
+
+    *) Bugfix: the "dav_access", "proxy_store_access",
+       "fastcgi_store_access", "scgi_store_access", and "uwsgi_store_access"
+       directives ignored permissions specified for user.
+
+    *) Bugfix: unix domain listen sockets might not be inherited during
+       binary upgrade on Linux.
+
+    *) Bugfix: nginx returned the 400 response on requests with the "-"
+       character in the HTTP method.
+
+
 Changes with nginx 1.11.4                                        13 Sep 2016
 
     *) Feature: the $upstream_bytes_received variable.
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru
@@ -1,4 +1,43 @@
 
+Изменения в nginx 1.11.5                                          11.10.2016
+
+    *) Изменение: параметр configure --with-ipv6 упразднён, поддержка IPv6
+       теперь собирается автоматически.
+
+    *) Изменение: теперь, если в блоке upstream не оказалось доступных
+       серверов, nginx не сбрасывает статистику ошибок всех серверов, как
+       делал ранее, а ожидает истечения fail_timeout.
+
+    *) Добавление: модуль ngx_stream_ssl_preread_module.
+
+    *) Добавление: директива server в блоке upstream поддерживает параметр
+       max_conns.
+
+    *) Добавление: параметр configure --with-compat.
+
+    *) Добавление: параметры manager_files, manager_threshold и
+       manager_sleep директив proxy_cache_path, fastcgi_cache_path,
+       scgi_cache_path и uwsgi_cache_path.
+
+    *) Исправление: при сборке perl-модуля не использовались флаги, заданные
+       с помощью параметра configure --with-ld-opt.
+
+    *) Исправление: в директиве add_after_body при использовании совместно с
+       директивой sub_filter.
+
+    *) Исправление: в переменной $realip_remote_addr.
+
+    *) Исправление: директивы dav_access, proxy_store_access,
+       fastcgi_store_access, scgi_store_access и uwsgi_store_access
+       игнорировали права, заданные для пользователя.
+
+    *) Исправление: unix domain listen-сокеты могли не наследоваться при
+       обновлении исполняемого файла на Linux.
+
+    *) Исправление: nginx возвращал ошибку 400 на запросы с символом "-" в
+       HTTP-методе.
+
+
 Изменения в nginx 1.11.4                                          13.09.2016
 
     *) Добавление: переменная $upstream_bytes_received.
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2016-10-11">
+<para>
+<link doc="en/download.xml">nginx-1.11.5</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2016-09-13">
 <para>
 <link doc="en/download.xml">nginx-1.11.4</link>
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.11.5" />
 <item ver="1.11.4" />
 <item ver="1.11.3" />
 <item ver="1.11.2" />