Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-03-19 16:44:24 +0300
committerIgor Sysoev <igor@sysoev.ru>2007-03-19 16:44:24 +0300
commit9628cfb584a6eb743e3fcdac15c835966be506a4 (patch)
tree59ed7a5aced5af996847d6e9cfc9ebfbd62af463
parent02c8d181a4fbdde2f9b1d957526197c421fadbae (diff)
nginx-0.5.15-RELEASErelease-0.5.15
-rw-r--r--docs/xml/nginx/changes.xml84
1 files changed, 83 insertions, 1 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index b9a546e55..43366366e 100644
--- 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.