comparison src/http/modules/perl/nginx.pm @ 508: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 e8b686f230a8
children 24b676623d4f
comparison
equal deleted inserted replaced
507:0001f4fa0501 508:4b0d7f0bf22b
45 HTTP_SERVICE_UNAVAILABLE 45 HTTP_SERVICE_UNAVAILABLE
46 HTTP_GATEWAY_TIME_OUT 46 HTTP_GATEWAY_TIME_OUT
47 HTTP_INSUFFICIENT_STORAGE 47 HTTP_INSUFFICIENT_STORAGE
48 ); 48 );
49 49
50 our $VERSION = '0.8.5'; 50 our $VERSION = '0.8.6';
51 51
52 require XSLoader; 52 require XSLoader;
53 XSLoader::load('nginx', $VERSION); 53 XSLoader::load('nginx', $VERSION);
54 54
55 # Preloaded methods go here. 55 # Preloaded methods go here.