nginx 1.1.11masterv1.1.11
commit40601e3361c90c1d6345efa1384945d0877bdfe8
authorIgor Sysoev <igor@sysoev.ru>
Sun, 11 Dec 2011 20:00:00 +0000 (12 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 11 Dec 2011 20:00:00 +0000 (12 00:00 +0400)
tree1a24b9e98c30b5706425c164bf132e3c3874f095
parent2e5946a49651f8d77bbd49837ace25e09a4a879e
nginx 1.1.11

    *) Feature: the "so_keepalive" parameter of the "listen" directive.
       Thanks to Vsevolod Stakhov.

    *) Feature: the "if_not_empty" parameter of the
       "fastcgi/scgi/uwsgi_param" directives.

    *) Feature: the $https variable.

    *) Feature: the "proxy_redirect" directive supports variables in the
       first parameter.

    *) Feature: the "proxy_redirect" directive supports regular expressions.

    *) Bugfix: the $sent_http_cache_control variable might contain a wrong
       value if the "expires" directive was used.
       Thanks to Yichun Zhang.

    *) Bugfix: the "read_ahead" directive might not work combined with
       "try_files" and "open_file_cache".

    *) Bugfix: a segmentation fault might occur in a worker process if small
       time was used in the "inactive" parameter of the "proxy_cache_path"
       directive.

    *) Bugfix: responses from cache might hang.
28 files changed:
CHANGES
CHANGES.ru
auto/unix
conf/fastcgi_params
conf/scgi_params
conf/uwsgi_params
src/core/nginx.h
src/core/ngx_connection.c
src/core/ngx_connection.h
src/core/ngx_regex.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_log_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_scgi_module.c
src/http/modules/ngx_http_uwsgi_module.c
src/http/modules/perl/nginx.pm
src/http/ngx_http.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_file_cache.c
src/http/ngx_http_header_filter_module.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h
src/http/ngx_http_variables.c
src/mail/ngx_mail.c
src/mail/ngx_mail.h
src/mail/ngx_mail_core_module.c
src/os/unix/ngx_freebsd_sendfile_chain.c