diff text/en/CHANGES @ 697:5d939bef335c

nginx-1.3.7
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 02 Oct 2012 13:49:39 +0000
parents 90c27a37f4ed
children a02360a5c265
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Oct 02 13:47:36 2012 +0000
+++ b/text/en/CHANGES	Tue Oct 02 13:49:39 2012 +0000
@@ -1,4 +1,17 @@
 
+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.
+
+
 Changes with nginx 1.3.6                                         12 Sep 2012
 
     *) Feature: the ngx_http_gunzip_filter_module.