diff text/en/CHANGES @ 2445:192d136633b5

nginx-1.17.5
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 22 Oct 2019 18:24:04 +0300
parents c1acbe5e1222
children 253bbbc276ae
line wrap: on
line diff
--- a/text/en/CHANGES	Wed Oct 16 19:02:24 2019 +0300
+++ b/text/en/CHANGES	Tue Oct 22 18:24:04 2019 +0300
@@ -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.