comparison text/en/CHANGES @ 1937:d83fd40bf906

nginx-1.11.11
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 21 Mar 2017 18:09:42 +0300
parents d6692a78a444
children d8ffff9be5ca
comparison
equal deleted inserted replaced
1936:8f996938fe23 1937:d83fd40bf906
1
2 Changes with nginx 1.11.11 21 Mar 2017
3
4 *) Feature: the "worker_shutdown_timeout" directive.
5
6 *) Feature: vim syntax highlighting scripts improvements.
7 Thanks to Wei-Ko Kao.
8
9 *) Bugfix: a segmentation fault might occur in a worker process if the
10 $limit_rate variable was set to an empty string.
11
12 *) Bugfix: the "proxy_cache_background_update",
13 "fastcgi_cache_background_update", "scgi_cache_background_update",
14 and "uwsgi_cache_background_update" directives might work incorrectly
15 if the "if" directive was used.
16
17 *) Bugfix: a segmentation fault might occur in a worker process if
18 number of large_client_header_buffers in a virtual server was
19 different from the one in the default server.
20
21 *) Bugfix: in the mail proxy server.
22
1 23
2 Changes with nginx 1.11.10 14 Feb 2017 24 Changes with nginx 1.11.10 14 Feb 2017
3 25
4 *) Change: cache header format has been changed, previously cached 26 *) Change: cache header format has been changed, previously cached
5 responses will be invalidated. 27 responses will be invalidated.