nginx 0.8.38v0.8.38
commit50fc0f32846025cadd4ce9a9703498b959262f03
authorIgor Sysoev <igor@sysoev.ru>
Sun, 23 May 2010 20:00:00 +0000 (24 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 23 May 2010 20:00:00 +0000 (24 00:00 +0400)
tree7921c3013f1352dab69ac9ac704653ad09531f7a
parent6408666c4ec5ad87c64c99926edba5f45c4bfc8d
nginx 0.8.38

    *) Feature: the "proxy_no_cache" and "fastcgi_no_cache" directives.

    *) Feature: now the "rewrite" directive does a redirect automatically
       if the $scheme variable is used.
       Thanks to Piotr Sikora.

    *) Bugfix: now "limit_req" delay directive conforms to the described
       algorithm.
       Thanks to Maxim Dounin.

    *) Bugfix: the $uid_got variable might not be used in the SSI and perl
       modules.
26 files changed:
CHANGES
CHANGES.ru
src/core/nginx.h
src/http/modules/ngx_http_autoindex_module.c
src/http/modules/ngx_http_dav_module.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_flv_module.c
src/http/modules/ngx_http_gzip_static_module.c
src/http/modules/ngx_http_index_module.c
src/http/modules/ngx_http_limit_req_module.c
src/http/modules/ngx_http_memcached_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_random_index_module.c
src/http/modules/ngx_http_rewrite_module.c
src/http/modules/ngx_http_static_module.c
src/http/modules/ngx_http_userid_filter_module.c
src/http/modules/perl/nginx.pm
src/http/modules/perl/ngx_http_perl_module.c
src/http/ngx_http_cache.h
src/http/ngx_http_core_module.c
src/http/ngx_http_file_cache.c
src/http/ngx_http_parse.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