diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-08-09 19:59:45 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-08-09 19:59:45 +0000 |
commit | c55a104fcb42f5bbd1fd417dfef5b8696dc81621 (patch) | |
tree | 7f930f05016456e2a57a8d75564c2067b81d9ad4 /src/core | |
parent | 8d1728fabad981760233be9925417e9f0c35d5c7 (diff) | |
download | nginx-release-0.3.57.tar.gz nginx-release-0.3.57.zip |
nginx-0.3.57-RELEASE importrelease-0.3.57
*) Feature: the $ssl_client_serial variable.
*) Bugfix: in the "!-e" operator of the "if" directive.
Thanks to Andrian Budanstov.
*) Bugfix: while a client certificate verification nginx did not send
to a client the required certificates information.
*) Bugfix: the $document_root variable did not support the variables in
the "root" directive.
Diffstat (limited to 'src/core')
-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 c85e2a73a..051bd68f3 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.56" +#define NGINX_VER "nginx/0.3.57" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" |