comparison text/en/CHANGES-1.2 @ 565:6b13286abd42

nginx-1.2.2
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 03 Jul 2012 10:59:50 +0000
parents 5cc4842015a1
children 32f50b2f9f0c
comparison
equal deleted inserted replaced
564:624ac281c628 565:6b13286abd42
1
2 Changes with nginx 1.2.2 03 Jul 2012
3
4 *) Change: the "single" parameter of the "keepalive" directive is now
5 ignored.
6
7 *) Change: SSL compression is now disabled when using all versions of
8 OpenSSL, including ones prior to 1.0.0.
9
10 *) Feature: the "proxy_pass", "fastcgi_pass", "scgi_pass", "uwsgi_pass"
11 directives, and the "server" directive inside the "upstream" block,
12 now support IPv6 addresses.
13
14 *) Feature: the "resolver" directive now support IPv6 addresses and an
15 optional port specification.
16
17 *) Feature: the "least_conn" directive inside the "upstream" block.
18
19 *) Feature: it is now possible to specify a weight for servers while
20 using the "ip_hash" directive.
21
22 *) Feature: it is now possible to use the "ip_hash" directive to balance
23 IPv6 clients.
24
25 *) Feature: the $status variable can now be used not only in the
26 "log_format" directive.
27
28 *) Bugfix: nginx could not be built with ngx_cpp_test_module; the bug
29 had appeared in 1.1.12.
30
31 *) Bugfix: access to variables from SSI and embedded perl module might
32 not work after reconfiguration.
33 Thanks to Yichun Zhang.
34
35 *) Bugfix: in the ngx_http_xslt_filter_module.
36 Thanks to Kuramoto Eiji.
37
38 *) Bugfix: memory leak if $geoip_org variable was used.
39 Thanks to Denis F. Latypoff.
40
41 *) Bugfix: in the "proxy_cookie_domain" and "proxy_cookie_path"
42 directives.
43
44 *) Bugfix: a segmentation fault might occur in a worker process on
45 shutdown if the "resolver" directive was used.
46
47 *) Bugfix: a segmentation fault might occur in a worker process if the
48 ngx_http_mp4_module was used.
49
50 *) Bugfix: in the ngx_http_mp4_module.
51
52 *) Bugfix: a segmentation fault might occur in a worker process if
53 conflicting wildcard server names were used.
54
55 *) Bugfix: nginx might be terminated abnormally on a SIGBUS signal on
56 ARM platform.
57
58 *) Bugfix: an alert "sendmsg() failed (9: Bad file number)" on HP-UX
59 while reconfiguration.
60
1 61
2 Changes with nginx 1.2.1 05 Jun 2012 62 Changes with nginx 1.2.1 05 Jun 2012
3 63
4 *) Security: now nginx/Windows ignores trailing dot in URI path 64 *) Security: now nginx/Windows ignores trailing dot in URI path
5 component, and does not allow URIs with ":$" in it. 65 component, and does not allow URIs with ":$" in it.