Compare commits
3
Commits
c58ddf89e9
...
b882d7f6f8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b882d7f6f8
|
||
|
|
c80cd29962
|
||
|
|
7ed9723455
|
@@ -447,3 +447,4 @@ ce2ced3856909f36f8130c99eaa4dbdbae636ddc release-1.17.4
|
||||
de68d0d94320cbf033599c6f3ca37e5335c67fd7 release-1.17.6
|
||||
e56295fe0ea76bf53b06bffa77a2d3a9a335cb8c release-1.17.7
|
||||
fdacd273711ddf20f778c1fb91529ab53979a454 release-1.17.8
|
||||
5e8d52bca714d4b85284ddb649d1ba4a3ca978a8 release-1.17.9
|
||||
@@ -5,6 +5,82 @@
|
||||
<change_log title="nginx">
|
||||
|
||||
|
||||
<changes ver="1.17.9" date="2020-03-03">
|
||||
|
||||
<change type="change">
|
||||
<para lang="ru">
|
||||
теперь nginx не разрешает
|
||||
несколько строк "Host" в заголовке запроса.
|
||||
</para>
|
||||
<para lang="en">
|
||||
now nginx does not allow
|
||||
several "Host" request header lines.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
nginx игнорировал дополнительные
|
||||
строки "Transfer-Encoding" в заголовке запроса.
|
||||
</para>
|
||||
<para lang="en">
|
||||
nginx ignored additional
|
||||
"Transfer-Encoding" request header lines.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
утечки сокетов при использовании HTTP/2.
|
||||
</para>
|
||||
<para lang="en">
|
||||
socket leak when using HTTP/2.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
в рабочем процессе мог произойти segmentation fault,
|
||||
если использовался OCSP stapling.
|
||||
</para>
|
||||
<para lang="en">
|
||||
a segmentation fault might occur in a worker process
|
||||
if OCSP stapling was used.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
в модуле ngx_http_mp4_module.
|
||||
</para>
|
||||
<para lang="en">
|
||||
in the ngx_http_mp4_module.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
при перенаправлении ошибок с кодом 494 с помощью директивы error_page
|
||||
nginx возвращал ответ с кодом 494 вместо 400.
|
||||
</para>
|
||||
<para lang="en">
|
||||
nginx used status code 494 instead of 400
|
||||
if errors with code 494 were redirected with the "error_page" directive.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
утечки сокетов при использовании подзапросов в модуле njs и директивы aio.
|
||||
</para>
|
||||
<para lang="en">
|
||||
socket leak when using subrequests in the njs module and the "aio" directive.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes ver="1.17.8" date="2020-01-21">
|
||||
|
||||
<change type="feature">
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ CC = cl
|
||||
OBJS = objs.msvc8
|
||||
OPENSSL = openssl-1.1.1d
|
||||
ZLIB = zlib-1.2.11
|
||||
PCRE = pcre-8.43
|
||||
PCRE = pcre-8.44
|
||||
|
||||
|
||||
release: export
|
||||
|
||||
+2
-2
@@ -9,8 +9,8 @@
|
||||
#define _NGINX_H_INCLUDED_
|
||||
|
||||
|
||||
#define nginx_version 1017009
|
||||
#define NGINX_VERSION "1.17.9"
|
||||
#define nginx_version 1017010
|
||||
#define NGINX_VERSION "1.17.10"
|
||||
#define NGINX_VER "nginx/" NGINX_VERSION " by Hakase"
|
||||
|
||||
#ifndef NGINX_SERVER
|
||||
|
||||
Reference in New Issue
Block a user