diff options
author | nginx <nginx@nginx.org> | 2012-10-02 13:57:46 +0000 |
---|---|---|
committer | Jon Kolb <jon@b0g.us> | 2012-10-02 13:57:46 +0000 |
commit | ab4bd1d23e43e937e2b9f08ae34904f9d0d7c60b (patch) | |
tree | bd12699d3f01641b0ad8d1fc16f3566535ab7859 /src/core/nginx.h | |
parent | b4d1d3eec8e8bf9edf4feb5e3caf49fffffb5267 (diff) | |
download | nginx-1.3.7.tar.gz |
Changes with nginx 1.3.7 02 Oct 2012v1.3.7
*) 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.
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r-- | src/core/nginx.h | 4 |
1 files changed, 2 insertions, 2 deletions
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" |