comparison CHANGES @ 658:5a4401b9551b NGINX_1_1_13

nginx 1.1.13 *) Feature: the "TLSv1.1" and "TLSv1.2" parameters of the "ssl_protocols" directive. *) Bugfix: the "limit_req" directive parameters were not inherited correctly; the bug had appeared in 1.1.12. *) Bugfix: the "proxy_redirect" directive incorrectly processed "Refresh" header if regular expression were used. *) Bugfix: the "proxy_cache_use_stale" directive with "error" parameter did not return answer from cache if there were no live upstreams. *) Bugfix: the "worker_cpu_affinity" directive might not work. *) Bugfix: nginx could not be built on Solaris; the bug had appeared in 1.1.12. *) Bugfix: in the ngx_http_mp4_module.
author Igor Sysoev <http://sysoev.ru>
date Mon, 16 Jan 2012 00:00:00 +0400
parents 9d21dad0b5a1
children d0f7a625f27c
comparison
equal deleted inserted replaced
657:e1296af53cc0 658:5a4401b9551b
1
2 Changes with nginx 1.1.13 16 Jan 2012
3
4 *) Feature: the "TLSv1.1" and "TLSv1.2" parameters of the
5 "ssl_protocols" directive.
6
7 *) Bugfix: the "limit_req" directive parameters were not inherited
8 correctly; the bug had appeared in 1.1.12.
9
10 *) Bugfix: the "proxy_redirect" directive incorrectly processed
11 "Refresh" header if regular expression were used.
12
13 *) Bugfix: the "proxy_cache_use_stale" directive with "error" parameter
14 did not return answer from cache if there were no live upstreams.
15
16 *) Bugfix: the "worker_cpu_affinity" directive might not work.
17
18 *) Bugfix: nginx could not be built on Solaris; the bug had appeared in
19 1.1.12.
20
21 *) Bugfix: in the ngx_http_mp4_module.
22
1 23
2 Changes with nginx 1.1.12 26 Dec 2011 24 Changes with nginx 1.1.12 26 Dec 2011
3 25
4 *) Change: a "proxy_pass" directive without URI part now uses changed 26 *) Change: a "proxy_pass" directive without URI part now uses changed
5 URI after redirection with the "error_page" directive; 27 URI after redirection with the "error_page" directive.
6 Thanks to Lanshun Zhou. 28 Thanks to Lanshun Zhou.
7 29
8 *) Feature: the "proxy/fastcgi/scgi/uwsgi_cache_lock", 30 *) Feature: the "proxy/fastcgi/scgi/uwsgi_cache_lock",
9 "proxy/fastcgi/scgi/uwsgi_cache_lock_timeout" directives. 31 "proxy/fastcgi/scgi/uwsgi_cache_lock_timeout" directives.
10 32
26 48
27 *) Bugfix: a "proxy_pass" directive without URI part always used 49 *) Bugfix: a "proxy_pass" directive without URI part always used
28 original request URI if variables were used. 50 original request URI if variables were used.
29 51
30 *) Bugfix: a "proxy_pass" directive without URI part might use original 52 *) Bugfix: a "proxy_pass" directive without URI part might use original
31 request after redirection with the "try_files" directive; 53 request after redirection with the "try_files" directive.
32 Thanks to Lanshun Zhou. 54 Thanks to Lanshun Zhou.
33 55
34 *) Bugfix: in the ngx_http_scgi_module. 56 *) Bugfix: in the ngx_http_scgi_module.
35 57
36 *) Bugfix: in the ngx_http_mp4_module. 58 *) Bugfix: in the ngx_http_mp4_module.