summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-11-20 16:47:36 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-11-20 16:47:36 +0000
commita3f080c3cf85d9653005a63b5155c8977abc4a1d (patch)
tree51f674dbaca22524a840bdf978b6fa3962c3dfa9
parent7f3c048e2105b835055baaa8c5d43e1a2f11b0d7 (diff)
downloadnginx-release-0.7.22.tar.gz
nginx-0.7.22-RELEASErelease-0.7.22
-rw-r--r--docs/xml/nginx/changes.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 5812df055..2e96b23d3 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,51 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.7.22" date="20.11.2008">
+
+<change type="feature">
+<para lang="ru">
+параметр none в директиве smtp_auth.<br/>
+Спасибо Максиму Дунину.
+</para>
+<para lang="en">
+the "none" parameter in the "smtp_auth" directive.<br/>
+Thanks to Maxim Dounin.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+переменные "$cookie_...".
+</para>
+<para lang="en">
+the "$cookie_..." variables.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+директива directio не работала с файловой системой XFS.
+</para>
+<para lang="en">
+the "directio" directive did not work in XFS filesystem.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+resolver не понимал большие DNS-ответы.<br/>
+Спасибо Zyb.
+</para>
+<para lang="en">
+the resolver did not understand big DNS responses.<br/>
+Thanks to Zyb.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.7.21" date="11.11.2008">
<change>