comparison CHANGES.ru @ 690:b5b7eea22fda NGINX_1_3_8

nginx 1.3.8 *) Feature: the "optional_no_ca" parameter of the "ssl_verify_client" directive. Thanks to Mike Kazantsev and Eric O'Connor. *) Feature: the $bytes_sent, $connection, and $connection_requests variables can now be used not only in the "log_format" directive. Thanks to Benjamin Grössing. *) Feature: the "auto" parameter of the "worker_processes" directive. *) Bugfix: "cache file ... has md5 collision" alert. *) Bugfix: in the ngx_http_gunzip_filter_module. *) Bugfix: in the "ssl_stapling" directive.
author Igor Sysoev <http://sysoev.ru>
date Tue, 30 Oct 2012 00:00:00 +0400
parents f31b19fe7f48
children 6db6e93f55ee
comparison
equal deleted inserted replaced
689:4d942f0d1703 690:b5b7eea22fda
1
2 Изменения в nginx 1.3.8 30.10.2012
3
4 *) Добавление: параметр optional_no_ca директивы ssl_verify_client.
5 Спасибо Михаилу Казанцеву и Eric O'Connor.
6
7 *) Добавление: переменные $bytes_sent, $connection и
8 $connection_requests теперь можно использовать не только в директиве
9 log_format.
10 Спасибо Benjamin Grössing.
11
12 *) Добавление: параметр auto директивы worker_processes.
13
14 *) Исправление: сообщения "cache file ... has md5 collision".
15
16 *) Исправление: в модуле ngx_http_gunzip_filter_module.
17
18 *) Исправление: в директиве ssl_stapling.
19
1 20
2 Изменения в nginx 1.3.7 02.10.2012 21 Изменения в nginx 1.3.7 02.10.2012
3 22
4 *) Добавление: поддержка OCSP stapling. 23 *) Добавление: поддержка OCSP stapling.
5 Спасибо Comodo, DigiCert и GlobalSign за спонсирование разработки. 24 Спасибо Comodo, DigiCert и GlobalSign за спонсирование разработки.