comparison 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
comparison
equal deleted inserted replaced
1891:6225d50b3cba 1892:0a769f5f874c
1
2 Changes with nginx 1.11.9 24 Jan 2017
3
4 *) Bugfix: nginx might hog CPU when using the stream module; the bug had
5 appeared in 1.11.5.
6
7 *) Bugfix: EXTERNAL authentication mechanism in mail proxy was accepted
8 even if it was not enabled in the configuration.
9
10 *) Bugfix: a segmentation fault might occur in a worker process if the
11 "ssl_verify_client" directive of the stream module was used.
12
13 *) Bugfix: the "ssl_verify_client" directive of the stream module might
14 not work.
15
16 *) Bugfix: closing keepalive connections due to no free worker
17 connections might be too aggressive.
18 Thanks to Joel Cunningham.
19
20 *) Bugfix: an incorrect response might be returned when using the
21 "sendfile" directive on FreeBSD and macOS; the bug had appeared in
22 1.7.8.
23
24 *) Bugfix: a truncated response might be stored in cache when using the
25 "aio_write" directive.
26
27 *) Bugfix: a socket leak might occur when using the "aio_write"
28 directive.
29
1 30
2 Changes with nginx 1.11.8 27 Dec 2016 31 Changes with nginx 1.11.8 27 Dec 2016
3 32
4 *) Feature: the "absolute_redirect" directive. 33 *) Feature: the "absolute_redirect" directive.
5 34