comparison text/en/CHANGES @ 1603:ba521d29863b

nginx-1.9.7
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 17 Nov 2015 18:00:52 +0300
parents d8d0f0eb1129
children 8aebef52e938
comparison
equal deleted inserted replaced
1602:bc25f237a966 1603:ba521d29863b
1
2 Changes with nginx 1.9.7 17 Nov 2015
3
4 *) Feature: the "nohostname" parameter of logging to syslog.
5
6 *) Feature: the "proxy_cache_convert_head" directive.
7
8 *) Feature: the $realip_remote_addr in the ngx_http_realip_module.
9
10 *) Bugfix: the "expires" directive might not work when using variables.
11
12 *) Bugfix: a segmentation fault might occur in a worker process when
13 using HTTP/2; the bug had appeared in 1.9.6.
14
15 *) Bugfix: if nginx was built with the ngx_http_v2_module it was
16 possible to use the HTTP/2 protocol even if the "http2" parameter of
17 the "listen" directive was not specified.
18
19 *) Bugfix: in the ngx_http_v2_module.
20
1 21
2 Changes with nginx 1.9.6 27 Oct 2015 22 Changes with nginx 1.9.6 27 Oct 2015
3 23
4 *) Bugfix: a segmentation fault might occur in a worker process when 24 *) Bugfix: a segmentation fault might occur in a worker process when
5 using HTTP/2. 25 using HTTP/2.