diff text/en/CHANGES @ 2031:65dd3c7c076a

nginx-1.13.5
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 05 Sep 2017 18:19:18 +0300
parents a1f1c21cc19d
children f37d90fcd415
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,19 @@
 
+Changes with nginx 1.13.5                                        05 Sep 2017
+
+    *) Feature: the $ssl_client_escaped_cert variable.
+
+    *) Bugfix: the "ssl_session_ticket_key" directive and the "include"
+       parameter of the "geo" directive did not work on Windows.
+
+    *) Bugfix: incorrect response length was returned on 32-bit platforms
+       when requesting more than 4 gigabytes with multiple ranges.
+
+    *) Bugfix: the "expires modified" directive and processing of the
+       "If-Range" request header line did not use the response last
+       modification time if proxying without caching was used.
+
+
 Changes with nginx 1.13.4                                        08 Aug 2017
 
     *) Feature: the ngx_http_mirror_module.