diff text/en/CHANGES @ 2106:7b335c220fd9

nginx-1.13.9
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 20 Feb 2018 17:21:18 +0300
parents 1e6908d12c00
children 632fe2d874ab
line wrap: on
line diff
--- a/text/en/CHANGES	Thu Feb 15 21:24:36 2018 +0300
+++ b/text/en/CHANGES	Tue Feb 20 17:21:18 2018 +0300
@@ -1,4 +1,21 @@
 
+Changes with nginx 1.13.9                                        20 Feb 2018
+
+    *) Feature: HTTP/2 server push support; the "http2_push" and
+       "http2_push_preload" directives.
+
+    *) Bugfix: "header already sent" alerts might appear in logs when using
+       cache; the bug had appeared in 1.9.13.
+
+    *) Bugfix: a segmentation fault might occur in a worker process if the
+       "ssl_verify_client" directive was used and no SSL certificate was
+       specified in a virtual server.
+
+    *) Bugfix: in the ngx_http_v2_module.
+
+    *) Bugfix: in the ngx_http_dav_module.
+
+
 Changes with nginx 1.13.8                                        26 Dec 2017
 
     *) Feature: now nginx automatically preserves the CAP_NET_RAW capability