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.
This commit is contained in:
Igor Sysoev 2006-08-09 19:59:45 +00:00
parent 8d1728faba
commit c55a104fcb
10 changed files with 287 additions and 115 deletions

View file

@ -9,6 +9,52 @@
<title lang="en">nginx changelog</title>
<changes ver="0.3.57" date="09.08.2006">
<change type="feature">
<para lang="ru">
ÐÅÒÅÍÅÎÎÁÑ $ssl_client_serial.
</para>
<para lang="en">
the $ssl_client_serial variable.
</para>
</change>
<change type="bugfix">
<para lang="ru">
× ÏÐÅÒÁÔÏÒÅ "!-e" × ÄÉÒÅËÔÉ×Å if.<br/>
óÐÁÓÉÂÏ áÎÄÒÉÁÎÕ âÕÄÁÎÃÏ×Õ.
</para>
<para lang="en">
in the "!-e" operator of the "if" directive.<br/>
Thanks to Andrian Budanstov.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÐÒÉ ÐÒÏ×ÅÒËÅ ËÌÉÅÎÔÓËÏÇÏ ÓÅÒÔÉÆÉËÁÔÁ nginx ÎÅ ÐÅÒÅÄÁ×ÁÌ ËÌÉÅÎÔÕ
ÉÎÆÏÒÍÁÃÉÀ Ï ÔÒÅÂÕÅÍÙÈ ÓÅÒÔÉÆÉËÁÔÁÈ.
</para>
<para lang="en">
while a client certificate verification nginx did not send to a client
the required certificates information.
</para>
</change>
<change type="bugfix">
<para lang="ru">
ÐÅÒÅÍÅÎÎÁÑ $document_root ÎÅ ÐÏÄÄÅÒÖÉ×ÁÌÁ ÐÅÒÅÍÅÎÎÙÅ × ÄÉÒÅËÔÉ×Å root.
</para>
<para lang="en">
the $document_root variable did not support the variables in the "root"
directive.
</para>
</change>
</changes>
<changes ver="0.3.56" date="04.08.2006">
<change type="feature">