diff --git a/.hgtags b/.hgtags index 0f43222..1228a94 100644 --- a/.hgtags +++ b/.hgtags @@ -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 diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 4c471d8..e7dcf95 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,59 @@ + + + + +директивы ssl_certificate и ssl_certificate_key +поддерживают переменные. + + +variables support +in the "ssl_certificate" and "ssl_certificate_key" directives. + + + + + +метод poll теперь доступен на Windows +при использовании Windows Vista и новее. + + +the "poll" method is now available on Windows +when using Windows Vista or newer. + + + + + +если при использовании метода select на Windows +происходила ошибка при установлении соединения с бэкендом, +nginx ожидал истечения таймаута на установление соединения. + + +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. + + + + + +директивы proxy_upload_rate и proxy_download_rate +в модуле stream +работали некорректно при проксировании UDP-пакетов. + + +the "proxy_upload_rate" and "proxy_download_rate" directives +in the stream module +worked incorrectly when proxying UDP datagrams. + + + + + + diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 73de6fe..bf91174 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -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