comparison CHANGES @ 244:500a3242dff6 NGINX_0_4_7

nginx 0.4.7 *) Feature: the ngx_http_flv_module. *) Feature: the $request_body_file variable. *) Feature: the "charset" and "source_charset" directives support the variables. *) Bugfix: if an "include" SSI command were before another "include" SSI command with an "wait" parameter, then the "wait" parameter might not work. *) Bugfix: if the "proxy_buffering off" directive was used or while working with memcached the connections might not be closed on timeout. *) Bugfix: nginx did not run on 64-bit platforms except amd64, sparc64, and ppc64.
author Igor Sysoev <http://sysoev.ru>
date Tue, 10 Oct 2006 00:00:00 +0400
parents ff906029dd40
children b52bd034c577
comparison
equal deleted inserted replaced
243:d371c9d33781 244:500a3242dff6
1
2 Changes with nginx 0.4.7 10 Oct 2006
3
4 *) Feature: the ngx_http_flv_module.
5
6 *) Feature: the $request_body_file variable.
7
8 *) Feature: the "charset" and "source_charset" directives support the
9 variables.
10
11 *) Bugfix: if before an "include" SSI command with an "wait" parameter
12 were yet another "include" SSI command, then the "wait" parameter
13 might not work.
14
15 *) Bugfix: if the "proxy_buffering off" directive was used or while
16 working with memcached the connections might not be closed on
17 timeout.
18
19 *) Bugfix: nginx did not run on 64-bit platforms except amd64, sparc64,
20 and ppc64.
21
1 22
2 Changes with nginx 0.4.6 06 Oct 2006 23 Changes with nginx 0.4.6 06 Oct 2006
3 24
4 *) Bugfix: nginx did not run on 64-bit platforms except amd64, sparc64, 25 *) Bugfix: nginx did not run on 64-bit platforms except amd64, sparc64,
5 and ppc64. 26 and ppc64.