comparison CHANGES @ 332:2eea67ed0bc2 NGINX_0_5_36

nginx 0.5.36 *) Bugfix: the "sub_filter" directive might set text to change into output. *) Bugfix: a segmentation fault occurred in worker process, if empty stub block was used second time in SSI. *) Bugfix: the "proxy_store" and "fastcgi_store" directives did not check a response length. *) Bugfix: nginx issued the bogus error message "SSL_shutdown() failed (SSL: )"; bug appeared in 0.5.35. *) Bugfix: in HTTPS mode requests might fail with the "bad write retry" error; bug appeared in 0.5.35. *) Bugfix: the "fastcgi_catch_stderr" directive did return error code; now it returns 502 code, that can be rerouted to a next server using the "fastcgi_next_upstream invalid_header" directive. *) Bugfix: a segmentation fault occurred in master process if the "fastcgi_catch_stderr" directive was used; bug appeared in 0.5.32. Thanks to Manlio Perillo.
author Igor Sysoev <http://sysoev.ru>
date Sun, 04 May 2008 00:00:00 +0400
parents c60beecc6ab5
children 42974b9e97b5
comparison
equal deleted inserted replaced
331:27fb10cee3fd 332:2eea67ed0bc2
1
2 Changes with nginx 0.5.36 04 May 2008
3
4 *) Bugfix: the "sub_filter" directive might set text to change into
5 output.
6
7 *) Bugfix: a segmentation fault occurred in worker process, if empty
8 stub block was used second time in SSI.
9
10 *) Bugfix: the "proxy_store" and "fastcgi_store" directives did not
11 check a response length.
12
13 *) Bugfix: nginx issued the bogus error message "SSL_shutdown() failed
14 (SSL: )"; bug appeared in 0.5.35.
15
16 *) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
17 error; bug appeared in 0.5.35.
18
19 *) Bugfix: the "fastcgi_catch_stderr" directive did return error code;
20 now it returns 502 code, that can be rerouted to a next server using
21 the "fastcgi_next_upstream invalid_header" directive.
22
23 *) Bugfix: a segmentation fault occurred in master process if the
24 "fastcgi_catch_stderr" directive was used; bug appeared in
25 0.5.32.
26 Thanks to Manlio Perillo.
27
1 28
2 Changes with nginx 0.5.35 08 Jan 2008 29 Changes with nginx 0.5.35 08 Jan 2008
3 30
4 *) Change: now the ngx_http_userid_module adds start time microseconds 31 *) Change: now the ngx_http_userid_module adds start time microseconds
5 to the cookie field contains a pid value. 32 to the cookie field contains a pid value.
342 369
343 *) Bugfix: nginx did not work on Solaris/sparc64 if it was built by Sun 370 *) Bugfix: nginx did not work on Solaris/sparc64 if it was built by Sun
344 Studio. 371 Studio.
345 Thanks to Andrei Nigmatulin. 372 Thanks to Andrei Nigmatulin.
346 373
347 *) Bugfix: the ngx_http_perl_module could not built by Solaris make. 374 *) Bugfix: the ngx_http_perl_module could not be built by Solaris
375 make.
348 Thanks to Andrei Nigmatulin. 376 Thanks to Andrei Nigmatulin.
349 377
350 378
351 Changes with nginx 0.5.19 24 Apr 2007 379 Changes with nginx 0.5.19 24 Apr 2007
352 380