comparison text/en/CHANGES @ 1438:3f5c6286d55b

nginx-1.7.11
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 24 Mar 2015 19:17:09 +0300
parents 0f85747de5e8
children 493fb0be4f58
comparison
equal deleted inserted replaced
1437:8e7995bb8c6b 1438:3f5c6286d55b
1
2 Changes with nginx 1.7.11 24 Mar 2015
3
4 *) Change: the "sendfile" parameter of the "aio" directive is
5 deprecated; now nginx automatically uses AIO to pre-load data for
6 sendfile if both "aio" and "sendfile" directives are used.
7
8 *) Feature: experimental thread pools support.
9
10 *) Feature: the "proxy_request_buffering", "fastcgi_request_buffering",
11 "scgi_request_buffering", and "uwsgi_request_buffering" directives.
12
13 *) Feature: request body filters experimental API.
14
15 *) Feature: client SSL certificates support in mail proxy.
16 Thanks to Sven Peter, Franck Levionnois, and Filipe Da Silva.
17
18 *) Feature: startup speedup when using the "hash ... consistent"
19 directive in the upstream block.
20 Thanks to Wai Keen Woon.
21
22 *) Feature: debug logging into a cyclic memory buffer.
23
24 *) Bugfix: in hash table handling.
25 Thanks to Chris West.
26
27 *) Bugfix: in the "proxy_cache_revalidate" directive.
28
29 *) Bugfix: SSL connections might hang if deferred accept or the
30 "proxy_protocol" parameter of the "listen" directive were used.
31 Thanks to James Hamlin.
32
33 *) Bugfix: the $upstream_response_time variable might contain a wrong
34 value if the "image_filter" directive was used.
35
36 *) Bugfix: in integer overflow handling.
37 Thanks to RĂ©gis Leroy.
38
39 *) Bugfix: it was not possible to enable SSLv3 with LibreSSL.
40
41 *) Bugfix: the "ignoring stale global SSL error ... called a function
42 you should not call" alerts appeared in logs when using LibreSSL.
43
44 *) Bugfix: certificates specified by the "ssl_client_certificate" and
45 "ssl_trusted_certificate" directives were inadvertently used to
46 automatically construct certificate chains.
47
1 48
2 Changes with nginx 1.7.10 10 Feb 2015 49 Changes with nginx 1.7.10 10 Feb 2015
3 50
4 *) Feature: the "use_temp_path" parameter of the "proxy_cache_path", 51 *) Feature: the "use_temp_path" parameter of the "proxy_cache_path",
5 "fastcgi_cache_path", "scgi_cache_path", and "uwsgi_cache_path" 52 "fastcgi_cache_path", "scgi_cache_path", and "uwsgi_cache_path"