comparison CHANGES.ru @ 220:559bc7ec214e NGINX_0_3_57

nginx 0.3.57 *) Feature: the $ssl_client_serial variable. *) Bugfix: in the "!-e" operator of the "if" directive. Thanks to Andrian Budanstov. *) Bugfix: while a client certificate verification nginx did not send to a client the required certificates information. *) Bugfix: the $document_root variable did not support the variables in the "root" directive.
author Igor Sysoev <http://sysoev.ru>
date Wed, 09 Aug 2006 00:00:00 +0400
parents 1bf60f8c5c9e
children dd6c66b5b0e2
comparison
equal deleted inserted replaced
219:8045828c3706 220:559bc7ec214e
1
2 Изменения в nginx 0.3.57 09.08.2006
3
4 *) Добавление: переменная $ssl_client_serial.
5
6 *) Исправление: в операторе "!-e" в директиве if.
7 Спасибо Андриану Буданцову.
8
9 *) Исправление: при проверке клиентского сертификата nginx не передавал
10 клиенту информацию о требуемых сертификатах.
11
12 *) Исправление: переменная $document_root не поддерживала переменные в
13 директиве root.
14
1 15
2 Изменения в nginx 0.3.56 04.08.2006 16 Изменения в nginx 0.3.56 04.08.2006
3 17
4 *) Добавление: директива dav_access. 18 *) Добавление: директива dav_access.
5 19