comparison CHANGES @ 214:0ad9eeb6ac7f NGINX_0_3_54

nginx 0.3.54 *) Feature: nginx now logs the subrequest information to the error log. *) Feature: the "proxy_next_upstream", "fastcgi_next_upstream", and "memcached_next_upstream" directives support the "off" parameter. *) Feature: the "debug_connection" directive supports the CIDR address form. *) Bugfix: if a response of proxied server or FastCGI server was converted from UTF-8 or back, then it may be transferred incomplete. *) Bugfix: the $upstream_response_time variable had the time of the first request to a backend only. *) Bugfix: nginx could not be built on amd64 platform; bug appeared in 0.3.53.
author Igor Sysoev <http://sysoev.ru>
date Tue, 11 Jul 2006 00:00:00 +0400
parents 56688ed172c8
children fa32d59d9a15
comparison
equal deleted inserted replaced
213:405beeeadf7f 214:0ad9eeb6ac7f
1
2 Changes with nginx 0.3.54 11 Jul 2006
3
4 *) Feature: nginx now logs the subrequest information to the error log.
5
6 *) Feature: the "proxy_next_upstream", "fastcgi_next_upstream", and
7 "memcached_next_upstream" directives support the "off" parameter.
8
9 *) Feature: the "debug_connection" directive supports the CIDR address
10 form.
11
12 *) Bugfix: if a response of proxied server or FastCGI server was
13 converted from UTF-8 or back, then it may be transferred incomplete.
14
15 *) Bugfix: the $upstream_response_time variable had the time of the
16 first request to a backend only.
17
18 *) Bugfix: nginx could not be built on amd64 platform; bug appeared in
19 0.3.53.
20
1 21
2 Changes with nginx 0.3.53 07 Jul 2006 22 Changes with nginx 0.3.53 07 Jul 2006
3 23
4 *) Change: the "add_header" directive adds the string to 204, 301, and 24 *) Change: the "add_header" directive adds the string to 204, 301, and
5 302 responses. 25 302 responses.
10 *) Feature: the "server_name" directive supports the "*" wildcard. 30 *) Feature: the "server_name" directive supports the "*" wildcard.
11 31
12 *) Feature: nginx supports the request body size more than 2G. 32 *) Feature: nginx supports the request body size more than 2G.
13 33
14 *) Bugfix: if a client was successfully authorized using "satisfy_any 34 *) Bugfix: if a client was successfully authorized using "satisfy_any
15 on", then anyway the "access forbidden by rule" message was written 35 on", then anyway the message "access forbidden by rule" was written
16 in the log. 36 in the log.
17 37
18 *) Bugfix: the "PUT" method may erroneously not create a file and 38 *) Bugfix: the "PUT" method may erroneously not create a file and
19 return the 409 code. 39 return the 409 code.
20 40