nginx 0.7.60v0.7.60
commit9f08175cb3fa756dbd278da302d1752fc38c17fc
authorIgor Sysoev <igor@sysoev.ru>
Sun, 14 Jun 2009 20:00:00 +0000 (15 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 14 Jun 2009 20:00:00 +0000 (15 00:00 +0400)
treeccb945b8ceb7ecaa8963649d87efd790a7e82ce4
parentc3891d86a71252bd93e722537b503304c0346696
nginx 0.7.60

    *) Feature: the "updating" parameter in "proxy_cache_use_stale" and
       "fastcgi_cache_use_stale" directives.

    *) Feature: the "keepalive_requests" directive.

    *) Bugfix: in open_file_cache and proxy/fastcgi cache interaction on
       start up.

    *) Bugfix: open_file_cache might cache open file descriptors too long.

    *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
       header lines were passed to backend while caching if no
       "proxy_set_header" directive was used with any parameters.

    *) Bugfix: the "Set-Cookie" and "P3P" response header lines were not
       hidden while caching if no "proxy_hide_header/fastcgi_hide_header"
       directives were used with any parameters.

    *) Bugfix: the ngx_http_image_filter_module did not support GIF87a
       format.
       Thanks to Denis Ilyinyh.

    *) Bugfix: nginx could not be built modules on Solaris 10 and early;
       the bug had appeared in 0.7.56.

    *) Bugfix: XLST filter did not work in subrequests.

    *) Bugfix: in relative paths handling in nginx/Windows.

    *) Bugfix: in proxy_store, fastcgi_store, proxy_cache, and
       fastcgi_cache in nginx/Windows.
37 files changed:
CHANGES
CHANGES.ru
auto/cc/msvc
auto/lib/conf
auto/lib/google-perftools/conf
auto/lib/md5/conf
auto/lib/openssl/conf
auto/lib/openssl/make
auto/lib/pcre/conf
auto/lib/zlib/conf
auto/os/features
auto/summary
auto/unix
src/core/nginx.c
src/core/nginx.h
src/core/ngx_conf_file.c
src/core/ngx_connection.c
src/core/ngx_connection.h
src/core/ngx_cycle.c
src/core/ngx_file.c
src/core/ngx_open_file_cache.c
src/core/ngx_output_chain.c
src/core/ngx_palloc.c
src/core/ngx_palloc.h
src/core/ngx_slab.h
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_image_filter_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_xslt_filter_module.c
src/http/modules/perl/nginx.pm
src/http/ngx_http_cache.h
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_request.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h