From 75e70898cab43f42c510aacbb30f34e48e563af9 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 16 Mar 2009 07:23:09 +0000 Subject: nginx-0.7.42-RELEASE --- docs/xml/nginx/changes.xml | 84 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) (limited to 'docs/xml/nginx') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index dec514b59..3fe5f6689 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,90 @@ nginx changelog + + + + +ошибка "Invalid argument", возвращаемая setsockopt(TCP_NODELAY) на Solaris, +теперь игнорируется. + + +now the "Invalid argument" error returned by setsockopt(TCP_NODELAY) on Solaris, +is ignored. + + + + + +при отсутствии файла, указанного в директиве auth_basic_user_file, +теперь возвращается ошибка 403 вместо 500. + + +now if a file specified in a "auth_basic_user_file" directive is absent, +then the 405 error is returned instead of the 500 one. + + + + + +директива auth_basic_user_file поддерживает переменные. +
+Спасибо Кириллу Коринскому. +
+ +the "auth_basic_user_file" directive supports variables.
+Thanks to Kirill A. Korinskiy. +
+
+ + + +директива listen поддерживает параметр ipv6only.
+Спасибо Zhang Hua. +
+ +the "listen" directive supports the "ipv6only" parameter. +
+Thanks to Zhang Hua. +
+
+ + + +в директиве alias со ссылками на выделения в регулярных выражениях; +ошибка появилась в 0.7.40. + + +in an "alias" directive with references to captures of regular expressions; +the bug had appeared in 0.7.40. + + + + + +совместимость с Tru64 UNIX.
+Спасибо Dustin Marquess. +
+ +compatibility with Tru64 UNIX.
+Thanks to Dustin Marquess. +
+
+ + + +nginx не собирался без библиотеки PCRE; +ошибка появилась в 0.7.41. + + +nginx could not be built without PCRE library; +the bug had appeared in 0.7.41. + + + +
+ + -- cgit