comparison CHANGES @ 210:14050d2bec9b NGINX_0_3_52

nginx 0.3.52 *) Change: the ngx_http_index_module behavior for the "POST /" requests is reverted to the 0.3.40 version state: the module now does not return the 405 error. *) Bugfix: the worker process may got caught in an endless loop if the limit rate was used; bug appeared in 0.3.37. *) Bugfix: ngx_http_charset_module logged "unknown charset" alert, even if the recoding was not needed; bug appeared in 0.3.50. *) Bugfix: if a code response of the PUT request was 409, then a temporary file was not removed.
author Igor Sysoev <http://sysoev.ru>
date Mon, 03 Jul 2006 00:00:00 +0400
parents b12b3b1a9426
children 56688ed172c8
comparison
equal deleted inserted replaced
209:10c6621dce28 210:14050d2bec9b
1
2 Changes with nginx 0.3.52 03 Jul 2006
3
4 *) Change: the ngx_http_index_module behavior for the "POST /" requests
5 is reverted to the 0.3.40 version state: the module now does not
6 return the 405 error.
7
8 *) Bugfix: the worker process may got caught in an endless loop if the
9 limit rate was used; bug appeared in 0.3.37.
10
11 *) Bugfix: ngx_http_charset_module logged "unknown charset" alert, even
12 if the recoding was not needed; bug appeared in 0.3.50.
13
14 *) Bugfix: if a code response of the PUT request was 409, then a
15 temporary file was not removed.
16
1 17
2 Changes with nginx 0.3.51 30 Jun 2006 18 Changes with nginx 0.3.51 30 Jun 2006
3 19
4 *) Bugfix: the "<" symbols might disappeared some conditions in the 20 *) Bugfix: the "<" symbols might disappeared some conditions in the
5 SSI; bug appeared in 0.3.50. 21 SSI; bug appeared in 0.3.50.