comparison text/en/CHANGES-1.2 @ 620:32f50b2f9f0c

nginx-1.2.3
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 07 Aug 2012 12:52:29 +0000
parents 6b13286abd42
children d05c1c996ced
comparison
equal deleted inserted replaced
619:625b592698b6 620:32f50b2f9f0c
1
2 Changes with nginx 1.2.3 07 Aug 2012
3
4 *) Feature: the Clang compiler support.
5
6 *) Bugfix: extra listening sockets might be created.
7 Thanks to Roman Odaisky.
8
9 *) Bugfix: nginx/Windows might hog CPU if a worker process failed to
10 start.
11 Thanks to Ricardo Villalobos Guevara.
12
13 *) Bugfix: the "proxy_pass_header", "fastcgi_pass_header",
14 "scgi_pass_header", "uwsgi_pass_header", "proxy_hide_header",
15 "fastcgi_hide_header", "scgi_hide_header", and "uwsgi_hide_header"
16 directives might be inherited incorrectly.
17
18 *) Bugfix: trailing dot in a source value was not ignored if the "map"
19 directive was used with the "hostnames" parameter.
20
21 *) Bugfix: incorrect location might be used to process a request if a
22 URI was changed via a "rewrite" directive before an internal redirect
23 to a named location.
24
1 25
2 Changes with nginx 1.2.2 03 Jul 2012 26 Changes with nginx 1.2.2 03 Jul 2012
3 27
4 *) Change: the "single" parameter of the "keepalive" directive is now 28 *) Change: the "single" parameter of the "keepalive" directive is now
5 ignored. 29 ignored.
9 33
10 *) Feature: the "proxy_pass", "fastcgi_pass", "scgi_pass", "uwsgi_pass" 34 *) Feature: the "proxy_pass", "fastcgi_pass", "scgi_pass", "uwsgi_pass"
11 directives, and the "server" directive inside the "upstream" block, 35 directives, and the "server" directive inside the "upstream" block,
12 now support IPv6 addresses. 36 now support IPv6 addresses.
13 37
14 *) Feature: the "resolver" directive now support IPv6 addresses and an 38 *) Feature: the "resolver" directive now supports IPv6 addresses and an
15 optional port specification. 39 optional port specification.
16 40
17 *) Feature: the "least_conn" directive inside the "upstream" block. 41 *) Feature: the "least_conn" directive inside the "upstream" block.
18 42
19 *) Feature: it is now possible to specify a weight for servers while 43 *) Feature: it is now possible to specify a weight for servers while