nginx 1.0.5v1.0.5
commiteab452f132e1fcbd593a44d422fa184dad8ac746
authorIgor Sysoev <igor@sysoev.ru>
Mon, 18 Jul 2011 20:00:00 +0000 (19 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Mon, 18 Jul 2011 20:00:00 +0000 (19 00:00 +0400)
treedae0e5d8a7d9a240a5bb5a1dd1e34862604476f4
parent23e6c7259e0174b13eba519ce9b4527cfb19bd36
nginx 1.0.5

    *) Change: now default SSL ciphers are "HIGH:!aNULL:!MD5".
       Thanks to Rob Stradling.

    *) Feature: the "referer_hash_max_size" and "referer_hash_bucket_size"
       directives.
       Thanks to Witold Filipczyk.

    *) Feature: $uid_reset variable.

    *) Bugfix: a segmentation fault might occur in a worker process, if a
       caching was used.
       Thanks to Lanshun Zhou.

    *) Bugfix: worker processes may got caught in an endless loop during
       reconfiguration, if a caching was used; the bug had appeared in
       0.8.48.
       Thanks to Maxim Dounin.

    *) Bugfix: "stalled cache updating" alert.
       Thanks to Maxim Dounin.
12 files changed:
CHANGES
CHANGES.ru
conf/nginx.conf
src/core/nginx.h
src/core/ngx_md5.c
src/http/modules/ngx_http_referer_module.c
src/http/modules/ngx_http_ssl_module.c
src/http/modules/ngx_http_userid_filter_module.c
src/http/modules/perl/nginx.pm
src/http/ngx_http_file_cache.c
src/http/ngx_http_upstream.c
src/mail/ngx_mail_ssl_module.c