nginx 0.8.31v0.8.31
commit05e41c4ac5f38cc6aeed3b8c403feee3825a3d80
authorIgor Sysoev <igor@sysoev.ru>
Tue, 22 Dec 2009 21:00:00 +0000 (23 00:00 +0300)
committerKirill A. Korinskiy <catap@catap.ru>
Tue, 22 Dec 2009 21:00:01 +0000 (23 00:00 +0300)
tree6334e2246e8a5ab1655b025e61058d9d3c5993d0
parent26b02bdcdbcec384daaf52a43ccb1e716962e5a2
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.
23 files changed:
CHANGES
CHANGES.ru
auto/cc/gcc
src/core/nginx.c
src/core/nginx.h
src/core/ngx_file.c
src/core/ngx_palloc.c
src/core/ngx_palloc.h
src/http/modules/ngx_http_degradation_module.c
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_geoip_module.c
src/http/modules/ngx_http_image_filter_module.c
src/http/modules/ngx_http_memcached_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/perl/nginx.pm
src/http/ngx_http.c
src/http/ngx_http.h
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_file_cache.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h
src/os/unix/ngx_channel.c