]> git.kaiwu.me - nginx.git/commit
nginx-0.3.55-RELEASE import release-0.3.55
authorIgor Sysoev <igor@sysoev.ru>
Fri, 28 Jul 2006 15:16:17 +0000 (15:16 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 28 Jul 2006 15:16:17 +0000 (15:16 +0000)
commit8f1255877c4b64f83fce75baa4d903797e00e815
treee6594c2c4578b85fa81c4a5fe334daac91142a6f
parent741c6e9c1ecd17d2165f2e8e3426023117f4b15d
nginx-0.3.55-RELEASE import

    *) Feature: the "stub" parameter in the "include" SSI command.

    *) Feature: the "block" SSI command.

    *) Feature: the unicode2nginx script was added to contrib.

    *) Bugfix: if a "root" was specified by variable only, then the root
       was relative to a server prefix.

    *) Bugfix: if the request contained "//" or "/./" and escaped symbols
       after them, then the proxied request was sent unescaped.

    *) Bugfix: the $r->headers_in("Cookie") of the ngx_http_perl_module now
       returns all "Cookie" header lines.

    *) Bugfix: a segmentation fault occurred if
       "client_body_in_file_only on" was used and nginx switched to a next
       upstream.

    *) Bugfix: on some condition while reconfiguration character codes
       inside the "charset_map" may be treated invalid; the bug had
       appeared in 0.3.50.
50 files changed:
auto/make
conf/koi-utf
conf/mime.types
conf/win-utf
contrib/README
contrib/unicode2nginx/koi-utf [new file with mode: 0644]
contrib/unicode2nginx/unicode-to-nginx.pl [new file with mode: 0755]
contrib/unicode2nginx/win-utf [new file with mode: 0644]
docs/xml/nginx/changes.xml
src/core/nginx.h
src/core/ngx_file.c
src/event/modules/ngx_iocp_module.c
src/event/ngx_event.c
src/http/modules/ngx_http_access_module.c
src/http/modules/ngx_http_addition_filter_module.c
src/http/modules/ngx_http_auth_basic_module.c
src/http/modules/ngx_http_autoindex_module.c
src/http/modules/ngx_http_charset_filter_module.c
src/http/modules/ngx_http_chunked_filter_module.c
src/http/modules/ngx_http_dav_module.c
src/http/modules/ngx_http_empty_gif_module.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_index_module.c
src/http/modules/ngx_http_log_module.c
src/http/modules/ngx_http_memcached_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_realip_module.c
src/http/modules/ngx_http_rewrite_module.c
src/http/modules/ngx_http_ssi_filter_module.c
src/http/modules/ngx_http_ssi_filter_module.h
src/http/modules/ngx_http_ssl_module.c
src/http/modules/ngx_http_status_module.c
src/http/modules/ngx_http_stub_status_module.c
src/http/modules/ngx_http_userid_filter_module.c
src/http/modules/perl/nginx.xs
src/http/modules/perl/ngx_http_perl_module.c
src/http/ngx_http.h
src/http/ngx_http_copy_filter_module.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_header_filter_module.c
src/http/ngx_http_parse.c
src/http/ngx_http_postpone_filter_module.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_request_body.c
src/http/ngx_http_upstream.c
src/http/ngx_http_variables.c
src/http/ngx_http_write_filter_module.c
src/mysql/ngx_http_mysql_test.c