comparison CHANGES @ 576:da3c99095432 NGINX_0_8_34

nginx 0.8.34 *) Bugfix: nginx did not support all ciphers and digests used in client certificates. Thanks to Innocenty Enikeew. *) Bugfix: nginx cached incorrectly FastCGI responses if there was large stderr output before response. *) Bugfix: nginx did not support HTTPS referrers. *) Bugfix: nginx/Windows might not find file if path in configuration was given in other character case; the bug had appeared in 0.8.34. *) Bugfix: the $date_local variable has an incorrect value, if the "%s" format was used. Thanks to Maxim Dounin. *) Bugfix: if ssl_session_cache was not set or was set to "none", then during client certificate verify the error "session id context uninitialized" might occur; the bug had appeared in 0.7.1. *) Bugfix: a geo range returned default value if the range included two or more /16 networks and did not begin at /16 network boundary. *) Bugfix: a block used in a "stub" parameter of an "include" SSI directive was output with "text/plain" MIME type. *) Bugfix: $r->sleep() did not work; the bug had appeared in 0.8.11.
author Igor Sysoev <http://sysoev.ru>
date Wed, 03 Mar 2010 00:00:00 +0300
parents 7fa8dc2315bd
children be4f34123024
comparison
equal deleted inserted replaced
575:66adffc35a46 576:da3c99095432
1
2 Changes with nginx 0.8.34 03 Mar 2010
3
4 *) Bugfix: nginx did not support all ciphers and digests used in client
5 certificates.
6 Thanks to Innocenty Enikeew.
7
8 *) Bugfix: nginx cached incorrectly FastCGI responses if there was
9 large stderr output before response.
10
11 *) Bugfix: nginx did not support HTTPS referrers.
12
13 *) Bugfix: nginx/Windows might not find file if path in configuration
14 was given in other character case; the bug had appeared in 0.8.34.
15
16 *) Bugfix: the $date_local variable has an incorrect value, if the "%s"
17 format was used.
18 Thanks to Maxim Dounin.
19
20 *) Bugfix: if ssl_session_cache was not set or was set to "none", then
21 during client certificate verify the error "session id context
22 uninitialized" might occur; the bug had appeared in 0.7.1.
23
24 *) Bugfix: a geo range returned default value if the range included two
25 or more /16 networks and did not begin at /16 network boundary.
26
27 *) Bugfix: a block used in a "stub" parameter of an "include" SSI
28 directive was output with "text/plain" MIME type.
29
30 *) Bugfix: $r->sleep() did not work; the bug had appeared in 0.8.11.
31
1 32
2 Changes with nginx 0.8.33 01 Feb 2010 33 Changes with nginx 0.8.33 01 Feb 2010
3 34
4 *) Security: now nginx/Windows ignores trailing spaces in URI. 35 *) Security: now nginx/Windows ignores trailing spaces in URI.
5 Thanks to Dan Crowley, Core Security Technologies. 36 Thanks to Dan Crowley, Core Security Technologies.
6 37
7 *) Security: now nginx/Windows ignores short files names. 38 *) Security: now nginx/Windows ignores short files names.
8 Thanks to Dan Crowley, Core Security Technologies. 39 Thanks to Dan Crowley, Core Security Technologies.
9 40
10 *) Change: now keepalive connections after POST requests are not 41 *) Change: now keepalive connections after POST requests are not
11 disabled for MSIE 7.0+. Thanks to Adam Lounds. 42 disabled for MSIE 7.0+.
12 43 Thanks to Adam Lounds.
13 *) Workaround: now keepalive connections are disabled for Safari. 44
45 *) Workaround: now keepalive connections are disabled for Safari.
14 Thanks to Joshua Sierles. 46 Thanks to Joshua Sierles.
15 47
16 *) Bugfix: if a proxied or FastCGI request was internally redirected to 48 *) Bugfix: if a proxied or FastCGI request was internally redirected to
17 another proxied or FastCGI location, then $upstream_response_time 49 another proxied or FastCGI location, then $upstream_response_time
18 variable may have abnormally large value; the bug had appeared in 50 variable may have abnormally large value; the bug had appeared in
38 *) Bugfix: nginx did not support chunked transfer encoding for 201 70 *) Bugfix: nginx did not support chunked transfer encoding for 201
39 responses. 71 responses.
40 Thanks to Julian Reich. 72 Thanks to Julian Reich.
41 73
42 *) Bugfix: if the "expires modified" set date in the past, then a 74 *) Bugfix: if the "expires modified" set date in the past, then a
43 negative number was set in the "Cache-Control" response header 75 negative number was set in the "Cache-Control" response header line.
44 line.
45 Thanks to Alex Kapranoff. 76 Thanks to Alex Kapranoff.
46 77
47 78
48 Changes with nginx 0.8.31 23 Dec 2009 79 Changes with nginx 0.8.31 23 Dec 2009
49 80