# HG changeset patch # User Maxim Dounin # Date 1432648190 -10800 # Node ID 884a967c369f73ab16ea859670d690fb094d3850 # Parent b2899e7d0ef83d6bbaed6ad96bf31ba72ae4b185 nginx-1.9.1-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,80 @@ + + + + +теперь протокол SSLv3 по умолчанию запрещён. + + +now SSLv3 protocol is disabled by default. + + + + + +некоторые давно устаревшие директивы больше не поддерживаются. + + +some long deprecated directives are not supported anymore. + + + + + +параметр reuseport директивы listen.
+Спасибо Sepherosa Ziehau и Yingqi Lu. +
+ +the "reuseport" parameter of the "listen" directive.
+Thanks to Sepherosa Ziehau and Yingqi Lu. +
+
+ + + +переменная $upstream_connect_time. + + +the $upstream_connect_time variable. + + + + + +в директиве hash на big-endian платформах. + + +in the "hash" directive on big-endian platforms. + + + + + +nginx мог не запускаться на некоторых старых версиях Linux; +ошибка появилась в 1.7.11. + + +nginx might fail to start on some old Linux variants; +the bug had appeared in 1.7.11. + + + + + +в парсинге IP-адресов.
+Спасибо Сергею Половко. +
+ +in IP address parsing.
+Thanks to Sergey Polovko. +
+
+ +
+ +