comparison auto/unix @ 632:65fd8be45530 NGINX_1_0_6

nginx 1.0.6 *) Feature: cache loader run time decrease. *) Feature: loading time decrease of configuration with large number of HTTPS sites. *) Feature: now nginx supports ECDHE key exchange ciphers. Thanks to Adrian Kotelba. *) Feature: the "lingering_close" directive. *) Feature: now shared zones and caches use POSIX semaphores on Solaris. Thanks to Den Ivanov. *) Bugfix: nginx could not be built on Linux 3.0. *) Bugfix: a segmentation fault might occur in a worker process if "fastcgi/scgi/uwsgi_param" directives were used with values starting with "HTTP_"; the bug had appeared in 0.8.40. *) Bugfix: in closing connection for pipelined requests. *) Bugfix: nginx did not disable gzipping if client sent "gzip;q=0" in "Accept-Encoding" request header line. *) Bugfix: in timeout in unbuffered proxied mode. *) Bugfix: memory leaks when a "proxy_pass" directive contains variables and proxies to an HTTPS backend. *) Bugfix: in parameter validaiton of a "proxy_pass" directive with variables. Thanks to Lanshun Zhou. *) Bugfix: SSL did not work on QNX. *) Bugfix: SSL modules could not be built by gcc 4.6 without --with-debug option.
author Igor Sysoev <http://sysoev.ru>
date Fri, 29 Jul 2011 00:00:00 +0400
parents 83b58b182b76
children 692f4d4d7f10
comparison
equal deleted inserted replaced
631:9b978fa3cd33 632:65fd8be45530
618 CORE_LIBS="$CORE_LIBS -lpthread" 618 CORE_LIBS="$CORE_LIBS -lpthread"
619 fi 619 fi
620 fi 620 fi
621 621
622 622
623 if [ $ngx_found = no ]; then
624
625 # Solaris has POSIX semaphores in librt
626 ngx_feature="POSIX semaphores in librt"
627 ngx_feature_libs=-lrt
628 . auto/feature
629
630 if [ $ngx_found = yes ]; then
631 CORE_LIBS="$CORE_LIBS -lrt"
632 fi
633 fi
634
635
623 ngx_feature="struct msghdr.msg_control" 636 ngx_feature="struct msghdr.msg_control"
624 ngx_feature_name="NGX_HAVE_MSGHDR_MSG_CONTROL" 637 ngx_feature_name="NGX_HAVE_MSGHDR_MSG_CONTROL"
625 ngx_feature_run=no 638 ngx_feature_run=no
626 ngx_feature_incs="#include <sys/socket.h>" 639 ngx_feature_incs="#include <sys/socket.h>"
627 ngx_feature_path= 640 ngx_feature_path=