nginx-0.7.42-RELEASE
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index dec514b..3fe5f66 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,90 @@ <title lang="en">nginx changelog</title> +<changes ver="0.7.42" date="16.03.2009"> + +<change type="change"> +<para lang="ru"> +ÏÛÉÂËÁ "Invalid argument", ×ÏÚ×ÒÁÝÁÅÍÁÑ setsockopt(TCP_NODELAY) ÎÁ Solaris, +ÔÅÐÅÒØ ÉÇÎÏÒÉÒÕÅÔÓÑ. +</para> +<para lang="en"> +now the "Invalid argument" error returned by setsockopt(TCP_NODELAY) on Solaris, +is ignored. +</para> +</change> + +<change type="change"> +<para lang="ru"> +ÐÒÉ ÏÔÓÕÔÓÔ×ÉÉ ÆÁÊÌÁ, ÕËÁÚÁÎÎÏÇÏ × ÄÉÒÅËÔÉ×Å auth_basic_user_file, +ÔÅÐÅÒØ ×ÏÚ×ÒÁÝÁÅÔÓÑ ÏÛÉÂËÁ 403 ×ÍÅÓÔÏ 500. +</para> +<para lang="en"> +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. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +ÄÉÒÅËÔÉ×Á auth_basic_user_file ÐÏÄÄÅÒÖÉ×ÁÅÔ ÐÅÒÅÍÅÎÎÙÅ. +<br/> +óÐÁÓÉÂÏ ëÉÒÉÌÌÕ ëÏÒÉÎÓËÏÍÕ. +</para> +<para lang="en"> +the "auth_basic_user_file" directive supports variables.<br/> +Thanks to Kirill A. Korinskiy. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +ÄÉÒÅËÔÉ×Á listen ÐÏÄÄÅÒÖÉ×ÁÅÔ ÐÁÒÁÍÅÔÒ ipv6only.<br/> +óÐÁÓÉÂÏ Zhang Hua. +</para> +<para lang="en"> +the "listen" directive supports the "ipv6only" parameter. +<br/> +Thanks to Zhang Hua. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +× ÄÉÒÅËÔÉ×Å alias ÓÏ ÓÓÙÌËÁÍÉ ÎÁ ×ÙÄÅÌÅÎÉÑ × ÒÅÇÕÌÑÒÎÙÈ ×ÙÒÁÖÅÎÉÑÈ; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.40. +</para> +<para lang="en"> +in an "alias" directive with references to captures of regular expressions; +the bug had appeared in 0.7.40. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +ÓÏ×ÍÅÓÔÉÍÏÓÔØ Ó Tru64 UNIX.<br/> +óÐÁÓÉÂÏ Dustin Marquess. +</para> +<para lang="en"> +compatibility with Tru64 UNIX.<br/> +Thanks to Dustin Marquess. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +nginx ÎÅ ÓÏÂÉÒÁÌÓÑ ÂÅÚ ÂÉÂÌÉÏÔÅËÉ PCRE; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.41. +</para> +<para lang="en"> +nginx could not be built without PCRE library; +the bug had appeared in 0.7.41. +</para> +</change> + +</changes> + + <changes ver="0.7.41" date="11.03.2009"> <change type="bugfix">