diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-05-18 16:29:57 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-05-18 16:29:57 +0000 |
commit | fcc4d4559a3adb039bc7d16cb44fb4b281e14365 (patch) | |
tree | dca47d57ac624ae5653b77930f5ac9a346c0c818 | |
parent | 82e31bf947d706ac579896f5aff92bef0358dcf5 (diff) | |
download | nginx-release-0.6.37.tar.gz nginx-release-0.6.37.zip |
nginx-0.6.37-RELEASErelease-0.6.37
-rw-r--r-- | docs/xml/nginx/changes.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 7e4c146cb..e6068c75f 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,37 @@ <title lang="en">nginx changelog</title> +<changes ver="0.6.37" date="18.05.2009"> + +<change type="feature"> +<para lang="ru"> +поддержка Microsoft-специфичного режима +<nobr>"AUTH LOGIN with User Name"</nobr> +в почтовом прокси-сервере.<br/> +Спасибо Максиму Дунину. +</para> +<para lang="en"> +Microsoft specific "AUTH LOGIN with User Name" mode support +in mail proxy server.<br/> +Thanks to Maxim Dounin. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +nginx не собирался на платформах, отличных от i386, amd64, sparc и ppc; +ошибка появилась в 0.6.36. +</para> +<para lang="en"> +nginx could not be built on platforms different from i386, amd64, sparc, +and ppc; +the bug had appeared in 0.6.36. +</para> +</change> + +</changes> + + <changes ver="0.6.36" date="02.04.2009"> <change type="change"> |