comparison CHANGES @ 424:44a61c599bb2

Merge with current.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 15 Oct 2008 15:39:40 +0400
parents 4b19c15c95eb
children b4f69f2ef02c
comparison
equal deleted inserted replaced
419:cdd5890b5538 424:44a61c599bb2
1
2 Changes with nginx 0.7.19 13 Oct 2008
3
4 *) Bugfix: version number update.
5
6
7 Changes with nginx 0.7.18 13 Oct 2008
8
9 *) Change: the "underscores_in_headers" directive; now nginx does not
10 allows underscores in a client request header line names.
11
12 *) Feature: the ngx_http_secure_link_module.
13
14 *) Feature: the "real_ip_header" directive supports any header.
15
16 *) Feature: the "log_subrequest" directive.
17
18 *) Feature: the $realpath_root variable.
19
20 *) Feature: the "http_502" and "http_504" parameters of the
21 "proxy_next_upstream" directive.
22
23 *) Bugfix: the "http_503" parameter of the "proxy_next_upstream" or
24 "fastcgi_next_upstream" directives did not work.
25
26 *) Bugfix: nginx might send a "Transfer-Encoding: chunked" heaer line
27 for HEAD requests.
28
29 *) Bugfix: now accept threshold depends on worker_connections.
30
1 31
2 Changes with nginx 0.7.17 15 Sep 2008 32 Changes with nginx 0.7.17 15 Sep 2008
3 33
4 *) Feature: now the "directio" directive works on Linux. 34 *) Feature: now the "directio" directive works on Linux.
5 35