diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-04-07 13:37:14 +0000 |
---|---|---|
committer | Jonathan Kolb <jon@b0g.us> | 2006-04-07 13:37:14 +0000 |
commit | b3661298bb72848e9c6f73209da256e7ae34ef7b (patch) | |
tree | 98bb3ca70738b452999cad847884fe674d040c10 /src/core/nginx.h | |
parent | 49072507cf1eb437c0f1355d0281d9434e74b9fc (diff) | |
download | nginx-0.3.37.tar.gz |
Changes with nginx 0.3.37 07 Apr 2006v0.3.37
*) Feature: the "limit_except" directive.
*) Feature: the "if" directive supports the "!~", "!~*", "-f", and
"!-f" operators.
*) Feature: the ngx_http_perl_module supports the $r->request_body
method.
*) Bugfix: in the ngx_http_addition_filter_module.
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r-- | src/core/nginx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index 3f910cb26..06e46c0c6 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VER "nginx/0.3.36" +#define NGINX_VER "nginx/0.3.37" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" |