comparison text/en/CHANGES @ 323:db7b53552cce

nginx-1.1.13
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 16 Jan 2012 16:02:36 +0000
parents 67ba4bba2656
children 9cb58efe09e8
comparison
equal deleted inserted replaced
322:099ee546b04e 323:db7b53552cce
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.