comparison CHANGES @ 487:f2c6a7373274 NGINX_0_7_51

nginx 0.7.51 *) Feature: the "try_files" directive supports a response code in the fallback parameter. *) Feature: now any response code can be used in the "return" directive. *) Bugfix: the "error_page" directive made an external redirect without query string; the bug had appeared in 0.7.44. *) Bugfix: if servers listened on several defined explicitly addresses, then virtual servers might not work; the bug had appeared in 0.7.39.
author Igor Sysoev <http://sysoev.ru>
date Sun, 12 Apr 2009 00:00:00 +0400
parents 09b45263c817
children 549994537f15
comparison
equal deleted inserted replaced
486:ba2ea8c4d60f 487:f2c6a7373274
1
2 Changes with nginx 0.7.51 12 Apr 2009
3
4 *) Feature: the "try_files" directive supports a response code in the
5 fallback parameter.
6
7 *) Feature: now any response code can be used in the "return" directive.
8
9 *) Bugfix: the "error_page" directive made an external redirect without
10 query string; the bug had appeared in 0.7.44.
11
12 *) Bugfix: if servers listened on several defined explicitly addresses,
13 then virtual servers might not work; the bug had appeared in 0.7.39.
14
1 15
2 Changes with nginx 0.7.50 06 Apr 2009 16 Changes with nginx 0.7.50 06 Apr 2009
3 17
4 *) Change: a segmentation fault might occur in worker process, if the 18 *) Bugfix: the $arg_... variables did not work; the bug had appeared in
5 $arg_... variables were used; the bug had appeared in 0.7.48. 19 0.7.49.
6 20
7 21
8 Changes with nginx 0.7.49 06 Apr 2009 22 Changes with nginx 0.7.49 06 Apr 2009
9 23
10 *) Change: a segmentation fault might occur in worker process, if the 24 *) Bugfix: a segmentation fault might occur in worker process, if the
11 $arg_... variables were used; the bug had appeared in 0.7.48. 25 $arg_... variables were used; the bug had appeared in 0.7.48.
12 26
13 27
14 Changes with nginx 0.7.48 06 Apr 2009 28 Changes with nginx 0.7.48 06 Apr 2009
15 29
211 225
212 *) Bugfix: a "try_files" directive set MIME type depending on an 226 *) Bugfix: a "try_files" directive set MIME type depending on an
213 original request extension. 227 original request extension.
214 228
215 *) Bugfix: "*domain.tld" names were handled incorrectly in 229 *) Bugfix: "*domain.tld" names were handled incorrectly in
216 "server_name", "valid_referers", and "map" directives, if an 230 "server_name", "valid_referers", and "map" directives, if
217 ".domain.tld" and ".subdomain.domain.tld" wildcards were used; 231 ".domain.tld" and ".subdomain.domain.tld" wildcards were used;
218 the bug had appeared in 0.7.9. 232 the bug had appeared in 0.7.9.
219 233
220 234
221 Changes with nginx 0.7.34 10 Feb 2009 235 Changes with nginx 0.7.34 10 Feb 2009