diff CHANGES.ru @ 252:644510700914 NGINX_0_4_11

nginx 0.4.11 *) Feature: the POP3 proxy supports the AUTH LOGIN PLAIN and CRAM-MD5. *) Feature: the ngx_http_perl_module supports the $r->allow_ranges method. *) Bugfix: if the APOP was enabled in the POP3 proxy, then the USER/PASS commands might not work; bug appeared in 0.4.10.
author Igor Sysoev <http://sysoev.ru>
date Wed, 25 Oct 2006 00:00:00 +0400
parents fbf2b2f66c9f
children f3ec44f4a53b
line wrap: on
line diff
--- a/CHANGES.ru
+++ b/CHANGES.ru
@@ -1,4 +1,15 @@
 
+Изменения в nginx 0.4.11                                          25.10.2006
+
+    *) Добавление: POP3 прокси поддерживает AUTH LOIGN PLAIN и CRAM-MD5.
+
+    *) Добавление: модуль ngx_http_perl_module поддерживает метод 
+       $r->allow_ranges.
+
+    *) Исправление: при включённой поддержке команды APOP в POP3 прокси 
+       могли не работать команды USER/PASS; ошибка появилась в 0.4.10.
+
+
 Изменения в nginx 0.4.10                                          23.10.2006
 
     *) Добавление: IMAP/POP3 прокси поддерживает APOP.