comparison CHANGES @ 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 e8b686f230a8
children 24b676623d4f
comparison
equal deleted inserted replaced
516:0001f4fa0501 518:4b0d7f0bf22b
1
2 Changes with nginx 0.8.6 20 Jul 2009
3
4 *) Feature: the ngx_http_geoip_module.
5
6 *) Bugfix: XSLT filter may fail with message "not well formed XML
7 document" for valid XML document.
8 Thanks to Kuramoto Eiji.
9
10 *) Bugfix: now in MacOSX, Cygwin, and nginx/Windows locations given by
11 a regular expression are always tested in case insensitive mode;
12
13 *) Bugfix: now nginx/Windows ignores trailing dots in URI.
14 Thanks to Hugo Leisink.
15
16 *) Bugfix: name of file specified in --conf-path was not honored during
17 installation; the bug had appeared in 0.6.6.
18 Thanks to Maxim Dounin.
19
1 20
2 Changes with nginx 0.8.5 13 Jul 2009 21 Changes with nginx 0.8.5 13 Jul 2009
3 22
4 *) Bugfix: now nginx allows underscores in a request method. 23 *) Bugfix: now nginx allows underscores in a request method.
5 24