diff text/en/CHANGES @ 2314:bff6da10f841

nginx-1.15.8
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 25 Dec 2018 18:01:54 +0300
parents 83f1b1e6d8a9
children 702e7aaf188f
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Dec 25 16:42:05 2018 +0300
+++ b/text/en/CHANGES	Tue Dec 25 18:01:54 2018 +0300
@@ -1,4 +1,25 @@
 
+Changes with nginx 1.15.8                                        25 Dec 2018
+
+    *) Feature: the $upstream_bytes_sent variable.
+       Thanks to Piotr Sikora.
+
+    *) Feature: new directives in vim syntax highlighting scripts.
+       Thanks to Gena Makhomed.
+
+    *) Bugfix: in the "proxy_cache_background_update" directive.
+
+    *) Bugfix: in the "geo" directive when using unix domain listen sockets.
+
+    *) Workaround: the "ignoring stale global SSL error ... bad length"
+       alerts might appear in logs when using the "ssl_early_data" directive
+       with OpenSSL.
+
+    *) Bugfix: in nginx/Windows.
+
+    *) Bugfix: in the ngx_http_autoindex_module on 32-bit platforms.
+
+
 Changes with nginx 1.15.7                                        27 Nov 2018
 
     *) Feature: the "proxy_requests" directive in the stream module.