comparison CHANGES @ 268:a0c9f21ee120 NGINX_0_5_4

nginx 0.5.4 *) Feature: the "perl" directive may be used inside the "limit_except" block. *) Bugfix: the ngx_http_dav_module required the "Date" request header line for the DELETE method. *) Bugfix: if one only parameter was used in the "dav_access" directive, then nginx might report about configuration error. *) Bugfix: a segmentation fault might occur if the $host variable was used; bug appeared in 0.4.14.
author Igor Sysoev <http://sysoev.ru>
date Fri, 15 Dec 2006 00:00:00 +0300
parents 251bcd11a5b8
children 6eb1e38f0f1f
comparison
equal deleted inserted replaced
267:fb0eff2f3efe 268:a0c9f21ee120
1
2 Changes with nginx 0.5.4 15 Dec 2006
3
4 *) Feature: the "perl" directive may be used inside the "limit_except"
5 block.
6
7 *) Bugfix: the ngx_http_dav_module required the "Date" request header
8 line for the DELETE method.
9
10 *) Bugfix: if one only parameter was used in the "dav_access"
11 directive, then nginx might report about configuration error.
12
13 *) Bugfix: a segmentation fault might occur if the $host variable was
14 used; bug appeared in 0.4.14.
15
1 16
2 Changes with nginx 0.5.3 13 Dec 2006 17 Changes with nginx 0.5.3 13 Dec 2006
3 18
4 *) Feature: the ngx_http_perl_module supports the $r->status, 19 *) Feature: the ngx_http_perl_module supports the $r->status,
5 $r->log_error, and $r->sleep methods. 20 $r->log_error, and $r->sleep methods.