mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 12:22:41 +08:00
nginx-1.13.9-RELEASE
This commit is contained in:
parent
9e2cd6282f
commit
22adf80c4a
@ -5,6 +5,66 @@
|
||||
<change_log title="nginx">
|
||||
|
||||
|
||||
<changes ver="1.13.9" date="2018-02-20">
|
||||
|
||||
<change type="feature">
|
||||
<para lang="ru">
|
||||
поддержка HTTP/2 server push;
|
||||
директивы http2_push и http2_push_preload.
|
||||
</para>
|
||||
<para lang="en">
|
||||
HTTP/2 server push support;
|
||||
the "http2_push" and "http2_push_preload" directives.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
при использовании кэша
|
||||
в логах могли появляться сообщения "header already sent";
|
||||
ошибка появилась в 1.9.13.
|
||||
</para>
|
||||
<para lang="en">
|
||||
"header already sent" alerts might appear in logs
|
||||
when using cache;
|
||||
the bug had appeared in 1.9.13.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
при использовании директивы ssl_verify_client
|
||||
в рабочем процессе мог произойти segmentation fault,
|
||||
если в виртуальном сервере не был указан SSL-сертификат.
|
||||
</para>
|
||||
<para lang="en">
|
||||
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.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
в модуле ngx_http_v2_module.
|
||||
</para>
|
||||
<para lang="en">
|
||||
in the ngx_http_v2_module.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
в модуле ngx_http_dav_module.
|
||||
</para>
|
||||
<para lang="en">
|
||||
in the ngx_http_dav_module.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes ver="1.13.8" date="2017-12-26">
|
||||
|
||||
<change type="feature">
|
||||
|
Loading…
Reference in New Issue
Block a user