nginx 0.8.16v0.8.16
commit8cd00c4fc9a144d9d301e65b506758c89c6e603b
authorIgor Sysoev <igor@sysoev.ru>
Mon, 21 Sep 2009 20:00:00 +0000 (22 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Mon, 21 Sep 2009 20:00:01 +0000 (22 00:00 +0400)
tree7fc94d31438134df317ec81ee9eb51e6db92a9a2
parent2428134371135920f263e2056cb11102e9a0c46f
nginx 0.8.16

    *) Feature: the "image_filter_transparency" directive.

    *) Bugfix: "addition_types" directive was incorrectly named
       "addtion_types".

    *) Bugfix: resolver cache poisoning.
       Thanks to Matthew Dempsky.

    *) Bugfix: memory leak in resolver.
       Thanks to Matthew Dempsky.

    *) Bugfix: invalid request line in $request variable was written in
       access_log only if error_log was set to "info" or "debug" level.

    *) Bugfix: in PNG alpha-channel support in the
       ngx_http_image_filter_module.

    *) Bugfix: nginx always added "Vary: Accept-Encoding" response header
       line, if both "gzip_static" and "gzip_vary" were on.

    *) Bugfix: in UTF-8 encoding support by "try_files" directive in
       nginx/Windows.

    *) Bugfix: in "post_action" directive usage; the bug had appeared in
       0.8.11.
       Thanks to Igor Artemiev.
15 files changed:
CHANGES
CHANGES.ru
src/core/nginx.h
src/core/ngx_cycle.c
src/core/ngx_output_chain.c
src/core/ngx_resolver.c
src/http/modules/ngx_http_addition_filter_module.c
src/http/modules/ngx_http_gzip_static_module.c
src/http/modules/ngx_http_image_filter_module.c
src/http/modules/ngx_http_ssl_module.c
src/http/modules/perl/nginx.pm
src/http/modules/perl/ngx_http_perl_module.c
src/http/ngx_http_file_cache.c
src/http/ngx_http_request.c
src/http/ngx_http_variables.c