nginx-0.7.40-RELEASE
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 0d2cdfa..6b61fd6 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,56 @@ <title lang="en">nginx changelog</title> +<changes ver="0.7.40" date="09.03.2009"> + +<change type="feature"> +<para lang="ru"> +ÄÉÒÅËÔÉ×Á location ÐÏÄÄÅÒÖÉ×ÁÅÔ ×ÙÄÅÌÅÎÉÑ × ÒÅÇÕÌÑÒÎÙÈ ×ÙÒÁÖÅÎÉÑÈ. +</para> +<para lang="en"> +the "location" directive supports captures in regular expressions. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +ÄÉÒÅËÔÉ×Õ alias Ó ÓÓÙÌËÁÍÉ ÎÁ ×ÙÄÅÌÅÎÉÑ × ÒÅÇÕÌÑÒÎÙÈ ×ÙÒÁÖÅÎÉÑÈ +ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ×ÎÕÔÒÉ location'Á, ÚÁÄÁÎÎÏÇÏ ÒÅÇÕÌÑÒÎÙÍ ×ÙÒÁÖÅÎÉÅÍ +Ó ×ÙÄÅÌÅÎÉÑÍÉ. +</para> +<para lang="en"> +an "alias" directive with capture references may be used inside +a location given by a regular expression with captures. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +ÄÉÒÅËÔÉ×Á server_name ÐÏÄÄÅÒÖÉ×ÁÅÔ ×ÙÄÅÌÅÎÉÑ × ÒÅÇÕÌÑÒÎÙÈ ×ÙÒÁÖÅÎÉÑÈ. +</para> +<para lang="en"> +the "server_name" directive supports captures in regular expressions. +</para> +</change> + +<change type="workaround"> +<para lang="ru"> +ÍÏÄÕÌØ ngx_http_autoindex_module ÎÅ ÐÏËÁÚÙ×ÁÌ ÐÏÓÌÅÄÎÉÊ ÓÌÜÛ ÄÌÑ ËÁÔÁÌÏÇÏ× +ÎÁ ÆÁÊÌÏ×ÏÊ ÓÉÓÔÅÍÅ XFS; +ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.7.15.<br/> +óÐÁÓÉÂÏ äÍÉÔÒÉÀ ëÕÚØÍÅÎËÏ. +</para> +<para lang="en"> +the ngx_http_autoindex_module did not show the trailing slash in directories +on XFS filesystem; +the issue had appeared in 0.7.15.<br/> +Thanks to Dmitry Kuzmenko. +</para> +</change> + +</changes> + + <changes ver="0.7.39" date="02.03.2009"> <change type="bugfix">