diff text/en/CHANGES @ 1892:0a769f5f874c

nginx-1.11.9
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 24 Jan 2017 17:12:38 +0300
parents 89e132c9ee34
children d6692a78a444
line wrap: on
line diff
--- a/text/en/CHANGES	Wed Jan 18 15:35:43 2017 +0300
+++ b/text/en/CHANGES	Tue Jan 24 17:12:38 2017 +0300
@@ -1,4 +1,33 @@
 
+Changes with nginx 1.11.9                                        24 Jan 2017
+
+    *) Bugfix: nginx might hog CPU when using the stream module; the bug had
+       appeared in 1.11.5.
+
+    *) Bugfix: EXTERNAL authentication mechanism in mail proxy was accepted
+       even if it was not enabled in the configuration.
+
+    *) Bugfix: a segmentation fault might occur in a worker process if the
+       "ssl_verify_client" directive of the stream module was used.
+
+    *) Bugfix: the "ssl_verify_client" directive of the stream module might
+       not work.
+
+    *) Bugfix: closing keepalive connections due to no free worker
+       connections might be too aggressive.
+       Thanks to Joel Cunningham.
+
+    *) Bugfix: an incorrect response might be returned when using the
+       "sendfile" directive on FreeBSD and macOS; the bug had appeared in
+       1.7.8.
+
+    *) Bugfix: a truncated response might be stored in cache when using the
+       "aio_write" directive.
+
+    *) Bugfix: a socket leak might occur when using the "aio_write"
+       directive.
+
+
 Changes with nginx 1.11.8                                        27 Dec 2016
 
     *) Feature: the "absolute_redirect" directive.