# HG changeset patch # User Maxim Dounin # Date 1436892365 -10800 # Node ID e27a215601292872f545a733859e06d01af1017d # Parent eb20c490ac199ce1494678904e756e1d82582ea1 nginx-1.9.3-RELEASE diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,97 @@ + + + + +дублирующиеся блоки http, mail и stream теперь запрещены. + + +duplicate "http", "mail", and "stream" blocks are now disallowed. + + + + + +ограничение количества соединений в модуле stream. + + +connection limiting in the stream module. + + + + + +органичение скорости в модуле stream. + + +data rate limiting in the stream module. + + + + + +директива zone в блоке upstream не работала на Windows. + + +the "zone" directive inside the "upstream" block did not work on Windows. + + + + + +совместимость с LibreSSL в модуле stream.
+Спасибо Piotr Sikora. +
+ +compatibility with LibreSSL in the stream module.
+Thanks to Piotr Sikora. +
+
+ + + +в параметре --builddir в configure.
+Спасибо Piotr Sikora. +
+ +in the "--builddir" configure parameter.
+Thanks to Piotr Sikora. +
+
+ + + +директива ssl_stapling_file не работала; +ошибка появилась в 1.9.2.
+Спасибо Faidon Liambotis и Brandon Black. +
+ +the "ssl_stapling_file" directive did not work; +the bug had appeared in 1.9.2.
+Thanks to Faidon Liambotis and Brandon Black. +
+
+ + + +при использовании директивы ssl_stapling +в рабочем процессе мог произойти segmentation fault; +ошибка появилась в 1.9.2.
+Спасибо Matthew Baldwin. +
+ +a segmentation fault might occur in a worker process +if the "ssl_stapling" directive was used; +the bug had appeared in 1.9.2.
+Thanks to Matthew Baldwin. +
+
+ +
+ +