nginx 0.6.23v0.6.23
commit9ac6ea5bb5b5c558fcf628a597d19052afdedba8
authorIgor Sysoev <igor@sysoev.ru>
Wed, 26 Dec 2007 21:00:00 +0000 (27 00:00 +0300)
committerKirill A. Korinskiy <catap@catap.ru>
Wed, 26 Dec 2007 21:00:00 +0000 (27 00:00 +0300)
tree5338ea420eec0818d8e123a91973ee90308693f5
parent09b8bac6be2892e374b3c3a265041364552481de
nginx 0.6.23

    *) Change: the "off" parameter in the "ssl_session_cache" directive;
       now this is default parameter.

    *) Change: the "open_file_cache_retest" directive was renamed to the
       "open_file_cache_valid".

    *) Feature: the "open_file_cache_min_uses" directive.

    *) Feature: the ngx_http_gzip_static_module.

    *) Feature: the "gzip_disable" directive.

    *) Feature: the "memcached_pass" directive may be used inside the "if"
       block.

    *) Bugfix: a segmentation fault occurred in worker process, if the
       "memcached_pass" and "if" directives were used in the same location.

    *) Bugfix: if a "satisfy_any on" directive was used and not all access
       and auth modules directives were set, then other given access and
       auth directives were not tested;

    *) Bugfix: regex parameters in a "valid_referers" directive were not
       inherited from previous level.

    *) Bugfix: a "post_action" directive did run if a request was completed
       with 499 status code.

    *) Bugfix: optimization of 16K buffer usage in a SSL connection.
       Thanks to Ben Maurer.

    *) Bugfix: the STARTTLS in SMTP mode did not work.
       Thanks to Oleg Motienko.

    *) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
       error; bug appeared in 0.5.13.
43 files changed:
CHANGES
CHANGES.ru
auto/modules
auto/options
auto/sources
src/core/nginx.h
src/core/ngx_open_file_cache.c
src/core/ngx_open_file_cache.h
src/core/ngx_queue.h
src/core/ngx_rbtree.c
src/core/ngx_regex.c
src/core/ngx_regex.h
src/core/ngx_resolver.c
src/core/ngx_slab.c
src/core/ngx_string.c
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl.h
src/http/modules/ngx_http_access_module.c
src/http/modules/ngx_http_auth_basic_module.c
src/http/modules/ngx_http_dav_module.c
src/http/modules/ngx_http_flv_module.c
src/http/modules/ngx_http_gzip_filter_module.c
src/http/modules/ngx_http_gzip_static_module.c [copied from src/http/modules/ngx_http_static_module.c with 52% similarity]
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/ngx_http_referer_module.c
src/http/modules/ngx_http_ssl_module.c
src/http/modules/ngx_http_static_module.c
src/http/modules/perl/nginx.pm
src/http/modules/perl/nginx.xs
src/http/ngx_http_copy_filter_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_header_filter_module.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_script.c
src/http/ngx_http_upstream.c
src/mail/ngx_mail_smtp_handler.c
src/mail/ngx_mail_ssl_module.c
src/os/unix/ngx_freebsd.h
src/os/unix/ngx_freebsd_init.c