comparison CHANGES @ 472:09f0ef15d544 NGINX_0_7_48

nginx 0.7.48 *) Feature: the "proxy_cache_key" directive. *) Bugfix: now nginx takes into account the "X-Accel-Expires", "Expires", and "Cache-Control" header lines in a backend response. *) Bugfix: now nginx caches responses for the GET requests only. *) Bugfix: the "fastcgi_cache_key" directive was not inherited. *) Bugfix: the $arg_... variables did not work with SSI subrequests. Thanks to Maxim Dounin. *) Bugfix: nginx could not be built with uclibc library. Thanks to Timothy Redaelli. *) Bugfix: nginx could not be built on OpenBSD; the bug had appeared in 0.7.46.
author Igor Sysoev <http://sysoev.ru>
date Mon, 06 Apr 2009 00:00:00 +0400
parents 6866b490272e
children 3a4102b00f97
comparison
equal deleted inserted replaced
471:0cc33540f2e0 472:09f0ef15d544
1
2 Changes with nginx 0.7.48 06 Apr 2009
3
4 *) Feature: the "proxy_cache_key" directive.
5
6 *) Bugfix: now nginx takes into account the "X-Accel-Expires",
7 "Expires", and "Cache-Control" header lines in a backend response.
8
9 *) Bugfix: now nginx caches responses for the GET requests only.
10
11 *) Bugfix: the "fastcgi_cache_key" directive was not inherited.
12
13 *) Bugfix: the $arg_... variables did not work with SSI subrequests.
14 Thanks to Maxim Dounin.
15
16 *) Bugfix: nginx could not be built with uclibc library.
17 Thanks to Timothy Redaelli.
18
19 *) Bugfix: nginx could not be built on OpenBSD; the bug had
20 appeared in 0.7.46.
21
1 22
2 Changes with nginx 0.7.47 01 Apr 2009 23 Changes with nginx 0.7.47 01 Apr 2009
3 24
4 *) Bugfix: nginx could not be built on FreeBSD 6 and early versions; 25 *) Bugfix: nginx could not be built on FreeBSD 6 and early versions;
5 the bug had appeared in 0.7.46. 26 the bug had appeared in 0.7.46.
196 *) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support 217 *) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support
197 in mail proxy server. 218 in mail proxy server.
198 Thanks to Maxim Dounin. 219 Thanks to Maxim Dounin.
199 220
200 *) Bugfix: in a redirect rewrite directive original arguments were 221 *) Bugfix: in a redirect rewrite directive original arguments were
201 concatenated with new arguments by an "?" rather than an "&"; 222 concatenated with new arguments by a "?" rather than an "&";
202 the bug had appeared in 0.1.18. 223 the bug had appeared in 0.1.18.
203 Thanks to Maxim Dounin. 224 Thanks to Maxim Dounin.
204 225
205 *) Bugfix: nginx could not be built on AIX. 226 *) Bugfix: nginx could not be built on AIX.
206 227
3628 3649
3629 *) Bugfix: the proxy_set_x_var and fastcgi_set_var directives were not 3650 *) Bugfix: the proxy_set_x_var and fastcgi_set_var directives were not
3630 inherited. 3651 inherited.
3631 3652
3632 *) Bugfix: in a redirect rewrite directive arguments were concatenated 3653 *) Bugfix: in a redirect rewrite directive arguments were concatenated
3633 with URI by an "&" rather than an "?". 3654 with URI by an "&" rather than a "?".
3634 3655
3635 *) Bugfix: the lines without trailing ";" in the file being included by 3656 *) Bugfix: the lines without trailing ";" in the file being included by
3636 the ngx_http_geo_module were silently ignored. 3657 the ngx_http_geo_module were silently ignored.
3637 3658
3638 *) Feature: the ngx_http_stub_status_module. 3659 *) Feature: the ngx_http_stub_status_module.