Compare commits
2
Commits
6b4acf2cc3
...
228163d495
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
228163d495 | ||
|
|
59cde9a179 |
@@ -428,3 +428,4 @@ fb1212c7eca4c5328fe17d6cd95b010c67336aac release-1.13.9
|
|||||||
990b3e885636d763b97ed02d0d2cfc161a4e0c09 release-1.15.0
|
990b3e885636d763b97ed02d0d2cfc161a4e0c09 release-1.15.0
|
||||||
4189160cb946bb38d0bc0a452b5eb4cdd8979fb5 release-1.15.1
|
4189160cb946bb38d0bc0a452b5eb4cdd8979fb5 release-1.15.1
|
||||||
b234199c7ed8a156a6bb98f7ff58302c857c954f release-1.15.2
|
b234199c7ed8a156a6bb98f7ff58302c857c954f release-1.15.2
|
||||||
|
28b3e17ca7eba1e6a0891afde0e4bc5bcc99c861 release-1.15.3
|
||||||
@@ -5,6 +5,103 @@
|
|||||||
<change_log title="nginx">
|
<change_log title="nginx">
|
||||||
|
|
||||||
|
|
||||||
|
<changes ver="1.15.3" date="2018-08-28">
|
||||||
|
|
||||||
|
<change type="feature">
|
||||||
|
<para lang="ru">
|
||||||
|
теперь TLSv1.3 можно использовать с BoringSSL.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
now TLSv1.3 can be used with BoringSSL.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="feature">
|
||||||
|
<para lang="ru">
|
||||||
|
директива ssl_early_data,
|
||||||
|
сейчас доступна при использовании BoringSSL.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
the "ssl_early_data" directive,
|
||||||
|
currently available with BoringSSL.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="feature">
|
||||||
|
<para lang="ru">
|
||||||
|
директивы keepalive_timeout и keepalive_requests
|
||||||
|
в блоке upstream.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
the "keepalive_timeout" and "keepalive_requests" directives
|
||||||
|
in the "upstream" block.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
модуль ngx_http_dav_module
|
||||||
|
при копировании файла поверх существующего файла с помощью метода COPY
|
||||||
|
не обнулял целевой файл.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
the ngx_http_dav_module
|
||||||
|
did not truncate destination file when copying a file over an existing one
|
||||||
|
with the COPY method.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
модуль ngx_http_dav_module
|
||||||
|
при перемещении файла между файловыми системами с помощью метода MOVE
|
||||||
|
устанавливал нулевые права доступа на результирующий файл
|
||||||
|
и не сохранял время изменения файла.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
the ngx_http_dav_module
|
||||||
|
used zero access rights on the destination file
|
||||||
|
and did not preserve file modification time
|
||||||
|
when moving a file between different file systems with the MOVE method.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
модуль ngx_http_dav_module
|
||||||
|
при копировании файла с помощью метода COPY
|
||||||
|
для результирующего файла использовал права доступа по умолчанию.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
the ngx_http_dav_module
|
||||||
|
used default access rights
|
||||||
|
when copying a file with the COPY method.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="workaround">
|
||||||
|
<para lang="ru">
|
||||||
|
некоторые клиенты могли не работать при использовании HTTP/2;
|
||||||
|
ошибка появилась в 1.13.5.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
some clients might not work when using HTTP/2;
|
||||||
|
the bug had appeared in 1.13.5.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
nginx не собирался с LibreSSL 2.8.0.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
nginx could not be built with LibreSSL 2.8.0.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
</changes>
|
||||||
|
|
||||||
|
|
||||||
<changes ver="1.15.2" date="2018-07-24">
|
<changes ver="1.15.2" date="2018-07-24">
|
||||||
|
|
||||||
<change type="feature">
|
<change type="feature">
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ TEMP = tmp
|
|||||||
|
|
||||||
CC = cl
|
CC = cl
|
||||||
OBJS = objs.msvc8
|
OBJS = objs.msvc8
|
||||||
OPENSSL = openssl-1.0.2o
|
OPENSSL = openssl-1.0.2p
|
||||||
ZLIB = zlib-1.2.11
|
ZLIB = zlib-1.2.11
|
||||||
PCRE = pcre-8.42
|
PCRE = pcre-8.42
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -9,8 +9,8 @@
|
|||||||
#define _NGINX_H_INCLUDED_
|
#define _NGINX_H_INCLUDED_
|
||||||
|
|
||||||
|
|
||||||
#define nginx_version 1015003
|
#define nginx_version 1015004
|
||||||
#define NGINX_VERSION "1.15.3"
|
#define NGINX_VERSION "1.15.4"
|
||||||
#define NGINX_VER "nginx/" NGINX_VERSION " by Hakase"
|
#define NGINX_VER "nginx/" NGINX_VERSION " by Hakase"
|
||||||
#define NGINX_SERVER_FULL NGINX_SERVER "/" NGINX_VERSION
|
#define NGINX_SERVER_FULL NGINX_SERVER "/" NGINX_VERSION
|
||||||
#define NGINX_ORIG "nginx/" NGINX_VERSION
|
#define NGINX_ORIG "nginx/" NGINX_VERSION
|
||||||
|
|||||||
Reference in New Issue
Block a user