nginx 0.8.37v0.8.37
commit6408666c4ec5ad87c64c99926edba5f45c4bfc8d
authorIgor Sysoev <igor@sysoev.ru>
Sun, 16 May 2010 20:00:00 +0000 (17 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 16 May 2010 20:00:00 +0000 (17 00:00 +0400)
tree7c82b279d9ae3b03c6f3e8ceed955ce0a744a11b
parent113541dde8696486c5bf221aba611071db302e8a
nginx 0.8.37

    *) Feature: the ngx_http_split_clients_module.

    *) Feature: the "map" directive supports keys more than 255 characters.

    *) Bugfix: nginx ignored the "private" and "no-store" values in the
       "Cache-Control" backend response header line.

    *) Bugfix: a "stub" parameter of an "include" SSI directive was not
       used, if empty response has 200 status code.

    *) Bugfix: if a proxied or FastCGI request was internally redirected to
       another proxied or FastCGI location, then a segmentation fault might
       occur in a worker process; the bug had appeared in 0.8.33.
       Thanks to Yichun Zhang.

    *) Bugfix: IMAP connections may hang until they timed out while talking
       to Zimbra server.
       Thanks to Alan Batie.
50 files changed:
CHANGES
CHANGES.ru
auto/modules
auto/options
auto/sources
src/core/nginx.c
src/core/nginx.h
src/core/ngx_conf_file.c
src/core/ngx_file.c
src/core/ngx_hash.c
src/core/ngx_hash.h
src/core/ngx_log.c
src/core/ngx_output_chain.c
src/core/ngx_string.c
src/core/ngx_string.h
src/event/ngx_event_openssl.c
src/http/modules/ngx_http_auth_basic_module.c
src/http/modules/ngx_http_autoindex_module.c
src/http/modules/ngx_http_empty_gif_module.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_gzip_filter_module.c
src/http/modules/ngx_http_gzip_static_module.c
src/http/modules/ngx_http_headers_filter_module.c
src/http/modules/ngx_http_image_filter_module.c
src/http/modules/ngx_http_log_module.c
src/http/modules/ngx_http_memcached_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_range_filter_module.c
src/http/modules/ngx_http_referer_module.c
src/http/modules/ngx_http_split_clients_module.c [new file with mode: 0644]
src/http/modules/ngx_http_ssi_filter_module.c
src/http/modules/ngx_http_ssl_module.c
src/http/modules/ngx_http_stub_status_module.c
src/http/modules/ngx_http_userid_filter_module.c
src/http/modules/ngx_http_xslt_filter_module.c
src/http/modules/perl/nginx.pm
src/http/modules/perl/ngx_http_perl_module.c
src/http/ngx_http_copy_filter_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_header_filter_module.c
src/http/ngx_http_script.c
src/http/ngx_http_special_response.c
src/http/ngx_http_upstream.c
src/http/ngx_http_variables.c
src/mail/ngx_mail_auth_http_module.c
src/mail/ngx_mail_imap_handler.c
src/mail/ngx_mail_pop3_handler.c
src/mail/ngx_mail_proxy_module.c
src/mail/ngx_mail_smtp_handler.c
src/mail/ngx_mail_ssl_module.c