diff text/en/CHANGES @ 2409:3bc28d88f34e

nginx-1.17.2
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 23 Jul 2019 15:16:41 +0300
parents 2c92888a3035
children eecb26e2c4ab
line wrap: on
line diff
--- a/text/en/CHANGES	Mon Jul 08 19:27:43 2019 +0300
+++ b/text/en/CHANGES	Tue Jul 23 15:16:41 2019 +0300
@@ -1,4 +1,30 @@
 
+Changes with nginx 1.17.2                                        23 Jul 2019
+
+    *) Change: minimum supported zlib version is 1.2.0.4.
+       Thanks to Ilya Leoshkevich.
+
+    *) Change: the $r->internal_redirect() embedded perl method now expects
+       escaped URIs.
+
+    *) Feature: it is now possible to switch to a named location using the
+       $r->internal_redirect() embedded perl method.
+
+    *) Bugfix: in error handling in embedded perl.
+
+    *) Bugfix: a segmentation fault might occur on start or during
+       reconfiguration if hash bucket size larger than 64 kilobytes was used
+       in the configuration.
+
+    *) Bugfix: nginx might hog CPU during unbuffered proxying and when
+       proxying WebSocket connections if the select, poll, or /dev/poll
+       methods were used.
+
+    *) Bugfix: in the ngx_http_xslt_filter_module.
+
+    *) Bugfix: in the ngx_http_ssi_filter_module.
+
+
 Changes with nginx 1.17.1                                        25 Jun 2019
 
     *) Feature: the "limit_req_dry_run" directive.