comparison CHANGES @ 332:3a91bfeffaba NGINX_0_6_10

nginx 0.6.10 *) Feature: the "open_file_cache", "open_file_cache_retest", and "open_file_cache_errors" directives. *) Bugfix: socket leak; bug appeared in 0.6.7. *) Bugfix: a charset set by the "charset" directive was not appended to the "Content-Type" header set by $r->send_http_header(). *) Bugfix: a segmentation fault might occur in worker process if /dev/poll method was used.
author Igor Sysoev <http://sysoev.ru>
date Mon, 03 Sep 2007 00:00:00 +0400
parents 5e3b425174f6
children 1c519aff5c0c
comparison
equal deleted inserted replaced
331:b69d5e83bf82 332:3a91bfeffaba
1
2 Changes with nginx 0.6.10 03 Sep 2007
3
4 *) Feature: the "open_file_cache", "open_file_cache_retest", and
5 "open_file_cache_errors" directives.
6
7 *) Bugfix: socket leak; bug appeared in 0.6.7.
8
9 *) Bugfix: a charset set by the "charset" directive was not appended to
10 the "Content-Type" header set by $r->send_http_header().
11
12 *) Bugfix: a segmentation fault might occur in worker process if
13 /dev/poll method was used.
14
1 15
2 Changes with nginx 0.6.9 28 Aug 2007 16 Changes with nginx 0.6.9 28 Aug 2007
3 17
4 *) Bugfix: a worker process may got caught in an endless loop, if the 18 *) Bugfix: a worker process may got caught in an endless loop, if the
5 HTTPS protocol was used; bug appeared in 0.6.7. 19 HTTPS protocol was used; bug appeared in 0.6.7.