comparison CHANGES @ 562:7fa8dc2315bd NGINX_0_8_33

nginx 0.8.33 *) Security: now nginx/Windows ignores trailing spaces in URI. Thanks to Dan Crowley, Core Security Technologies. *) Security: now nginx/Windows ignores short files names. Thanks to Dan Crowley, Core Security Technologies. *) Change: now keepalive connections after POST requests are not disabled for MSIE 7.0+. Thanks to Adam Lounds. *) Workaround: now keepalive connections are disabled for Safari. Thanks to Joshua Sierles. *) Bugfix: if a proxied or FastCGI request was internally redirected to another proxied or FastCGI location, then $upstream_response_time variable may have abnormally large value; the bug had appeared in 0.8.7. *) Bugfix: a segmentation fault might occur in a worker process, while discarding a request body; the bug had appeared in 0.8.11.
author Igor Sysoev <http://sysoev.ru>
date Mon, 01 Feb 2010 00:00:00 +0000
parents daf4847b43ff
children da3c99095432
comparison
equal deleted inserted replaced
561:1763c9f30920 562:7fa8dc2315bd
1
2 Changes with nginx 0.8.33 01 Feb 2010
3
4 *) Security: now nginx/Windows ignores trailing spaces in URI.
5 Thanks to Dan Crowley, Core Security Technologies.
6
7 *) Security: now nginx/Windows ignores short files names.
8 Thanks to Dan Crowley, Core Security Technologies.
9
10 *) Change: now keepalive connections after POST requests are not
11 disabled for MSIE 7.0+. Thanks to Adam Lounds.
12
13 *) Workaround: now keepalive connections are disabled for Safari.
14 Thanks to Joshua Sierles.
15
16 *) Bugfix: if a proxied or FastCGI request was internally redirected to
17 another proxied or FastCGI location, then $upstream_response_time
18 variable may have abnormally large value; the bug had appeared in
19 0.8.7.
20
21 *) Bugfix: a segmentation fault might occur in a worker process, while
22 discarding a request body; the bug had appeared in 0.8.11.
23
1 24
2 Changes with nginx 0.8.32 11 Jan 2010 25 Changes with nginx 0.8.32 11 Jan 2010
3 26
4 *) Bugfix: UTF-8 encoding usage in the ngx_http_autoindex_module. 27 *) Bugfix: UTF-8 encoding usage in the ngx_http_autoindex_module.
5 Thanks to Maxim Dounin. 28 Thanks to Maxim Dounin.
10 *) Bugfix: now the "localhost" name is used in the "Host" request 33 *) Bugfix: now the "localhost" name is used in the "Host" request
11 header line, if an unix domain socket is defined in the "auth_http" 34 header line, if an unix domain socket is defined in the "auth_http"
12 directive. 35 directive.
13 Thanks to Maxim Dounin. 36 Thanks to Maxim Dounin.
14 37
15 *) Bugfix: nginx did nor support chunked transfer encoding for 201 38 *) Bugfix: nginx did not support chunked transfer encoding for 201
16 responses. 39 responses.
17 Thanks to Julian Reich. 40 Thanks to Julian Reich.
18 41
19 *) Bugfix: if the "expires modified" set date in the past, the a 42 *) Bugfix: if the "expires modified" set date in the past, then a
20 negative number was set in the "Cache-Control" response header 43 negative number was set in the "Cache-Control" response header
21 line. 44 line.
22 Thanks to Alex Kapranoff. 45 Thanks to Alex Kapranoff.
23 46
24 47