From: Igor Sysoev Date: Mon, 16 Mar 2009 07:23:09 +0000 (+0000) Subject: nginx-0.7.42-RELEASE X-Git-Tag: release-0.7.42 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=75e70898cab43f42c510aacbb30f34e48e563af9;p=nginx.git nginx-0.7.42-RELEASE --- 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. + + + +
+ +