comparison text/en/CHANGES @ 1861:2b27ece5c035

nginx-1.11.7
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 13 Dec 2016 18:29:52 +0300
parents 4035f9146bbf
children 89e132c9ee34
comparison
equal deleted inserted replaced
1860:fc83200fc0d7 1861:2b27ece5c035
1
2 Changes with nginx 1.11.7 13 Dec 2016
3
4 *) Change: now in case of a client certificate verification error the
5 $ssl_client_verify variable contains a string with the failure
6 reason, for example, "FAILED:certificate has expired".
7
8 *) Feature: the $ssl_ciphers, $ssl_curves, $ssl_client_v_start,
9 $ssl_client_v_end, and $ssl_client_v_remain variables.
10
11 *) Feature: the "volatile" parameter of the "map" directive.
12
13 *) Bugfix: dependencies specified for a module were ignored while
14 building dynamic modules.
15
16 *) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
17 directives client request body might be corrupted; the bug had
18 appeared in 1.11.0.
19
20 *) Bugfix: a segmentation fault might occur in a worker process when
21 using HTTP/2; the bug had appeared in 1.11.3.
22
23 *) Bugfix: in the ngx_http_mp4_module.
24 Thanks to Congcong Hu.
25
26 *) Bugfix: in the ngx_http_perl_module.
27
1 28
2 Changes with nginx 1.11.6 15 Nov 2016 29 Changes with nginx 1.11.6 15 Nov 2016
3 30
4 *) Change: format of the $ssl_client_s_dn and $ssl_client_i_dn variables 31 *) Change: format of the $ssl_client_s_dn and $ssl_client_i_dn variables
5 has been changed to follow RFC 2253 (RFC 4514); values in the old 32 has been changed to follow RFC 2253 (RFC 4514); values in the old