changeset 2445:192d136633b5

nginx-1.17.5
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 22 Oct 2019 18:24:04 +0300
parents d58fc33a0830
children 32b945768dea
files text/en/CHANGES text/ru/CHANGES.ru xml/index.xml xml/versions.xml
diffstat 4 files changed, 46 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,23 @@
 
+Changes with nginx 1.17.5                                        22 Oct 2019
+
+    *) Feature: now nginx uses ioctl(FIONREAD), if available, to avoid
+       reading from a fast connection for a long time.
+
+    *) Bugfix: incomplete escaped characters at the end of the request URI
+       were ignored.
+
+    *) Bugfix: "/." and "/.." at the end of the request URI were not
+       normalized.
+
+    *) Bugfix: in the "merge_slashes" directive.
+
+    *) Bugfix: in the "ignore_invalid_headers" directive.
+       Thanks to Alan Kemp.
+
+    *) Bugfix: nginx could not be built with MinGW-w64 gcc 8.1 or newer.
+
+
 Changes with nginx 1.17.4                                        24 Sep 2019
 
     *) Change: better detection of incorrect client behavior in HTTP/2.
--- a/text/ru/CHANGES.ru
+++ b/text/ru/CHANGES.ru
@@ -1,4 +1,23 @@
 
+Изменения в nginx 1.17.5                                          22.10.2019
+
+    *) Добавление: теперь nginx использует вызов ioctl(FIONREAD), если он
+       доступен, чтобы избежать чтения из быстрого соединения в течение
+       долгого времени.
+
+    *) Исправление: неполные закодированные символы в конце URI запроса
+       игнорировались.
+
+    *) Исправление: "/." и "/.." в конце URI запроса не нормализовывались.
+
+    *) Исправление: в директиве merge_slashes.
+
+    *) Исправление: в директиве ignore_invalid_headers.
+       Спасибо Alan Kemp.
+
+    *) Исправление: nginx не собирался с MinGW-w64 gcc 8.1 и новее.
+
+
 Изменения в nginx 1.17.4                                          24.09.2019
 
     *) Изменение: улучшено детектирование некорректного поведения клиентов в
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -7,6 +7,13 @@
 
 <news name="nginx news" link="/" lang="en">
 
+<event date="2019-10-22">
+<para>
+<link doc="en/download.xml">nginx-1.17.5</link>
+mainline version has been released.
+</para>
+</event>
+
 <event date="2019-10-03">
 <para>
 <link url="https://unit.nginx.org/">unit-1.12.0</link>
--- a/xml/versions.xml
+++ b/xml/versions.xml
@@ -9,6 +9,7 @@
 
 <download tag="mainline" changes="">
 
+<item ver="1.17.5" />
 <item ver="1.17.4" />
 <item ver="1.17.3" />
 <item ver="1.17.2" />