nginx 0.3.42v0.3.42
commit7d07467411c119d9945b581f181d59e721f88965
authorIgor Sysoev <igor@sysoev.ru>
Tue, 25 Apr 2006 20:00:00 +0000 (26 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Tue, 25 Apr 2006 20:00:00 +0000 (26 00:00 +0400)
tree7f636a8460f6ed28271ec5307a4dce213505faa0
parent318956fd85ae3fe4273b0fd274a4446f2fb113ab
nginx 0.3.42

    *) Feature: the "bind" option of the "listen" directive in IMAP/POP3
       proxy.

    *) Bugfix: if the same capture in the "rewrite" directive was used more
       then once.

    *) Bugfix: the $sent_http_content_type, $sent_http_content_length,
       $sent_http_last_modified, $sent_http_connection,
       $sent_http_keep_alive, and $sent_http_transfer_encoding variables
       were not written to access log.

    *) Bugfix: the $sent_http_cache_control returned value of the single
       "Cache-Control" response header line.
22 files changed:
CHANGES
CHANGES.ru
auto/modules
src/core/nginx.c
src/core/nginx.h
src/core/ngx_connection.h
src/event/ngx_event.c
src/event/ngx_event_accept.c
src/http/modules/ngx_http_rewrite_module.c
src/http/modules/ngx_http_ssi_filter_module.c
src/http/ngx_http.c
src/http/ngx_http_core_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_script.h
src/http/ngx_http_upstream.c
src/http/ngx_http_variables.c
src/imap/ngx_imap.c
src/imap/ngx_imap.h
src/imap/ngx_imap_core_module.c
src/imap/ngx_imap_handler.c