comparison CHANGES @ 372:6639b93e81b2 NGINX_0_6_30

nginx 0.6.30 *) Change: now if an "include" directive pattern does not match any file, then nginx does not issue an error. *) Feature: now the time in directives may be specified without spaces, for example, "1h50m". *) Bugfix: memory leaks if the "ssl_verify_client" directive was on. Thanks to Chavelle Vincent. *) Bugfix: the "sub_filter" directive might set text to change into output. *) Bugfix: the "error_page" directive did not take into account arguments in redirected URI. *) Bugfix: now nginx always opens files in binary mode under Cygwin. *) Bugfix: nginx could not be built on OpenBSD; bug appeared in 0.6.15.
author Igor Sysoev <http://sysoev.ru>
date Tue, 29 Apr 2008 00:00:00 +0400
parents 9a242235a80a
children 67fa3851697b
comparison
equal deleted inserted replaced
371:b6a2a305fdad 372:6639b93e81b2
1
2 Changes with nginx 0.6.30 29 Apr 2008
3
4 *) Change: now if an "include" directive pattern does not match any
5 file, then nginx does not issue an error.
6
7 *) Feature: now the time in directives may be specified without spaces,
8 for example, "1h50m".
9
10 *) Bugfix: memory leaks if the "ssl_verify_client" directive was on.
11 Thanks to Chavelle Vincent.
12
13 *) Bugfix: the "sub_filter" directive might set text to change into
14 output.
15
16 *) Bugfix: the "error_page" directive did not take into account
17 arguments in redirected URI.
18
19 *) Bugfix: now nginx always opens files in binary mode under Cygwin.
20
21 *) Bugfix: nginx could not be built on OpenBSD; bug appeared in 0.6.15.
22
1 23
2 Changes with nginx 0.6.29 18 Mar 2008 24 Changes with nginx 0.6.29 18 Mar 2008
3 25
4 *) Feature: the ngx_google_perftools_module. 26 *) Feature: the ngx_google_perftools_module.
5 27
6 *) Bugfix: the ngx_http_perl_module could be not built on 64-bit 28 *) Bugfix: the ngx_http_perl_module could not be built on 64-bit
7 platforms; bug appeared in 0.6.27. 29 platforms; bug appeared in 0.6.27.
8 30
9 31
10 Changes with nginx 0.6.28 13 Mar 2008 32 Changes with nginx 0.6.28 13 Mar 2008
11 33
12 *) Bugfix: the rtsig method could be not built; bug appeared in 0.6.27. 34 *) Bugfix: the rtsig method could not be built; bug appeared in 0.6.27.
13 35
14 36
15 Changes with nginx 0.6.27 12 Mar 2008 37 Changes with nginx 0.6.27 12 Mar 2008
16 38
17 *) Change: now by default the rtsig method is not built on 39 *) Change: now by default the rtsig method is not built on
663 685
664 *) Bugfix: nginx did not work on Solaris/sparc64 if it was built by Sun 686 *) Bugfix: nginx did not work on Solaris/sparc64 if it was built by Sun
665 Studio. 687 Studio.
666 Thanks to Andrei Nigmatulin. 688 Thanks to Andrei Nigmatulin.
667 689
668 *) Bugfix: the ngx_http_perl_module could not built by Solaris make. 690 *) Bugfix: the ngx_http_perl_module could not be built by Solaris
691 make.
669 Thanks to Andrei Nigmatulin. 692 Thanks to Andrei Nigmatulin.
670 693
671 694
672 Changes with nginx 0.5.19 24 Apr 2007 695 Changes with nginx 0.5.19 24 Apr 2007
673 696