11 messages in ru.sysoev.nginxRe: nginx-0.7.36
FromSent OnAttachments
Igor SysoevFeb 20, 2009 11:32 pm 
Paul van der LindenFeb 21, 2009 1:53 am 
Igor SysoevFeb 21, 2009 2:17 am 
Kingsley ForemanFeb 21, 2009 2:43 am 
郭振立Feb 21, 2009 5:38 am 
Igor SysoevFeb 21, 2009 5:48 am 
Jim OhlsteinFeb 21, 2009 6:02 am 
Igor SysoevFeb 21, 2009 6:47 am 
Jim OhlsteinFeb 21, 2009 7:02 am 
Tobias lottFeb 21, 2009 7:23 am 
郭振立Feb 21, 2009 7:00 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: nginx-0.7.36Actions...
From:Igor Sysoev (is@rambler-co.ru)
Date:Feb 21, 2009 5:48:09 am
List:ru.sysoev.nginx

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.