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-11-07 17:31:56 +0300
committerIgor Sysoev <igor@sysoev.ru>2007-11-07 17:31:56 +0300
commit3bfaf15b0d0bf35fac30f6affe7920f5dddfebb6 (patch)
treee4afbf0481e485035b91aa47a47be9486595c178
parent0302764c914d07ffe8f81b27fe4e1ce43b4c095e (diff)
nginx-0.5.33-RELEASErelease-0.5.33
-rw-r--r--docs/xml/nginx/changes.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 3011043c6..06d71d1bb 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -29,6 +29,36 @@ the "encoding" parameter in the "echo" SSI command.
</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 поддерживают регулярные выражения.