From c55a104fcb42f5bbd1fd417dfef5b8696dc81621 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 9 Aug 2006 19:59:45 +0000 Subject: nginx-0.3.57-RELEASE import *) 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. --- 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 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" -- cgit