diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-04-21 12:06:44 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-04-21 12:06:44 +0000 |
commit | 4ecb4d721de0d6ddc34dfff4dce294415b64b04b (patch) | |
tree | fe9970fbe823741145cee16261003083b31e949d /src/core/nginx.h | |
parent | 7d2d90ce71669e5a5ccb91386d0529df39b1c804 (diff) | |
download | nginx-release-0.3.41.tar.gz nginx-release-0.3.41.zip |
nginx-0.3.41-RELEASE importrelease-0.3.41
*) Feature: the -v switch.
*) Bugfix: the segmentation fault may occurred if the SSI page has
remote subrequests.
*) Bugfix: in FastCGI handling.
*) Bugfix: if the perl modules path was not set using
--with-perl_modules_path=PATH or the "perl_modules", then the
segmentation fault was occurred.
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 2e13e6be4..ec230610f 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.40" +#define NGINX_VER "nginx/0.3.41" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" |