On Sat, Feb 21, 2009 at 09:39:05PM +0800, ?????? wrote:
Date: Sat, 21 Feb 2009 10:32:25 +0300
From: is...@rambler-co.ru
To: ngi...@sysoev.ru
Subject: nginx-0.7.36
Changes with nginx 0.7.36 21 Feb 2009
*) Feature: a preliminary IPv6 support; the "listen" directive of the
HTTP module supports IPv6.
*) Bugfix: the $ancient_browser variable did not work for browsers
preset by a "modern_browser" directives.
Usage:
./configure --with-ipv6 ...
http {
server {
listen *:8000; # ipv4
listen [::]:8000; # ipv6
listen [fe80::1]; # ipv6
Thanks for Igor's hard work, but the download link URL for nginx-0.7.36 on
Nginx.net not be updated.
Thank you.
Again, I hope someday we can compile nginx under MinGW, then we can get Windows
native version.
Probably, I will release soon a native binary, built by MSVC 8 on FreeBSD/Wine.