summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-08-04 15:46:34 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-08-04 15:46:34 +0000
commitaf76fef397a7c620fa56317e6e51cbeb53064601 (patch)
tree5641039953209170dcf399082ff50fa28629faae
parentb83f893c75abab921a7f3cbacd92377cf203164a (diff)
downloadnginx-release-0.7.8.tar.gz
nginx-0.7.8-RELEASErelease-0.7.8
-rw-r--r--docs/xml/nginx/changes.xml58
1 files changed, 53 insertions, 5 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index e1578a1de..a07b9570b 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,53 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.7.8" date="04.08.2008">
+
+<change type="feature">
+<para lang="ru">
+модуль ngx_http_xslt_module.
+</para>
+<para lang="en">
+the ngx_http_xslt_module.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+переменные "$arg_...".
+</para>
+<para lang="en">
+the "$arg_..." variables.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+поддержка directio в Solaris.<br/>
+Спасибо Ivan Debnar.
+</para>
+<para lang="en">
+Solaris directio support.<br/>
+Thanks to Ivan Debnar.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+теперь, если FastCGI-сервер присылает строку "Location" в заголовке ответа
+без строки статуса, то nginx использует код статуса 302.<br/>
+Спасибо Максиму Дунину.
+</para>
+<para lang="en">
+now if FastCGI server sends a "Location" header line without status line,
+then nginx uses 302 status code.<br/>
+Thanks to Maxim Dounin.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.7.7" date="30.07.2008">
<change type="change">
@@ -55,19 +102,21 @@ Thanks to Maxim Dounin.
<change type="feature">
<para lang="ru">
-директива directio.
+директива directio.<br/>
+Спасибо Jiang Hong.
</para>
<para lang="en">
-the "directio" directive.
+the "directio" directive.<br/>
+Thanks to Jiang Hong.
</para>
</change>
<change type="feature">
<para lang="ru">
-поддержка sendfile() в MacOSX 1.5.
+поддержка sendfile() в MacOSX 10.5.
</para>
<para lang="en">
-MacOSX 1.5 sendfile() support.
+MacOSX 10.5 sendfile() support.
</para>
</change>
@@ -1258,7 +1307,6 @@ Thanks to Manlio Perillo.
<para lang="en">
if variable values used in a "proxy_pass" directive contain IP-addresses only,
then a "resolver" directive is not mandatory.
-resolver
</para>
</change>