comparison docs/xml/nginx/changes.xml @ 671:cec32b3753ac release-0.3.57

nginx-0.3.57-RELEASE import *) 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 <igor@sysoev.ru>
date Wed, 09 Aug 2006 19:59:45 +0000
parents 562806624c4a
children b80f94fa2197
comparison
equal deleted inserted replaced
670:ba43c68592d0 671:cec32b3753ac
5 <change_log link="/nginx/changes.html" path="/nginx/" root=".." 5 <change_log link="/nginx/changes.html" path="/nginx/" root=".."
6 title="nginx"> 6 title="nginx">
7 7
8 <title lang="ru">Изменения в nginx</title> 8 <title lang="ru">Изменения в nginx</title>
9 <title lang="en">nginx changelog</title> 9 <title lang="en">nginx changelog</title>
10
11
12 <changes ver="0.3.57" date="09.08.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 переменная $ssl_client_serial.
17 </para>
18 <para lang="en">
19 the $ssl_client_serial variable.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 в операторе "!-e" в директиве if.<br/>
26 Спасибо Андриану Буданцову.
27 </para>
28 <para lang="en">
29 in the "!-e" operator of the "if" directive.<br/>
30 Thanks to Andrian Budanstov.
31 </para>
32 </change>
33
34 <change type="bugfix">
35 <para lang="ru">
36 при проверке клиентского сертификата nginx не передавал клиенту
37 информацию о требуемых сертификатах.
38 </para>
39 <para lang="en">
40 while a client certificate verification nginx did not send to a client
41 the required certificates information.
42 </para>
43 </change>
44
45 <change type="bugfix">
46 <para lang="ru">
47 переменная $document_root не поддерживала переменные в директиве root.
48 </para>
49 <para lang="en">
50 the $document_root variable did not support the variables in the "root"
51 directive.
52 </para>
53 </change>
54
55 </changes>
10 56
11 57
12 <changes ver="0.3.56" date="04.08.2006"> 58 <changes ver="0.3.56" date="04.08.2006">
13 59
14 <change type="feature"> 60 <change type="feature">