comparison CHANGES @ 534:a52c99698e7f NGINX_0_8_19

nginx 0.8.19 *) Change: now SSLv2 protocol is disabled by default. *) Change: now default SSL ciphers are "ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM". *) Bugfix: a "limit_req" directive did not work; the bug had appeared in 0.8.18.
author Igor Sysoev <http://sysoev.ru>
date Tue, 06 Oct 2009 00:00:00 +0400
parents f7ec98e3caeb
children 0dc162a5f3e8
comparison
equal deleted inserted replaced
533:4a44adbff19a 534:a52c99698e7f
1
2 Changes with nginx 0.8.19 06 Oct 2009
3
4 *) Change: now SSLv2 protocol is disabled by default.
5
6 *) Change: now default SSL ciphers are "ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM".
7
8 *) Bugfix: a "limit_req" directive did not work; the bug had appeared
9 in 0.8.18.
10
1 11
2 Changes with nginx 0.8.18 06 Oct 2009 12 Changes with nginx 0.8.18 06 Oct 2009
3 13
4 *) Feature: the "read_ahead" directive. 14 *) Feature: the "read_ahead" directive.
5 15
6 *) Feature: now several "perl_modules" directive may be used. 16 *) Feature: now several "perl_modules" directives may be used.
7 17
8 *) Feature: the "limit_req_log_level" and "limit_conn_log_level" 18 *) Feature: the "limit_req_log_level" and "limit_conn_log_level"
9 directives. 19 directives.
10 20
11 *) Bugfix: now "limit_req" directive conforms to the leaky bucket 21 *) Bugfix: now "limit_req" directive conforms to the leaky bucket