From ab4bd1d23e43e937e2b9f08ae34904f9d0d7c60b Mon Sep 17 00:00:00 2001 From: nginx Date: Tue, 2 Oct 2012 13:57:46 +0000 Subject: Changes with nginx 1.3.7 02 Oct 2012 *) Feature: OCSP stapling support. Thanks to Comodo, DigiCert and GlobalSign for sponsoring this work. *) Feature: the "ssl_trusted_certificate" directive. *) Feature: resolver now randomly rotates addresses returned from cache. Thanks to Anton Jouline. *) Bugfix: OpenSSL 0.9.7 compatibility. --- src/core/nginx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/nginx.h') diff --git a/src/core/nginx.h b/src/core/nginx.h index d09b5763b..c6dce45b0 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1003006 -#define NGINX_VERSION "1.3.6" +#define nginx_version 1003007 +#define NGINX_VERSION "1.3.7" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" -- cgit v1.2.1