comparison auto/sources @ 518:4b0d7f0bf22b NGINX_0_8_6

nginx 0.8.6 *) Feature: the ngx_http_geoip_module. *) Bugfix: XSLT filter may fail with message "not well formed XML document" for valid XML document. Thanks to Kuramoto Eiji. *) Bugfix: now in MacOSX, Cygwin, and nginx/Windows locations given by a regular expression are always tested in case insensitive mode; *) Bugfix: now nginx/Windows ignores trailing dots in URI. Thanks to Hugo Leisink. *) Bugfix: name of file specified in --conf-path was not honored during installation; the bug had appeared in 0.6.6. Thanks to Maxim Dounin.
author Igor Sysoev <http://sysoev.ru>
date Mon, 20 Jul 2009 00:00:00 +0400
parents 829f9a66a659
children 40fd8d7b82f9 86dad910eeb6
comparison
equal deleted inserted replaced
516:0001f4fa0501 518:4b0d7f0bf22b
375 375
376 HTTP_GEO_MODULE=ngx_http_geo_module 376 HTTP_GEO_MODULE=ngx_http_geo_module
377 HTTP_GEO_SRCS=src/http/modules/ngx_http_geo_module.c 377 HTTP_GEO_SRCS=src/http/modules/ngx_http_geo_module.c
378 378
379 379
380 HTTP_GEOIP_MODULE=ngx_http_geoip_module
381 HTTP_GEOIP_SRCS=src/http/modules/ngx_http_geoip_module.c
382
383
380 HTTP_MAP_MODULE=ngx_http_map_module 384 HTTP_MAP_MODULE=ngx_http_map_module
381 HTTP_MAP_SRCS=src/http/modules/ngx_http_map_module.c 385 HTTP_MAP_SRCS=src/http/modules/ngx_http_map_module.c
382 386
383 387
384 HTTP_REFERER_MODULE=ngx_http_referer_module 388 HTTP_REFERER_MODULE=ngx_http_referer_module