changeset 816:e372368dadd7 release-0.4.11

nginx-0.4.11-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Wed, 25 Oct 2006 16:29:25 +0000
parents b630109560b7
children 4939171afa96
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 36 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,42 @@
 <title lang="en">nginx changelog</title>
 
 
+<changes ver="0.4.11" date="25.10.2006">
+
+<change type="feature">
+<para lang="ru">
+POP3 прокси поддерживает AUTH LOIGN PLAIN и CRAM-MD5.
+</para>
+<para lang="en">
+the POP3 proxy supports the AUTH LOGIN PLAIN and CRAM-MD5.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+модуль ngx_http_perl_module поддерживает метод $r->allow_ranges.
+</para>
+<para lang="en">
+the ngx_http_perl_module supports the $r->allow_ranges method.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+при включённой поддержке команды APOP в POP3 прокси могли
+не работать команды USER/PASS;
+ошибка появилась в 0.4.10.
+</para>
+<para lang="en">
+if the APOP was enabledi in the POP3 proxy, then the USER/PASS commands
+might not work;
+bug appeared in 0.4.10.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="0.4.10" date="23.10.2006">
 
 <change type="feature">