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>2006-10-25 20:29:25 +0400
committerIgor Sysoev <igor@sysoev.ru>2006-10-25 20:29:25 +0400
commitd9d1ff12946af5983953f695afdb0edad9c56d97 (patch)
tree167f525b7fb3c40916e0cb4e3b9a4fb9e17cb724
parent62f87beb76d2af236ae79799b165c3d130891dbe (diff)
nginx-0.4.11-RELEASErelease-0.4.11
-rw-r--r--docs/xml/nginx/changes.xml36
1 files changed, 36 insertions, 0 deletions
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 @@
<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">