changeset 1622:f7ff0e4b2e50 stable-0.5 release-0.5.33

nginx-0.5.33-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Nov 2007 14:31:56 +0000
parents ed9cd1702f7a
children d110f9a353c6
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -29,6 +29,36 @@ the "encoding" parameter in the "echo" S
 </para>
 </change>
 
+<change type="change">
+<para lang="ru">
+почтовый прокси-сервер разделён на три модуля: pop3, imap и smtp.
+</para>
+<para lang="en">
+mail proxy was split on three modules: pop3, imap and smtp.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+параметры конфигурации --without-mail_pop3_module,
+--without-mail_imap_module и --without-mail_smtp_module.
+</para>
+<para lang="en">
+the --without-mail_pop3_module, --without-mail_imap_module,
+and --without-mail_smtp_module configuration parameters.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+директивы smtp_greeting_delay и smtp_client_buffer модуля ngx_mail_smtp_module.
+</para>
+<para lang="en">
+the "smtp_greeting_delay" and "smtp_client_buffer" directives
+of the ngx_mail_smtp_module.
+</para>
+</change>
+
 <change type="feature">
 <para lang="ru">
 директивы server_name и valid_referers поддерживают регулярные выражения.