]> git.kaiwu.me - nginx.git/commit
nginx-0.2.5-RELEASE import release-0.2.5
authorIgor Sysoev <igor@sysoev.ru>
Tue, 4 Oct 2005 10:38:53 +0000 (10:38 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 4 Oct 2005 10:38:53 +0000 (10:38 +0000)
commitf6e1fe3f28ee43792a4543e8b9e8702713c5b74a
tree67cd150690123c53effef3aac42cca767ceafbbf
parent4dabff2624d4bae5e9cae37fb80d864501481432
nginx-0.2.5-RELEASE import

    *) Change: the duplicate value of the ngx_http_geo_module variable now
       causes the warning and changes old value.

    *) Feature: the ngx_http_ssi_module supports the "set" command.

    *) Feature: the ngx_http_ssi_module supports the "file" parameter in
       the "include" command.

    *) Feature: the ngx_http_ssi_module supports the variable value
       substitutions in expressions of the "if" command.
20 files changed:
docs/xml/nginx/changes.xml
src/core/nginx.h
src/http/modules/ngx_http_autoindex_module.c
src/http/modules/ngx_http_chunked_filter_module.c
src/http/modules/ngx_http_geo_module.c
src/http/modules/ngx_http_gzip_filter_module.c
src/http/modules/ngx_http_headers_filter_module.c
src/http/modules/ngx_http_not_modified_filter_module.c
src/http/modules/ngx_http_range_filter_module.c
src/http/modules/ngx_http_ssi_filter_module.c
src/http/modules/ngx_http_static_module.c
src/http/modules/ngx_http_userid_filter_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_header_filter_module.c
src/http/ngx_http_postpone_filter_module.c
src/http/ngx_http_request.c
src/http/ngx_http_script.c
src/http/ngx_http_special_response.c
src/http/ngx_http_upstream.c
src/http/ngx_http_variables.c