changeset 1137:cb447039152d release-0.5.15

nginx-0.5.15-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 Mar 2007 13:44:24 +0000
parents 68f30ab68bb7
children 49444f9c6025
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 83 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,12 +9,94 @@
 <title lang="en">nginx changelog</title>
 
 
+<changes ver="0.5.15" date="19.03.2007">
+
+<change type="feature">
+<para lang="ru">
+почтовый прокси-сервер поддерживает аутентифицированное SMTP-проксирование и
+директивы smtp_auth, smtp_capablities и xclient.<br/>
+Спасибо Антону Южанинову и Максиму Дунину.
+</para>
+<para lang="en">
+the mail proxy supports authenticated SMTP proxying and
+the "smtp_auth", "smtp_capablities", and "xclient" directives.<br/>
+Thanks to Anton Yuzhaninov and Maxim Dounin.
+</para>
+</change>
+
+<change type="change">
+<para lang="ru">
+директивы imap и auth переименованы соответственно в mail и pop3_auth.
+</para>
+<para lang="en">
+the "imap" and "auth" directives were renamed
+to the "mail" and "pop3_auth" directives.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+если использовался метод аутентификации CRAM-MD5 и не был разрешён метод APOP,
+то в рабочем процессе происходил segmentation fault.
+</para>
+<para lang="en">
+a segmentation fault occurred in worker process
+if the CRAM-MD5 authentication method was used
+and the APOP method was disabled.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании директивы starttls only в протоколе POP3 nginx
+разрешал аутентификацию без перехода в режим SSL.
+</para>
+<para lang="en">
+if the "starttls only" directive was used in POP3 protocol,
+then nginx allowed authentication without switching to the SSL mode.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+рабочие процессы не выходили после переконфигурации и не переоткрывали логи,
+если использовался метод eventport.
+</para>
+<para lang="en">
+worker processes did not exit after reconfiguration and
+did not rotate logs if the eventport method was used.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при использовании директивы ip_hash рабочий процесс мог зациклиться.
+</para>
+<para lang="en">
+a worker process may got caught in an endless loop,
+if the "ip_hash" directive was used.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+теперь nginx не пишет в лог некоторые alert'ы,
+если используются методы eventport или /dev/poll.
+</para>
+<para lang="en">
+now nginx does not log some alerts if eventport or /dev/poll methods are used.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="0.5.14" date="23.02.2007">
 
 <change type="bugfix">
 <para lang="ru">
 nginx игнорировал лишние закрывающие скобки "}" в конце
-конфигурационноого файла.
+конфигурационного файла.
 </para>
 <para lang="en">
 nginx ignored superfluous closing "}" in the end of configuration file.