Latest update - 7469
This commit is contained in:
@@ -434,3 +434,4 @@ f062e43d74fc2578bb100a9e82a953efa1eb9e4e release-1.15.5
|
||||
2351853ce6867b6166823bdf94333c0a76633c0a release-1.15.6
|
||||
051a039ce1c7e09144de4a4846669ec7116cecea release-1.15.7
|
||||
ee551e3f6dba336c0d875e266d7d55385f379b42 release-1.15.8
|
||||
d2fd76709909767fc727a5b4affcf1dc9ca488a7 release-1.15.9
|
||||
@@ -5,6 +5,59 @@
|
||||
<change_log title="nginx">
|
||||
|
||||
|
||||
<changes ver="1.15.9" date="2019-02-26">
|
||||
|
||||
<change type="feature">
|
||||
<para lang="ru">
|
||||
директивы ssl_certificate и ssl_certificate_key
|
||||
поддерживают переменные.
|
||||
</para>
|
||||
<para lang="en">
|
||||
variables support
|
||||
in the "ssl_certificate" and "ssl_certificate_key" directives.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="feature">
|
||||
<para lang="ru">
|
||||
метод poll теперь доступен на Windows
|
||||
при использовании Windows Vista и новее.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the "poll" method is now available on Windows
|
||||
when using Windows Vista or newer.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
если при использовании метода select на Windows
|
||||
происходила ошибка при установлении соединения с бэкендом,
|
||||
nginx ожидал истечения таймаута на установление соединения.
|
||||
</para>
|
||||
<para lang="en">
|
||||
if the "select" method was used on Windows
|
||||
and an error occurred while establishing a backend connection,
|
||||
nginx waited for the connection establishment timeout to expire.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
директивы proxy_upload_rate и proxy_download_rate
|
||||
в модуле stream
|
||||
работали некорректно при проксировании UDP-пакетов.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the "proxy_upload_rate" and "proxy_download_rate" directives
|
||||
in the stream module
|
||||
worked incorrectly when proxying UDP datagrams.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes ver="1.15.8" date="2018-12-25">
|
||||
|
||||
<change type="feature">
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ TEMP = tmp
|
||||
|
||||
CC = cl
|
||||
OBJS = objs.msvc8
|
||||
OPENSSL = openssl-1.0.2q
|
||||
OPENSSL = openssl-1.1.1b
|
||||
ZLIB = zlib-1.2.11
|
||||
PCRE = pcre-8.42
|
||||
|
||||
|
||||
Reference in New Issue
Block a user