nginx 0.6.3v0.6.3
commit5fb8a7a960d2cdb3b2ceab7e4aebc986b9cb7c2c
authorIgor Sysoev <igor@sysoev.ru>
Wed, 11 Jul 2007 20:00:00 +0000 (12 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Wed, 11 Jul 2007 20:00:00 +0000 (12 00:00 +0400)
treece4ffa8a6ed6f7c06b2117868c85f9c586dd4c0c
parent484a70113efd4f4176d7511864133995f8708eac
nginx 0.6.3

    *) Feature: the "proxy_store" and "fastcgi_store" directives.

    *) Bugfix: a segmentation fault might occur in worker process if the
       "auth_http_header" directive was used.
       Thanks to Maxim Dounin.

    *) Bugfix: a segmentation fault occurred in worker process if the
       CRAM-MD5 authentication method was used, but it was not enabled.

    *) Bugfix: a segmentation fault might occur in worker process when the
       HTTPS protocol was used in the "proxy_pass" directive.

    *) Bugfix: a segmentation fault might occur in worker process if the
       eventport method was used.

    *) Bugfix: the "proxy_ignore_client_abort" and
       "fastcgi_ignore_client_abort" directives did not work; bug appeared
       in 0.5.13.
21 files changed:
CHANGES
CHANGES.ru
src/core/nginx.c
src/core/nginx.h
src/core/ngx_file.c
src/core/ngx_file.h
src/event/modules/ngx_eventport_module.c
src/event/ngx_event_connect.h
src/http/modules/ngx_http_dav_module.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_upstream_ip_hash_module.c
src/http/modules/perl/nginx.pm
src/http/ngx_http_request.c
src/http/ngx_http_request_body.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h
src/http/ngx_http_upstream_round_robin.c
src/http/ngx_http_upstream_round_robin.h
src/mail/ngx_mail_auth_http_module.c
src/mail/ngx_mail_handler.c