comparison text/en/CHANGES @ 1880:89e132c9ee34

nginx-1.11.8
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 27 Dec 2016 17:32:22 +0300
parents 2b27ece5c035
children 0a769f5f874c
comparison
equal deleted inserted replaced
1879:3685d90e133e 1880:89e132c9ee34
1
2 Changes with nginx 1.11.8 27 Dec 2016
3
4 *) Feature: the "absolute_redirect" directive.
5
6 *) Feature: the "escape" parameter of the "log_format" directive.
7
8 *) Feature: client SSL certificates verification in the stream module.
9
10 *) Feature: the "ssl_session_ticket_key" directive supports AES256
11 encryption of TLS session tickets when used with 80-byte keys.
12
13 *) Feature: vim-commentary support in vim scripts.
14 Thanks to Armin Grodon.
15
16 *) Bugfix: recursion when evaluating variables was not limited.
17
18 *) Bugfix: in the ngx_stream_ssl_preread_module.
19
20 *) Bugfix: if a server in an upstream in the stream module failed, it
21 was considered alive only when a test connection sent to it after
22 fail_timeout was closed; now a successfully established connection is
23 enough.
24
25 *) Bugfix: nginx/Windows could not be built with 64-bit Visual Studio.
26
27 *) Bugfix: nginx/Windows could not be built with OpenSSL 1.1.0.
28
1 29
2 Changes with nginx 1.11.7 13 Dec 2016 30 Changes with nginx 1.11.7 13 Dec 2016
3 31
4 *) Change: now in case of a client certificate verification error the 32 *) Change: now in case of a client certificate verification error the
5 $ssl_client_verify variable contains a string with the failure 33 $ssl_client_verify variable contains a string with the failure