nginx 0.8.32v0.8.32
commita98d1f17944702fe92110daf3aa480aab01747f0
authorIgor Sysoev <igor@sysoev.ru>
Sun, 10 Jan 2010 21:00:00 +0000 (11 00:00 +0300)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 10 Jan 2010 21:00:00 +0000 (11 00:00 +0300)
treeb009c575172a50b582cf9289b4473d6cf52b0926
parent05e41c4ac5f38cc6aeed3b8c403feee3825a3d80
nginx 0.8.32

    *) Bugfix: UTF-8 encoding usage in the ngx_http_autoindex_module.
       Thanks to Maxim Dounin.

    *) Bugfix: regular expression named captures worked for two names only.
       Thanks to Maxim Dounin.

    *) Bugfix: now the "localhost" name is used in the "Host" request
       header line, if an unix domain socket is defined in the "auth_http"
       directive.
       Thanks to Maxim Dounin.

    *) Bugfix: nginx did nor support chunked transfer encoding for 201
       responses.
       Thanks to Julian Reich.

    *) Bugfix: if the "expires modified" set date in the past, the a
       negative number was set in the "Cache-Control" response header
       line.
       Thanks to Alex Kapranoff.
12 files changed:
CHANGES
CHANGES.ru
LICENSE
src/core/nginx.h
src/core/ngx_resolver.c
src/core/ngx_resolver.h
src/core/ngx_string.c
src/http/modules/ngx_http_chunked_filter_module.c
src/http/modules/ngx_http_headers_filter_module.c
src/http/modules/perl/nginx.pm
src/http/ngx_http_variables.c
src/mail/ngx_mail_auth_http_module.c