diff text/en/CHANGES @ 2473:c5f7a7843ecc

nginx-1.17.7
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 24 Dec 2019 18:06:10 +0300
parents 253bbbc276ae
children ccd7acb53be4
line wrap: on
line diff
--- a/text/en/CHANGES	Thu Dec 19 13:00:58 2019 +0300
+++ b/text/en/CHANGES	Tue Dec 24 18:06:10 2019 +0300
@@ -1,4 +1,29 @@
 
+Changes with nginx 1.17.7                                        24 Dec 2019
+
+    *) Bugfix: a segmentation fault might occur on start or during
+       reconfiguration if the "rewrite" directive with an empty replacement
+       string was used in the configuration.
+
+    *) Bugfix: a segmentation fault might occur in a worker process if the
+       "break" directive was used with the "alias" directive or with the
+       "proxy_pass" directive with a URI.
+
+    *) Bugfix: the "Location" response header line might contain garbage if
+       the request URI was rewritten to the one containing a null character.
+
+    *) Bugfix: requests with bodies were handled incorrectly when returning
+       redirections with the "error_page" directive; the bug had appeared in
+       0.7.12.
+
+    *) Bugfix: socket leak when using HTTP/2.
+
+    *) Bugfix: a timeout might occur while handling pipelined requests in an
+       SSL connection; the bug had appeared in 1.17.5.
+
+    *) Bugfix: in the ngx_http_dav_module.
+
+
 Changes with nginx 1.17.6                                        19 Nov 2019
 
     *) Feature: the $proxy_protocol_server_addr and