nginx 0.5.1v0.5.1
commit1423bfeacc321def38afdab650ad9a0b15d32ba8
authorIgor Sysoev <igor@sysoev.ru>
Sun, 10 Dec 2006 21:00:00 +0000 (11 00:00 +0300)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 10 Dec 2006 21:00:00 +0000 (11 00:00 +0300)
treeb43868f835ffdafd1c6fa26c712caae5aedb20b3
parent4ef6d602cbcca8651ba885b544a2a4671af32ad5
nginx 0.5.1

    *) Bugfix: the "post_action" directive might not run after a
       unsuccessful completion of a request.

    *) Workaround: for Eudora for Mac; bug appeared in 0.4.11.
       Thanks to Bron Gondwana.

    *) Bugfix: if the "upstream" name was used in the "fastcgi_pass", then
       the message "no port in upstream" was issued; bug appeared in 0.5.0.

    *) Bugfix: if the "proxy_pass" and "fastcgi_pass" directives used the
       same servers but different ports, then these directives uses the
       first described port; bug appeared in 0.5.0.

    *) Bugfix: if the "proxy_pass" and "fastcgi_pass" directives used the
       unix domain sockets, then these directives used first described
       socket; bug appeared in 0.5.0.

    *) Bugfix: ngx_http_auth_basic_module ignored the user if it was in the
       last line in the password file and there was no the carriage return,
       the line feed, or the ":" symbol after the password.

    *) Bugfix: the $upstream_response_time variable might be equal to
       "0.000", although response time was more than 1 millisecond.
15 files changed:
CHANGES
CHANGES.ru
src/core/nginx.h
src/core/ngx_inet.c
src/core/ngx_times.c
src/http/modules/ngx_http_auth_basic_module.c
src/http/modules/ngx_http_fastcgi_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/ngx_http_request.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h
src/http/ngx_http_upstream_round_robin.c
src/imap/ngx_imap_handler.c