]> git.kaiwu.me - nginx.git/commitdiff
nginx-0.7.44-RELEASE release-0.7.44
authorIgor Sysoev <igor@sysoev.ru>
Mon, 23 Mar 2009 13:27:39 +0000 (13:27 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 23 Mar 2009 13:27:39 +0000 (13:27 +0000)
docs/xml/nginx/changes.xml

index 2f8329c6733647a3a3a9810a64eb0a5f1ca71244..fbbe4754d5f7fdfa34d946b7bd79c3fb223419ee 100644 (file)
@@ -9,6 +9,69 @@
 <title lang="en">nginx changelog</title>
 
 
+<changes ver="0.7.44" date="23.03.2009">
+
+<change type="feature">
+<para lang="ru">
+ÐÒÅÄ×ÁÒÉÔÅÌØÎÁÑ ÐÏÄÄÅÒÖËÁ ËÜÛÉÒÏ×ÁÎÉÑ × ÍÏÄÕÌÅ ngx_http_proxy_module.
+</para>
+<para lang="en">
+the ngx_http_proxy_module preliminary cache support.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+ÐÁÒÁÍÅÔÒ --with-pcre × configure.
+</para>
+<para lang="en">
+the --with-pcre option in the configure.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+ÔÅÐÅÒØ ÄÉÒÅËÔÉ×Á try_files ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÎÁ ÕÒÏ×ÎÅ server.
+</para>
+<para lang="en">
+the "try_files" directive is now allowed on the server block level.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ÄÉÒÅËÔÉ×Á try_files ÎÅÐÒÁ×ÉÌØÎÏ ÏÂÒÁÂÁÔÙ×ÁÌÁ ÓÔÒÏËÕ ÚÁÐÒÏÓÁ × ÐÏÓÌÅÄÎÅÍ
+ÐÁÒÁÍÅÔÒÅ.
+</para>
+<para lang="en">
+the "try_files" directive handled incorrectly a query string
+in a fallback parameter.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ÄÉÒÅËÔÉ×Á try_files ÍÏÇÌÁ ÎÅ×ÅÒÎÏ ÔÅÓÔÉÒÏ×ÁÔØ ËÁÔÁÌÏÇÉ.
+</para>
+<para lang="en">
+the "try_files" directive might test incorrectly directories.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+ÅÓÌÉ ÄÌÑ ÐÁÒÙ ÁÄÒÅÓ:ÐÏÒÔ ÏÐÉÓÁΠÔÏÌØËÏ ÏÄÉΠÓÅÒ×ÅÒ, ÔÏ ×ÙÄÅÌÅÎÉÑ
+× ÒÅÇÕÌÑÒÎÙÈ ×ÙÒÁÖÅÎÉÑÈ × ÄÉÒÅËÔÉ×Å server_name ÎÅ ÒÁÂÏÔÁÌÉ.
+</para>
+<para lang="en">
+if there is the single server for given address:port pair,
+then captures in regular expressions in a "server_name" directive did not work.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="0.7.43" date="18.03.2009">
 
 <change type="bugfix">