comparison CHANGES @ 198:e6da4931e0e0 NGINX_0_3_46

nginx 0.3.46 *) Feature: the "proxy_hide_header", "proxy_pass_header", "fastcgi_hide_header", and "fastcgi_pass_header" directives. *) Change: the "proxy_pass_x_powered_by", "fastcgi_x_powered_by", and "proxy_pass_server" directives were canceled. *) Feature: the "X-Accel-Buffering" response header line is supported in proxy mode. *) Bugfix: the reconfiguration bug and memory leaks in the ngx_http_perl_module.
author Igor Sysoev <http://sysoev.ru>
date Thu, 11 May 2006 00:00:00 +0400
parents 8759b346e431
children d2ae1c9f1fd3
comparison
equal deleted inserted replaced
197:93658b91fad2 198:e6da4931e0e0
1
2 Changes with nginx 0.3.46 11 May 2006
3
4 *) Feature: the "proxy_hide_header", "proxy_pass_header",
5 "fastcgi_hide_header", and "fastcgi_pass_header" directives.
6
7 *) Change: the "proxy_pass_x_powered_by", "fastcgi_x_powered_by", and
8 "proxy_pass_server" directives were canceled.
9
10 *) Feature: the "X-Accel-Buffering" response header line is supported
11 in proxy mode.
12
13 *) Bugfix: the reconfiguration bug and memory leaks in the
14 ngx_http_perl_module.
15
1 16
2 Changes with nginx 0.3.45 06 May 2006 17 Changes with nginx 0.3.45 06 May 2006
3 18
4 *) Feature: the "ssl_verify_client", "ssl_verify_depth", and 19 *) Feature: the "ssl_verify_client", "ssl_verify_depth", and
5 "ssl_client_certificate" directives. 20 "ssl_client_certificate" directives.
243 request. 258 request.
244 259
245 260
246 Changes with nginx 0.3.28 16 Feb 2006 261 Changes with nginx 0.3.28 16 Feb 2006
247 262
248 *) Feature: the "restrict_host_names" directive is canceled. 263 *) Feature: the "restrict_host_names" directive was canceled.
249 264
250 *) Feature: the --with-cpu-opt=ppc64 configuration parameter. 265 *) Feature: the --with-cpu-opt=ppc64 configuration parameter.
251 266
252 *) Bugfix: on some condition the proxied connection with a client was 267 *) Bugfix: on some condition the proxied connection with a client was
253 terminated prematurely. 268 terminated prematurely.
335 Changes with nginx 0.3.22 17 Jan 2006 350 Changes with nginx 0.3.22 17 Jan 2006
336 351
337 *) Feature: the ngx_http_perl_module supports the $r->args and 352 *) Feature: the ngx_http_perl_module supports the $r->args and
338 $r->unescape methods. 353 $r->unescape methods.
339 354
340 *) Feature: the method $r->query_string of ngx_http_perl_module is 355 *) Feature: the method $r->query_string of ngx_http_perl_module was
341 canceled. 356 canceled.
342 357
343 *) Bugfix: segmentation fault was occurred if the "none" or "blocked" 358 *) Bugfix: segmentation fault was occurred if the "none" or "blocked"
344 values was specified in the "valid_referers" directive; bug appeared 359 values was specified in the "valid_referers" directive; bug appeared
345 in 0.3.18. 360 in 0.3.18.
839 Thanks to Alexandr Kukushkin. 854 Thanks to Alexandr Kukushkin.
840 855
841 856
842 Changes with nginx 0.1.45 08 Sep 2005 857 Changes with nginx 0.1.45 08 Sep 2005
843 858
844 *) Change: the "ssl_engine" directive is canceled in the 859 *) Change: the "ssl_engine" directive was canceled in the
845 ngx_http_ssl_module and now is introduced at global level. 860 ngx_http_ssl_module and now is introduced at global level.
846 861
847 *) Bugfix: the responses with SSI subrequests did not transferred via 862 *) Bugfix: the responses with SSI subrequests did not transferred via
848 SSL connection. 863 SSL connection.
849 864
913 928
914 929
915 Changes with nginx 0.1.39 14 Jul 2005 930 Changes with nginx 0.1.39 14 Jul 2005
916 931
917 *) The changes in the ngx_http_charset_module: the "default_charset" 932 *) The changes in the ngx_http_charset_module: the "default_charset"
918 directive is canceled; the "charset" directive sets the response 933 directive was canceled; the "charset" directive sets the response
919 charset; the "source_charset" directive sets the source charset only. 934 charset; the "source_charset" directive sets the source charset only.
920 935
921 *) Bugfix: the backend "WWW-Authenticate" header line did not 936 *) Bugfix: the backend "WWW-Authenticate" header line did not
922 transferred while the 401 response code redirecting. 937 transferred while the 401 response code redirecting.
923 938
1131 *) Change: the ngx_http_proxy_module was rewritten. 1146 *) Change: the ngx_http_proxy_module was rewritten.
1132 1147
1133 *) Feature: the "proxy_redirect", "proxy_pass_request_headers", 1148 *) Feature: the "proxy_redirect", "proxy_pass_request_headers",
1134 "proxy_pass_request_body", and "proxy_method" directives. 1149 "proxy_pass_request_body", and "proxy_method" directives.
1135 1150
1136 *) Feature: the "proxy_set_header" directive. The "proxy_x_var" is 1151 *) Feature: the "proxy_set_header" directive. The "proxy_x_var" was
1137 canceled and must be replaced with the proxy_set_header directive. 1152 canceled and must be replaced with the proxy_set_header directive.
1138 1153
1139 *) Change: the "proxy_preserve_host" is canceled and must be replaced 1154 *) Change: the "proxy_preserve_host" is canceled and must be replaced
1140 with the "proxy_set_header Host $host" and the "proxy_redirect off" 1155 with the "proxy_set_header Host $host" and the "proxy_redirect off"
1141 directives, the "proxy_set_header Host $host:$proxy_port" directive 1156 directives, the "proxy_set_header Host $host:$proxy_port" directive