comparison CHANGES @ 488:829f9a66a659 NGINX_0_7_56

nginx 0.7.56 *) Feature: nginx/Windows supports IPv6 in a "listen" directive of the HTTP module. *) Bugfix: in ngx_http_image_filter_module.
author Igor Sysoev <http://sysoev.ru>
date Mon, 11 May 2009 00:00:00 +0400
parents 6484cbba0222
children e66f886a8305
comparison
equal deleted inserted replaced
487:e98b980b4fe7 488:829f9a66a659
1
2 Changes with nginx 0.7.56 11 May 2009
3
4 *) Feature: nginx/Windows supports IPv6 in a "listen" directive of the
5 HTTP module.
6
7 *) Bugfix: in ngx_http_image_filter_module.
8
1 9
2 Changes with nginx 0.7.55 06 May 2009 10 Changes with nginx 0.7.55 06 May 2009
3 11
4 *) Bugfix: the http_XXX parameters in "proxy_cache_use_stale" and 12 *) Bugfix: the http_XXX parameters in "proxy_cache_use_stale" and
5 "fastcgi_cache_use_stale" directives did not work. 13 "fastcgi_cache_use_stale" directives did not work.
6 14
7 *) Bugfix: fastcgi cache did not cache header only responses. 15 *) Bugfix: fastcgi cache did not cache header only responses.
8 16
9 *) Bugfix: of "select() failed (9: Bad file descriptor)" error in 17 *) Bugfix: of "select() failed (9: Bad file descriptor)" error in
10 nginx/Unix and "select() failed (10022: ...)" error in nginx/Windows. 18 nginx/Unix and "select() failed (10038: ...)" error in nginx/Windows.
11 19
12 *) Bugfix: a segmentation fault might occur in worker process, if an 20 *) Bugfix: a segmentation fault might occur in worker process, if an
13 "debug_connection" directive was used; the bug had appeared in 21 "debug_connection" directive was used; the bug had appeared in
14 0.7.54. 22 0.7.54.
15 23