comparison CHANGES @ 570:2da4537168f8 NGINX_0_8_31

nginx 0.8.31 *) Feature: now the "error_page" directive may redirect the 301 and 302 responses. *) Feature: the $geoip_city_continent_code, $geoip_latitude, and $geoip_longitude variables. Thanks to Arvind Sundararajan. *) Feature: now the ngx_http_image_filter_module deletes always EXIF and other application specific data if the data consume more than 5% of a JPEG file. *) Bugfix: nginx closed a connection if a cached response had an empty body. Thanks to Piotr Sikora. *) Bugfix: nginx might not be built by gcc 4.x if the -O2 or higher optimization option was used. Thanks to Maxim Dounin and Denis F. Latypoff. *) Bugfix: regular expressions in location were always tested in case-sensitive mode; the bug had appeared in 0.8.25. *) Bugfix: nginx cached a 304 response if there was the "If-None-Match" header line in a proxied request. Thanks to Tim Dettrick and David Kostal. *) Bugfix: nginx/Windows tried to delete a temporary file twice if the file should replace an already existent file.
author Igor Sysoev <http://sysoev.ru>
date Wed, 23 Dec 2009 00:00:00 +0300
parents 25255878df91
children daf4847b43ff
comparison
equal deleted inserted replaced
569:72104cd120ec 570:2da4537168f8
1
2 Changes with nginx 0.8.31 23 Dec 2009
3
4 *) Feature: now the "error_page" directive may redirect the 301 and 302
5 responses.
6
7 *) Feature: the $geoip_city_continent_code, $geoip_latitude, and
8 $geoip_longitude variables.
9 Thanks to Arvind Sundararajan.
10
11 *) Feature: now the ngx_http_image_filter_module deletes always EXIF
12 and other application specific data if the data consume more than 5%
13 of a JPEG file.
14
15 *) Bugfix: nginx closed a connection if a cached response had an empty
16 body.
17 Thanks to Piotr Sikora.
18
19 *) Bugfix: nginx might not be built by gcc 4.x if the -O2 or higher
20 optimization option was used.
21 Thanks to Maxim Dounin and Denis F. Latypoff.
22
23 *) Bugfix: regular expressions in location were always tested in
24 case-sensitive mode; the bug had appeared in 0.8.25.
25
26 *) Bugfix: nginx cached a 304 response if there was the "If-None-Match"
27 header line in a proxied request.
28 Thanks to Tim Dettrick and David Kostal.
29
30 *) Bugfix: nginx/Windows tried to delete a temporary file twice if the
31 file should replace an already existent file.
32
1 33
2 Changes with nginx 0.8.30 15 Dec 2009 34 Changes with nginx 0.8.30 15 Dec 2009
3 35
4 *) Change: now the default buffer size of the 36 *) Change: now the default buffer size of the
5 "large_client_header_buffers" directive is 8K. 37 "large_client_header_buffers" directive is 8K.