comparison CHANGES @ 296:2ceaee987f37 NGINX_0_5_18

nginx 0.5.18 *) Feature: the ngx_http_sub_filter_module. *) Feature: the "$upstream_http_..." variables. *) Feature: now the $upstream_status and $upstream_response_time variables keep data about all upstreams before X-Accel-Redirect. *) Bugfix: a segmentation fault occurred in master process after first reconfiguration and receiving any signal if nginx was built with ngx_http_perl_module and perl did not support multiplicity; bug appeared in 0.5.9. *) Bugfix: if perl did not support multiplicity, then after reconfiguration perl code did not work; bug appeared in 0.3.38.
author Igor Sysoev <http://sysoev.ru>
date Thu, 19 Apr 2007 00:00:00 +0400
parents 27d9d1f26b38
children 30862655219e
comparison
equal deleted inserted replaced
295:65b7ac8795e3 296:2ceaee987f37
1
2 Changes with nginx 0.5.18 19 Apr 2007
3
4 *) Feature: the ngx_http_sub_filter_module.
5
6 *) Feature: the "$upstream_http_..." variables.
7
8 *) Feature: now the $upstream_status and $upstream_response_time
9 variables keep data about all upstreams before X-Accel-Redirect.
10
11 *) Bugfix: a segmentation fault occurred in master process after first
12 reconfiguration and receiving any signal if nginx was built with
13 ngx_http_perl_module and perl did not support multiplicity; bug
14 appeared in 0.5.9.
15
16 *) Bugfix: if perl did not support multiplicity, then after
17 reconfiguration perl code did not work; bug appeared in 0.3.38.
18
1 19
2 Changes with nginx 0.5.17 02 Apr 2007 20 Changes with nginx 0.5.17 02 Apr 2007
3 21
4 *) Change: now nginx always returns the 405 status for the TRACE method. 22 *) Change: now nginx always returns the 405 status for the TRACE method.
5 23