From ae33d014ad64c380446d8113bc7b2de115ffa23f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 17 Jan 2006 20:04:32 +0000 Subject: nginx-0.3.22-RELEASE import *) 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. --- src/core/nginx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/nginx.h') 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" -- cgit