comparison text/en/CHANGES @ 1813:6d72cbbff061

nginx-1.11.5
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 11 Oct 2016 18:24:18 +0300
parents 0aacc6cbc759
children 4035f9146bbf
comparison
equal deleted inserted replaced
1812:35ec213c16cf 1813:6d72cbbff061
1
2 Changes with nginx 1.11.5 11 Oct 2016
3
4 *) Change: the --with-ipv6 configure option was removed, now IPv6
5 support is configured automatically.
6
7 *) Change: now if there are no available servers in an upstream, nginx
8 will not reset number of failures of all servers as it previously
9 did, but will wait for fail_timeout to expire.
10
11 *) Feature: the ngx_stream_ssl_preread_module.
12
13 *) Feature: the "server" directive in the "upstream" context supports
14 the "max_conns" parameter.
15
16 *) Feature: the --with-compat configure option.
17
18 *) Feature: "manager_files", "manager_threshold", and "manager_sleep"
19 parameters of the "proxy_cache_path", "fastcgi_cache_path",
20 "scgi_cache_path", and "uwsgi_cache_path" directives.
21
22 *) Bugfix: flags passed by the --with-ld-opt configure option were not
23 used while building perl module.
24
25 *) Bugfix: in the "add_after_body" directive when used with the
26 "sub_filter" directive.
27
28 *) Bugfix: in the $realip_remote_addr variable.
29
30 *) Bugfix: the "dav_access", "proxy_store_access",
31 "fastcgi_store_access", "scgi_store_access", and "uwsgi_store_access"
32 directives ignored permissions specified for user.
33
34 *) Bugfix: unix domain listen sockets might not be inherited during
35 binary upgrade on Linux.
36
37 *) Bugfix: nginx returned the 400 response on requests with the "-"
38 character in the HTTP method.
39
1 40
2 Changes with nginx 1.11.4 13 Sep 2016 41 Changes with nginx 1.11.4 13 Sep 2016
3 42
4 *) Feature: the $upstream_bytes_received variable. 43 *) Feature: the $upstream_bytes_received variable.
5 44