# HG changeset patch # User Maxim Dounin # Date 1379424660 -14400 # Node ID 60e0409b9ec7ee194c6d8102f0656598cc4a6cfe # Parent a73678f5f96ffead0b616b2c03dfcfd5445d443b nginx-1.5.5-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,85 @@ + + + + +теперь nginx по умолчанию использует HTTP/1.0, +если точно определить протокол не удалось. + + +now nginx assumes HTTP/1.0 by default +if it is not able to detect protocol reliably. + + + + + +директива disable_symlinks теперь использует O_PATH на Linux. + + +the "disable_symlinks" directive now uses O_PATH on Linux. + + + + + +для определения того, что клиент закрыл соединение, +при использовании метода epoll +теперь используются события EPOLLRDHUP. + + +now nginx uses EPOLLRDHUP events +to detect premature connection close by clients +if the "epoll" method is used. + + + + + +в директиве valid_referers при использовании параметра server_names. + + +in the "valid_referers" directive if the "server_names" parameter was used. + + + + + +переменная $request_time не работала в nginx/Windows. + + +the $request_time variable did not work in nginx/Windows. + + + + + +в директиве image_filter.
+Спасибо Lanshun Zhou. +
+ +in the "image_filter" directive.
+Thanks to Lanshun Zhou. +
+
+ + + +совместимость с OpenSSL 1.0.1f.
+Спасибо Piotr Sikora. +
+ +OpenSSL 1.0.1f compatibility.
+Thanks to Piotr Sikora. +
+
+ + +
+ +