nginx-0.7.44-RELEASE
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 2f8329c..fbbe475 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -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">