comparison CHANGES @ 560:daf4847b43ff NGINX_0_8_32

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.
author Igor Sysoev <http://sysoev.ru>
date Mon, 11 Jan 2010 00:00:00 +0300
parents 2da4537168f8
children 7fa8dc2315bd
comparison
equal deleted inserted replaced
559:6026569dbf64 560:daf4847b43ff
1
2 Changes with nginx 0.8.32 11 Jan 2010
3
4 *) Bugfix: UTF-8 encoding usage in the ngx_http_autoindex_module.
5 Thanks to Maxim Dounin.
6
7 *) Bugfix: regular expression named captures worked for two names only.
8 Thanks to Maxim Dounin.
9
10 *) Bugfix: now the "localhost" name is used in the "Host" request
11 header line, if an unix domain socket is defined in the "auth_http"
12 directive.
13 Thanks to Maxim Dounin.
14
15 *) Bugfix: nginx did nor support chunked transfer encoding for 201
16 responses.
17 Thanks to Julian Reich.
18
19 *) Bugfix: if the "expires modified" set date in the past, the a
20 negative number was set in the "Cache-Control" response header
21 line.
22 Thanks to Alex Kapranoff.
23
1 24
2 Changes with nginx 0.8.31 23 Dec 2009 25 Changes with nginx 0.8.31 23 Dec 2009
3 26
4 *) Feature: now the "error_page" directive may redirect the 301 and 302 27 *) Feature: now the "error_page" directive may redirect the 301 and 302
5 responses. 28 responses.