comparison text/en/CHANGES @ 1839:4035f9146bbf

nginx-1.11.6
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 15 Nov 2016 18:22:44 +0300
parents 6d72cbbff061
children 2b27ece5c035
comparison
equal deleted inserted replaced
1838:0d6ac4838921 1839:4035f9146bbf
1
2 Changes with nginx 1.11.6 15 Nov 2016
3
4 *) 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
6 format are available in the $ssl_client_s_dn_legacy and
7 $ssl_client_i_dn_legacy variables.
8
9 *) Change: when storing temporary files in a cache directory they will
10 be stored in the same subdirectories as corresponding cache files
11 instead of a separate subdirectory for temporary files.
12
13 *) Feature: EXTERNAL authentication mechanism support in mail proxy.
14 Thanks to Robert Norris.
15
16 *) Feature: WebP support in the ngx_http_image_filter_module.
17
18 *) Feature: variables support in the "proxy_method" directive.
19 Thanks to Dmitry Lazurkin.
20
21 *) Feature: the "http2_max_requests" directive in the
22 ngx_http_v2_module.
23
24 *) Feature: the "proxy_cache_max_range_offset",
25 "fastcgi_cache_max_range_offset", "scgi_cache_max_range_offset", and
26 "uwsgi_cache_max_range_offset" directives.
27
28 *) Bugfix: graceful shutdown of old worker processes might require
29 infinite time when using HTTP/2.
30
31 *) Bugfix: in the ngx_http_mp4_module.
32
33 *) Bugfix: "ignore long locked inactive cache entry" alerts might appear
34 in logs when proxying WebSocket connections with caching enabled.
35
36 *) Bugfix: nginx did not write anything to log and returned a response
37 with code 502 instead of 504 when a timeout occurred during an SSL
38 handshake to a backend.
39
1 40
2 Changes with nginx 1.11.5 11 Oct 2016 41 Changes with nginx 1.11.5 11 Oct 2016
3 42
4 *) Change: the --with-ipv6 configure option was removed, now IPv6 43 *) Change: the --with-ipv6 configure option was removed, now IPv6
5 support is configured automatically. 44 support is configured automatically.