comparison CHANGES @ 682:5cb5db9975ba NGINX_1_3_4

nginx 1.3.4 *) Change: the "ipv6only" parameter is now turned on by default for listening IPv6 sockets. *) Feature: the Clang compiler support. *) Bugfix: extra listening sockets might be created. Thanks to Roman Odaisky. *) Bugfix: nginx/Windows might hog CPU if a worker process failed to start. Thanks to Ricardo Villalobos Guevara. *) Bugfix: the "proxy_pass_header", "fastcgi_pass_header", "scgi_pass_header", "uwsgi_pass_header", "proxy_hide_header", "fastcgi_hide_header", "scgi_hide_header", and "uwsgi_hide_header" directives might be inherited incorrectly.
author Igor Sysoev <http://sysoev.ru>
date Tue, 31 Jul 2012 00:00:00 +0400
parents 597573166f34
children 660139fd80ca
comparison
equal deleted inserted replaced
681:625501f84a6b 682:5cb5db9975ba
1
2 Changes with nginx 1.3.4 31 Jul 2012
3
4 *) Change: the "ipv6only" parameter is now turned on by default for
5 listening IPv6 sockets.
6
7 *) Feature: the Clang compiler support.
8
9 *) Bugfix: extra listening sockets might be created.
10 Thanks to Roman Odaisky.
11
12 *) Bugfix: nginx/Windows might hog CPU if a worker process failed to
13 start.
14 Thanks to Ricardo Villalobos Guevara.
15
16 *) Bugfix: the "proxy_pass_header", "fastcgi_pass_header",
17 "scgi_pass_header", "uwsgi_pass_header", "proxy_hide_header",
18 "fastcgi_hide_header", "scgi_hide_header", and "uwsgi_hide_header"
19 directives might be inherited incorrectly.
20
1 21
2 Changes with nginx 1.3.3 10 Jul 2012 22 Changes with nginx 1.3.3 10 Jul 2012
3 23
4 *) Feature: entity tags support and the "etag" directive. 24 *) Feature: entity tags support and the "etag" directive.
5 25