comparison auto/cc/conf @ 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 d0f7a625f27c
children
comparison
equal deleted inserted replaced
681:625501f84a6b 682:5cb5db9975ba
52 # gcc 2.7.2.3, 2.8.1, 2.95.4, egcs-1.1.2 52 # gcc 2.7.2.3, 2.8.1, 2.95.4, egcs-1.1.2
53 # 3.0.4, 3.1.1, 3.2.3, 3.3.2, 3.3.3, 3.3.4, 3.4.0, 3.4.2 53 # 3.0.4, 3.1.1, 3.2.3, 3.3.2, 3.3.3, 3.3.4, 3.4.0, 3.4.2
54 # 4.0.0, 4.0.1, 4.1.0 54 # 4.0.0, 4.0.1, 4.1.0
55 55
56 . auto/cc/gcc 56 . auto/cc/gcc
57 ;;
58
59 clang)
60 # Clang C compiler
61
62 . auto/cc/clang
57 ;; 63 ;;
58 64
59 icc) 65 icc)
60 # Intel C++ compiler 7.1, 8.0, 8.1 66 # Intel C++ compiler 7.1, 8.0, 8.1
61 67