changeset 2126:a969c7078bc4

nginx-1.13.11
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 03 Apr 2018 17:49:32 +0300
parents b19d5d47c16c
children 284598bb7fbb
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 31 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,16 @@
 
+Changes with nginx 1.13.11                                       03 Apr 2018
+
+    *) Feature: the "proxy_protocol" parameter of the "listen" directive now
+       supports the PROXY protocol version 2.
+
+    *) Bugfix: nginx could not be built with OpenSSL 1.1.1 statically on
+       Linux.
+
+    *) Bugfix: in the "http_404", "http_500", etc. parameters of the
+       "proxy_next_upstream" directive.
+
+
 Changes with nginx 1.13.10                                       20 Mar 2018
 
     *) Feature: the "set" parameter of the "include" SSI directive now
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru
@@ -1,4 +1,15 @@
 
+Изменения в nginx 1.13.11                                         03.04.2018
+
+    *) Добавление: параметр proxy_protocol директивы listen теперь
+       поддерживает протокол PROXY версии 2.
+
+    *) Исправление: nginx не собирался с OpenSSL 1.1.1 статически на Linux.
+
+    *) Исправление: в параметрах http_404, http_500 и им подобных директивы
+       proxy_next_upstream.
+
+
 Изменения в nginx 1.13.10                                         20.03.2018
 
     *) Добавление: теперь параметр set в SSI-директиве include позволяет
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2018-04-03">
+<para>
+<link doc="en/download.xml">nginx-1.13.11</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2018-03-23">
 <para>
 <link url="https://unit.nginx.org/">unit-0.7</link>
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.13.11" />
 <item ver="1.13.10" />
 <item ver="1.13.9" />
 <item ver="1.13.8" />