diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-11-07 14:31:56 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-11-07 14:31:56 +0000 |
commit | 3bfaf15b0d0bf35fac30f6affe7920f5dddfebb6 (patch) | |
tree | e4afbf0481e485035b91aa47a47be9486595c178 | |
parent | 0302764c914d07ffe8f81b27fe4e1ce43b4c095e (diff) | |
download | nginx-release-0.5.33.tar.gz nginx-release-0.5.33.zip |
nginx-0.5.33-RELEASErelease-0.5.33
-rw-r--r-- | docs/xml/nginx/changes.xml | 30 |
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 поддерживают регулярные выражения. |