aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-01-17 20:04:32 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-01-17 20:04:32 +0000
commitae33d014ad64c380446d8113bc7b2de115ffa23f (patch)
tree29a2f51bb8ba23c2a698732fc543bed6798d5967 /src/core/nginx.h
parent4a32307de74116ec3aca40cd15e37e26e3bddd79 (diff)
downloadnginx-ae33d014ad64c380446d8113bc7b2de115ffa23f.tar.gz
nginx-ae33d014ad64c380446d8113bc7b2de115ffa23f.zip
nginx-0.3.22-RELEASE importrelease-0.3.22
*) Feature: the ngx_http_perl_module supports the $r->args and $r->unescape methods. *) Feature: the method $r->query_string of ngx_http_perl_module was canceled. *) Bugfix: segmentation fault was occurred if the "none" or "blocked" values was specified in the "valid_referers" directive; the bug had appeared in 0.3.18.
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r--src/core/nginx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h
index ec125d60e..a2c696fea 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.21"
+#define NGINX_VER "nginx/0.3.22"
#define NGINX_VAR "NGINX"
#define NGX_OLDPID_EXT ".oldbin"