comparison CHANGES @ 302:9b7db0df50f0 NGINX_0_5_21

nginx 0.5.21 *) Bugfix: if server has more than about ten locations, then regex locations might be choosen not in that order as they were specified. *) Bugfix: a worker process may got caught in an endless loop on 64-bit platform, if the 33-rd or next in succession backend has failed. Thanks to Anton Povarov. *) Bugfix: a bus error might occur on Solaris/sparc64 if the PCRE library was used. Thanks to Andrei Nigmatulin. *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.
author Igor Sysoev <http://sysoev.ru>
date Mon, 28 May 2007 00:00:00 +0400
parents cba14c1e2a4b
children e4f4cbfed5f5
comparison
equal deleted inserted replaced
301:a025840de07d 302:9b7db0df50f0
1
2 Changes with nginx 0.5.21 28 May 2007
3
4 *) Bugfix: if server has more than about ten locations, then regex
5 locations may be choosen not in that order as they were specified.
6
7 *) Bugfix: a worker process may got caught in an endless loop on 64-bit
8 platform, if the 33-rd or next in succession backend has failed.
9 Thanks to Anton Povarov.
10
11 *) Bugfix: a bus error might occur on Solaris/sparc64 if the PCRE
12 library was used.
13 Thanks to Andrei Nigmatulin.
14
15 *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.
16
1 17
2 Changes with nginx 0.5.20 07 May 2007 18 Changes with nginx 0.5.20 07 May 2007
3 19
4 *) Feature: the "sendfile_max_chunk" directive. 20 *) Feature: the "sendfile_max_chunk" directive.
5 21