comparison CHANGES @ 306:55328d69b335 NGINX_0_5_23

nginx 0.5.23 *) Feature: the ngx_http_ssl_module supports Server Name Indication TLS extension. *) Feature: the "fastcgi_catch_stderr" directive. Thanks to Nick S. Grechukh, OWOX project. *) Bugfix: a segmentation fault occurred in master process if two virtual servers should bind() to the overlapping ports. *) Bugfix: if nginx was built with ngx_http_perl_module and perl supported threads, then during second reconfiguration the error messages "panic: MUTEX_LOCK" and "perl_parse() failed" were issued. *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.
author Igor Sysoev <http://sysoev.ru>
date Mon, 04 Jun 2007 00:00:00 +0400
parents e4f4cbfed5f5
children 94e16de3c33f
comparison
equal deleted inserted replaced
305:892db29abb4f 306:55328d69b335
1
2 Changes with nginx 0.5.23 04 Jun 2007
3
4 *) Feature: the ngx_http_ssl_module supports Server Name Indication TLS
5 extension.
6
7 *) Feature: the "fastcgi_catch_stderr" directive.
8 Thanks to Nick S. Grechukh, OWOX project.
9
10 *) Bugfix: a segmentation fault occurred in master process if two
11 virtual servers should bind() to the overlapping ports.
12
13 *) Bugfix: if nginx was built with ngx_http_perl_module and perl
14 supported threads, then during second reconfiguration the error
15 messages "panic: MUTEX_LOCK" and "perl_parse() failed" were issued.
16
17 *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.
18
1 19
2 Changes with nginx 0.5.22 29 May 2007 20 Changes with nginx 0.5.22 29 May 2007
3 21
4 *) Bugfix: the big request body might not be passed to backend; bug 22 *) Bugfix: a big request body might not be passed to backend; bug
5 appeared in 0.5.21. 23 appeared in 0.5.21.
6 24
7 25
8 Changes with nginx 0.5.21 28 May 2007 26 Changes with nginx 0.5.21 28 May 2007
9 27