nginx 0.5.21v0.5.21
commit09caf1d3d69f50d31c26523fffcbcb322666a063
authorIgor Sysoev <igor@sysoev.ru>
Sun, 27 May 2007 20:00:00 +0000 (28 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 27 May 2007 20:00:00 +0000 (28 00:00 +0400)
treec929c61be3d02e967e4d196a37acdfc52f2f6ef9
parent3dc7e902a155255f71826caa745ba88f35757a5c
nginx 0.5.21

    *) Bugfix: if server has more than about ten locations, then regex
       locations might be choosen not in that order as they were specified.

    *) Bugfix: a worker process may got caught in an endless loop on 64-bit
       platform, if the 33-rd or next in succession backend has failed.
       Thanks to Anton Povarov.

    *) Bugfix: a bus error might occur on Solaris/sparc64 if the PCRE
       library was used.
       Thanks to Andrei Nigmatulin.

    *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.
13 files changed:
CHANGES
CHANGES.ru
src/core/nginx.h
src/core/ngx_output_chain.c
src/core/ngx_palloc.c
src/core/ngx_string.c
src/core/ngx_string.h
src/event/ngx_event_openssl.c
src/http/modules/perl/nginx.pm
src/http/ngx_http.c
src/http/ngx_http_core_module.c
src/http/ngx_http_upstream_round_robin.c
src/mail/ngx_mail.c