comparison CHANGES @ 266:251bcd11a5b8 NGINX_0_5_3

nginx 0.5.3 *) Feature: the ngx_http_perl_module supports the $r->status, $r->log_error, and $r->sleep methods. *) Feature: the $r->variable method supports variables that do not exist in nginx configuration. *) Bugfix: the $r->has_request_body method did not work.
author Igor Sysoev <http://sysoev.ru>
date Wed, 13 Dec 2006 00:00:00 +0300
parents e0b1d0a6c629
children a0c9f21ee120
comparison
equal deleted inserted replaced
265:3d4634b3b321 266:251bcd11a5b8
1
2 Changes with nginx 0.5.3 13 Dec 2006
3
4 *) Feature: the ngx_http_perl_module supports the $r->status,
5 $r->log_error, and $r->sleep methods.
6
7 *) Feature: the $r->variable method supports variables that do not
8 exist in nginx configuration.
9
10 *) Bugfix: the $r->has_request_body method did work.
11
12
13 Changes with nginx 0.5.2 11 Dec 2006
14
15 *) Bugfix: if the "proxy_pass" directive used the name of the
16 "upstream" block, then nginx tried to resolve the name; bug appeared
17 in 0.5.1.
18
1 19
2 Changes with nginx 0.5.1 11 Dec 2006 20 Changes with nginx 0.5.1 11 Dec 2006
3 21
4 *) Bugfix: the "post_action" directive might not run after a 22 *) Bugfix: the "post_action" directive might not run after a
5 unsuccessful completion of a request. 23 unsuccessful completion of a request.