diff text/en/CHANGES @ 2368:d16ca4d163c4

nginx-1.15.12
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 16 Apr 2019 18:02:11 +0300
parents 32ad38998260
children e01b7a3b601d
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Apr 16 12:09:02 2019 +0300
+++ b/text/en/CHANGES	Tue Apr 16 18:02:11 2019 +0300
@@ -1,4 +1,11 @@
 
+Changes with nginx 1.15.12                                       16 Apr 2019
+
+    *) Bugfix: a segmentation fault might occur in a worker process if
+       variables were used in the "ssl_certificate" or "ssl_certificate_key"
+       directives and OCSP stapling was enabled.
+
+
 Changes with nginx 1.15.11                                       09 Apr 2019
 
     *) Bugfix: in the "ssl_stapling_file" directive on Windows.