summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2018-04-03 17:38:09 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2018-04-03 17:38:09 +0300
commitff70c2f1cd5f2036ce54e3507273dc4c00bbf6f2 (patch)
tree395bad9db57972d984afea5762c4b167011dd294
parent703ca2b39713f1afa919763a31448b199a4b98a3 (diff)
downloadnginx-release-1.13.11.tar.gz
nginx-1.13.11-RELEASErelease-1.13.11
-rw-r--r--docs/xml/nginx/changes.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 7cb1fcf06..66eb0f7ee 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -5,6 +5,42 @@
<change_log title="nginx">
+<changes ver="1.13.11" date="2018-04-03">
+
+<change type="feature">
+<para lang="ru">
+параметр proxy_protocol директивы listen
+теперь поддерживает протокол PROXY версии 2.
+</para>
+<para lang="en">
+the "proxy_protocol" parameter of the "listen" directive
+now supports the PROXY protocol version 2.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не собирался с OpenSSL 1.1.1 статически на Linux.
+</para>
+<para lang="en">
+nginx could not be built with OpenSSL 1.1.1 statically on Linux.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в параметрах http_404, http_500 и им подобных
+директивы proxy_next_upstream.
+</para>
+<para lang="en">
+in the "http_404", "http_500", etc. parameters
+of the "proxy_next_upstream" directive.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="1.13.10" date="2018-03-20">
<change type="feature">