comparison CHANGES @ 374:67fa3851697b NGINX_0_6_31

nginx 0.6.31 *) Bugfix: nginx did not process FastCGI response if header was at the end of FastCGI record; bug appeared in 0.6.2. Thanks to Sergey Serov. *) Bugfix: a segmentation fault might occur in worker process if a file was deleted and the "open_file_cache_errors" directive was off.
author Igor Sysoev <http://sysoev.ru>
date Mon, 12 May 2008 00:00:00 +0400
parents 6639b93e81b2
children edf1cb6c328e
comparison
equal deleted inserted replaced
373:56370b6cb317 374:67fa3851697b
1
2 Changes with nginx 0.6.31 12 May 2008
3
4 *) Bugfix: nginx did not process FastCGI response if header was at the
5 end of FastCGI record; bug appeared in 0.6.2.
6 Thanks to Sergey Serov.
7
8 *) Bugfix: a segmentation fault might occur in worker process if a file
9 was deleted and the "open_file_cache_errors" directive was off.
10
1 11
2 Changes with nginx 0.6.30 29 Apr 2008 12 Changes with nginx 0.6.30 29 Apr 2008
3 13
4 *) Change: now if an "include" directive pattern does not match any 14 *) Change: now if an "include" directive pattern does not match any
5 file, then nginx does not issue an error. 15 file, then nginx does not issue an error.
6 16
7 *) Feature: now the time in directives may be specified without spaces, 17 *) Feature: now the time in directives may be specified without spaces,
8 for example, "1h50m". 18 for example, "1h50m".
9 19
10 *) Bugfix: memory leaks if the "ssl_verify_client" directive was on. 20 *) Bugfix: memory leaks if the "ssl_verify_client" directive was on.
11 Thanks to Chavelle Vincent. 21 Thanks to Chavelle Vincent.
12 22
13 *) Bugfix: the "sub_filter" directive might set text to change into 23 *) Bugfix: the "sub_filter" directive might set text to change into
14 output. 24 output.
15 25