comparison CHANGES @ 468:56baf312c1b5 NGINX_0_7_46

nginx 0.7.46 *) Bugfix: the previous release tarball was incorrect.
author Igor Sysoev <http://sysoev.ru>
date Mon, 30 Mar 2009 00:00:00 +0400
parents c8cfb6c462ef
children 6866b490272e
comparison
equal deleted inserted replaced
467:d46142e61c30 468:56baf312c1b5
1
2 Changes with nginx 0.7.46 30 Mar 2009
3
4 *) Bugfix: the previous release tarball was incorrect.
5
6
7 Changes with nginx 0.7.45 30 Mar 2009
8
9 *) Change: now the "proxy_cache" and the "proxy_cache_valid" can be set
10 on different levels.
11
12 *) Change: the "clean_time" parameter of the "proxy_cache_path"
13 directive is canceled.
14
15 *) Feature: the "max_size" parameter of the "proxy_cache_path"
16 directive.
17
18 *) Feature: the ngx_http_fastcgi_module preliminary cache support.
19
20 *) Feature: now on shared memory allocation errors directive and zone
21 names are logged.
22
23 *) Bugfix: the directive "add_header last-modified ''" did not delete a
24 "Last-Modified" response header line; the bug had appeared in 0.7.44.
25
26 *) Bugfix: a relative path in the "auth_basic_user_file" directive
27 given without variables did not work; the bug had appeared in
28 0.7.44.
29 Thanks to Jerome Loyet.
30
31 *) Bugfix: in an "alias" directive given using variables without
32 references to captures of regular expressions; the bug had appeared
33 in 0.7.42.
34
1 35
2 Changes with nginx 0.7.44 23 Mar 2009 36 Changes with nginx 0.7.44 23 Mar 2009
3 37
4 *) Feature: the ngx_http_proxy_module preliminary cache support. 38 *) Feature: the ngx_http_proxy_module preliminary cache support.
5 39