changeset 2383:e01b7a3b601d

nginx-1.17.0
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 21 May 2019 17:34:03 +0300
parents aba11629abbf
children 144c8e3d6c09
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 44 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,22 @@
 
+Changes with nginx 1.17.0                                        21 May 2019
+
+    *) Feature: variables support in the "limit_rate" and "limit_rate_after"
+       directives.
+
+    *) Feature: variables support in the "proxy_upload_rate" and
+       "proxy_download_rate" directives in the stream module.
+
+    *) Change: minimum supported OpenSSL version is 0.9.8.
+
+    *) Change: now the postpone filter is always built.
+
+    *) Bugfix: the "include" directive did not work inside the "if" and
+       "limit_except" blocks.
+
+    *) Bugfix: in byte ranges processing.
+
+
 Changes with nginx 1.15.12                                       16 Apr 2019
 
     *) Bugfix: a segmentation fault might occur in a worker process if
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru
@@ -1,4 +1,22 @@
 
+Изменения в nginx 1.17.0                                          21.05.2019
+
+    *) Добавление: директивы limit_rate и limit_rate_after поддерживают
+       переменные.
+
+    *) Добавление: директивы proxy_upload_rate и proxy_download_rate в
+       модуле stream поддерживают переменные.
+
+    *) Изменение: минимальная поддерживаемая версия OpenSSL - 0.9.8.
+
+    *) Изменение: теперь postpone-фильтр собирается всегда.
+
+    *) Исправление: директива include не работала в блоках if и
+       limit_except.
+
+    *) Исправление: в обработке byte ranges.
+
+
 Изменения в nginx 1.15.12                                         16.04.2019
 
     *) Исправление: в рабочем процессе мог произойти segmentation fault,
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2019-05-21">
+<para>
+<link doc="en/download.xml">nginx-1.17.0</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2019-04-23">
 <para>
 <link doc="en/download.xml">nginx-1.16.0</link>
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -9,7 +9,7 @@
 
 <download tag="mainline" changes="">
 
-<item ver="1.15.12" />
+<item ver="1.17.0" />
 
 </download>