diff text/en/CHANGES @ 1245:6958c35e16aa

nginx-1.7.3
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 08 Jul 2014 17:35:11 +0400
parents 7dd620e507c3
children f6d12250cda5
line wrap: on
line diff
--- a/text/en/CHANGES	Mon Jul 07 11:18:42 2014 +0000
+++ b/text/en/CHANGES	Tue Jul 08 17:35:11 2014 +0400
@@ -1,4 +1,27 @@
 
+Changes with nginx 1.7.3                                         08 Jul 2014
+
+    *) Feature: weak entity tags are now preserved on response
+       modifications, and strong ones are changed to weak.
+
+    *) Feature: cache revalidation now uses If-None-Match header if
+       possible.
+
+    *) Feature: the "ssl_password_file" directive.
+
+    *) Bugfix: the If-None-Match request header line was ignored if there
+       was no Last-Modified header in a response returned from cache.
+
+    *) Bugfix: "peer closed connection in SSL handshake" messages were
+       logged at "info" level instead of "error" while connecting to
+       backends.
+
+    *) Bugfix: in the ngx_http_dav_module module in nginx/Windows.
+
+    *) Bugfix: SPDY connections might be closed prematurely if caching was
+       used.
+
+
 Changes with nginx 1.7.2                                         17 Jun 2014
 
     *) Feature: the "hash" directive inside the "upstream" block.