From d9d1ff12946af5983953f695afdb0edad9c56d97 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 25 Oct 2006 16:29:25 +0000 Subject: nginx-0.4.11-RELEASE --- docs/xml/nginx/changes.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'docs/xml/nginx/changes.xml') diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 6c4113fc7..ee2a6b882 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,42 @@ nginx changelog + + + + +POP3 прокси поддерживает AUTH LOIGN PLAIN и CRAM-MD5. + + +the POP3 proxy supports the AUTH LOGIN PLAIN and CRAM-MD5. + + + + + +модуль ngx_http_perl_module поддерживает метод $r->allow_ranges. + + +the ngx_http_perl_module supports the $r->allow_ranges method. + + + + + +при включённой поддержке команды APOP в POP3 прокси могли +не работать команды USER/PASS; +ошибка появилась в 0.4.10. + + +if the APOP was enabledi in the POP3 proxy, then the USER/PASS commands +might not work; +bug appeared in 0.4.10. + + + + + + -- cgit