comparison CHANGES @ 592:09d5f308901f NGINX_0_8_48

nginx 0.8.48 *) Change: now the "server_name" directive default value is an empty name "". Thanks to Gena Makhomed. *) Change: now the "server_name_in_redirect" directive default value is "off". *) Feature: the $geoip_dma_code, $geoip_area_code, and $geoip_region_name variables. Thanks to Christine McGonagle. *) Bugfix: the "proxy_pass", "fastcgi_pass", "uwsgi_pass", and "scgi_pass" directives were not inherited inside "limit_except" blocks. *) Bugfix: the "proxy_cache_min_uses", "fastcgi_cache_min_uses" "uwsgi_cache_min_uses", and "scgi_cache_min_uses" directives did not work; the bug had appeared in 0.8.46. *) Bugfix: the "fastcgi_split_path_info" directive used incorrectly captures, if only parts of an URI were captured. Thanks to Yuriy Taraday and Frank Enderle. *) Bugfix: the "rewrite" directive did not escape a ";" character during copying from URI to query string. Thanks to Daisuke Murase. *) Bugfix: the ngx_http_image_filter_module closed a connection, if an image was larger than "image_filter_buffer" size.
author Igor Sysoev <http://sysoev.ru>
date Tue, 03 Aug 2010 00:00:00 +0400
parents cde3626b2d0d
children 3436cf38d59e
comparison
equal deleted inserted replaced
591:8b891ad58d6a 592:09d5f308901f
1
2 Changes with nginx 0.8.48 03 Aug 2010
3
4 *) Change: now the "server_name" directive default value is an empty
5 name "".
6 Thanks to Gena Makhomed.
7
8 *) Change: now the "server_name_in_redirect" directive default value is
9 "off".
10
11 *) Feature: the $geoip_dma_code, $geoip_area_code, and
12 $geoip_region_name variables.
13 Thanks to Christine McGonagle.
14
15 *) Bugfix: the "proxy_pass", "fastcgi_pass", "uwsgi_pass", and
16 "scgi_pass" directives were not inherited inside "limit_except"
17 blocks.
18
19 *) Bugfix: the "proxy_cache_min_uses", "fastcgi_cache_min_uses"
20 "uwsgi_cache_min_uses", and "scgi_cache_min_uses" directives did not
21 work; the bug had appeared in 0.8.46.
22
23 *) Bugfix: the "fastcgi_split_path_info" directive used incorrectly
24 captures, if only parts of an URI were captured.
25 Thanks to Yuriy Taraday and Frank Enderle.
26
27 *) Bugfix: the "rewrite" directive did not escape a ";" character
28 during copying from URI to query string.
29 Thanks to Daisuke Murase.
30
31 *) Bugfix: the ngx_http_image_filter_module closed a connection, if an
32 image was larger than "image_filter_buffer" size.
33
1 34
2 Changes with nginx 0.8.47 28 Jul 2010 35 Changes with nginx 0.8.47 28 Jul 2010
3 36
4 *) Bugfix: $request_time variable had invalid values for subrequests. 37 *) Bugfix: $request_time variable had invalid values for subrequests.
5 38
6 *) Bugfix: errors intercepted by error_page could be cached. 39 *) Bugfix: errors intercepted by error_page could not be cached.
7 40
8 *) Bugfix: a cache manager process my got caught in an endless loop, if 41 *) Bugfix: a cache manager process my got caught in an endless loop, if
9 max_size parameter was used; the bug had appeared in 0.8.46. 42 max_size parameter was used; the bug had appeared in 0.8.46.
10 43
11 44