nginx 0.7.59v0.7.59
commitc3891d86a71252bd93e722537b503304c0346696
authorIgor Sysoev <igor@sysoev.ru>
Sun, 24 May 2009 20:00:00 +0000 (25 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 24 May 2009 20:00:00 +0000 (25 00:00 +0400)
treeb59c10122db2a48d110cd0d03cf87a755bdf8303
parentb9a4d1f4620ac9182ec1d1ca39f0d1fca6342cd0
nginx 0.7.59

    *) Feature: the "proxy_cache_methods" and "fastcgi_cache_methods"
       directives.

    *) Bugfix: socket leak; the bug had appeared in 0.7.25.
       Thanks to Maxim Dounin.

    *) Bugfix: a segmentation fault occurred in worker process,
       if a request had no body and the $request_body variable was used;
       the bug had appeared in 0.7.58.

    *) Bugfix: the SSL modules might not built on Solaris and Linux;
       the bug had appeared in 0.7.58.

    *) Bugfix: ngx_http_xslt_filter_module responses were not handled by
       SSI, charset, and gzip filters.

    *) Bugfix: a "charset" directive did not set a charset to
       ngx_http_gzip_static_module responses.
28 files changed:
CHANGES
CHANGES.ru
auto/lib/openssl/conf
auto/lib/openssl/make
auto/lib/pcre/patch.config.in [deleted file]
auto/lib/pcre/patch.pcre.c [deleted file]
auto/lib/pcre/patch.pcre.in [deleted file]
auto/lib/pcre/patch.pcre.in.owc [deleted file]
auto/options
auto/os/features
auto/unix
src/core/nginx.h
src/http/modules/ngx_http_charset_filter_module.c
src/http/modules/ngx_http_fastcgi_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_proxy_module.c
src/http/modules/ngx_http_range_filter_module.c
src/http/modules/ngx_http_xslt_filter_module.c
src/http/modules/perl/nginx.pm
src/http/ngx_http_core_module.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_special_response.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h
src/http/ngx_http_variables.c
src/os/unix/ngx_sunpro_x86.map [deleted file]