nginx 1.1.0v1.1.0
commit52eb82fe95f666670fdaf15653ccb8d09c6c53a2
authorIgor Sysoev <igor@sysoev.ru>
Sun, 31 Jul 2011 20:00:00 +0000 (1 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 31 Jul 2011 20:00:00 +0000 (1 00:00 +0400)
treeebe6baa9770b6a5e2710c1c55996767f66c5815f
parenteab452f132e1fcbd593a44d422fa184dad8ac746
nginx 1.1.0

    *) Feature: cache loader run time decrease.

    *) Feature: "loader_files", "loader_sleep", and "loader_threshold"
       options of the "proxy/fastcgi/scgi/uwsgi_cache_path" directives.

    *) 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.
       Thanks to Maxim Dounin.

    *) Bugfix: in closing connection for pipelined requests.
       Thanks to Maxim Dounin.

    *) 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.
       Thanks to Maxim Dounin.

    *) Bugfix: memory leaks when a "proxy_pass" directive contains
       variables and proxies to an HTTPS backend.
       Thanks to Maxim Dounin.

    *) Bugfix: in parameter validaiton of a "proxy_pass" directive with
       variables.
       Thanks to Lanshun Zhou.

    *) Bugfix: SSL did not work on QNX.
       Thanks to Maxim Dounin.

    *) Bugfix: SSL modules could not be built by gcc 4.6 without
       --with-debug option.
27 files changed:
CHANGES
CHANGES.ru
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_cache.h
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