nginx 1.0.6v1.0.6
commitb258ad4b9a1da367e848401d903d5abcaf54f2fa
authorIgor Sysoev <igor@sysoev.ru>
Thu, 28 Jul 2011 20:00:00 +0000 (29 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Thu, 28 Jul 2011 20:00:00 +0000 (29 00:00 +0400)
tree6550241d150387ee636d56c2245b63ae33e9a8ea
parenteab452f132e1fcbd593a44d422fa184dad8ac746
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.
29 files changed:
CHANGES
CHANGES.ru
auto/cc/sunc
auto/os/linux
auto/unix
src/core/nginx.h
src/core/ngx_config.h
src/core/ngx_file.c
src/core/ngx_file.h
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl.h
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_scgi_module.c
src/http/modules/ngx_http_ssl_module.c
src/http/modules/ngx_http_ssl_module.h
src/http/modules/ngx_http_uwsgi_module.c
src/http/modules/perl/nginx.pm
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_file_cache.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h
src/http/ngx_http_upstream_round_robin.c
src/mail/ngx_mail_ssl_module.c
src/mail/ngx_mail_ssl_module.h
src/os/unix/ngx_files.h