comparison text/en/CHANGES-1.2 @ 524:5cc4842015a1

nginx-1.3.1, nginx-1.2.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 05 Jun 2012 14:29:16 +0000
parents 9b440a217907
children 6b13286abd42
comparison
equal deleted inserted replaced
523:a8daad8e83bb 524:5cc4842015a1
1
2 Changes with nginx 1.2.1 05 Jun 2012
3
4 *) Security: now nginx/Windows ignores trailing dot in URI path
5 component, and does not allow URIs with ":$" in it.
6 Thanks to Vladimir Kochetkov, Positive Research Center.
7
8 *) Feature: the "debug_connection" directive now supports IPv6 addresses
9 and the "unix:" parameter.
10
11 *) Feature: the "set_real_ip_from" directive and the "proxy" parameter
12 of the "geo" directive now support IPv6 addresses.
13
14 *) Feature: the "real_ip_recursive", "geoip_proxy", and
15 "geoip_proxy_recursive" directives.
16
17 *) Feature: the "proxy_recursive" parameter of the "geo" directive.
18
19 *) Bugfix: a segmentation fault might occur in a worker process if the
20 "resolver" directive was used.
21
22 *) Bugfix: a segmentation fault might occur in a worker process if the
23 "fastcgi_pass", "scgi_pass", or "uwsgi_pass" directives were used and
24 backend returned incorrect response.
25
26 *) Bugfix: a segmentation fault might occur in a worker process if the
27 "rewrite" directive was used and new request arguments in a
28 replacement used variables.
29
30 *) Bugfix: nginx might hog CPU if the open file resource limit was
31 reached.
32
33 *) Bugfix: nginx might loop infinitely over backends if the
34 "proxy_next_upstream" directive with the "http_404" parameter was
35 used and there were backup servers specified in an upstream block.
36
37 *) Bugfix: adding the "down" parameter of the "server" directive might
38 cause unneeded client redistribution among backend servers if the
39 "ip_hash" directive was used.
40
41 *) Bugfix: socket leak.
42 Thanks to Yichun Zhang.
43
44 *) Bugfix: in the ngx_http_fastcgi_module.
45
1 46
2 Changes with nginx 1.2.0 23 Apr 2012 47 Changes with nginx 1.2.0 23 Apr 2012
3 48
4 *) Bugfix: a segmentation fault might occur in a worker process if the 49 *) Bugfix: a segmentation fault might occur in a worker process if the
5 "try_files" directive was used; the bug had appeared in 1.1.19. 50 "try_files" directive was used; the bug had appeared in 1.1.19.