comparison CHANGES @ 314:d5ec0be9c835 NGINX_0_6_1

nginx 0.6.1 *) Bugfix: in SSI parsing. *) Bugfix: if remote SSI subrequest was used, then posterior local file subrequest might transferred to client in wrong order. *) Bugfix: large SSI inclusions buffered in temporary files were truncated. *) Bugfix: the perl $$ variable value in ngx_http_perl_module was equal to the master process identification number.
author Igor Sysoev <http://sysoev.ru>
date Sun, 17 Jun 2007 00:00:00 +0400
parents 429900ca25ee
children a6d84efa5106
comparison
equal deleted inserted replaced
313:a42b0aafacc1 314:d5ec0be9c835
1
2 Changes with nginx 0.6.1 17 Jun 2007
3
4 *) Bugfix: in SSI parsing.
5
6 *) Bugfix: if remote SSI subrequest was used, then posterior local file
7 subrequest might transferred to client in wrong order.
8
9 *) Bugfix: large SSI inclusions buffered in temporary files were
10 truncated.
11
12 *) Bugfix: the perl $$ variable value in ngx_http_perl_module was equal
13 to the master process identification number.
14
1 15
2 Changes with nginx 0.6.0 14 Jun 2007 16 Changes with nginx 0.6.0 14 Jun 2007
3 17
4 *) Feature: the "server_name", "map", and "valid_referers" directives 18 *) Feature: the "server_name", "map", and "valid_referers" directives
5 supports the "www.example.*" wildcards. 19 supports the "www.example.*" wildcards.