nginx 0.4.11v0.4.11
commitc742dd56d0fd6e172235659785084331b29048ac
authorIgor Sysoev <igor@sysoev.ru>
Tue, 24 Oct 2006 20:00:00 +0000 (25 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Tue, 24 Oct 2006 20:00:00 +0000 (25 00:00 +0400)
tree2656b720c8f7742320a3c7d1f1f70bdf08219f30
parentd744b702f72ebd98b981d1a09b95300980288869
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.
20 files changed:
CHANGES
CHANGES.ru
auto/sources
src/core/nginx.h
src/core/ngx_core.h
src/core/ngx_inet.c
src/core/ngx_inet.h
src/core/ngx_unix_domain.c [deleted file]
src/core/ngx_unix_domain.h [deleted file]
src/http/modules/ngx_http_index_module.c
src/http/modules/ngx_http_memcached_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/perl/nginx.pm
src/http/modules/perl/nginx.xs
src/http/ngx_http_core_module.c
src/imap/ngx_imap.h
src/imap/ngx_imap_auth_http_module.c
src/imap/ngx_imap_core_module.c
src/imap/ngx_imap_handler.c
src/imap/ngx_imap_parse.c