nginx-1.15.12-RELEASE

This commit is contained in:
Maxim Dounin 2019-04-16 17:54:58 +03:00
parent b521e1286a
commit 778a776ca9
1 changed files with 20 additions and 0 deletions

View File

@ -5,6 +5,26 @@
<change_log title="nginx">
<changes ver="1.15.12" date="2019-04-16">
<change type="bugfix">
<para lang="ru">
в рабочем процессе мог произойти segmentation fault,
если в директивах ssl_certificate или ssl_certificate_key
использовались переменные
и был включён OCSP stapling.
</para>
<para lang="en">
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.
</para>
</change>
</changes>
<changes ver="1.15.11" date="2019-04-09">
<change type="bugfix">