diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-08-09 19:59:45 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2006-08-09 19:59:45 +0000 |
| commit | c55a104fcb42f5bbd1fd417dfef5b8696dc81621 (patch) | |
| tree | 7f930f05016456e2a57a8d75564c2067b81d9ad4 /docs/xml/nginx | |
| parent | 8d1728fabad981760233be9925417e9f0c35d5c7 (diff) | |
| download | nginx-c55a104fcb42f5bbd1fd417dfef5b8696dc81621.tar.gz nginx-c55a104fcb42f5bbd1fd417dfef5b8696dc81621.tar.bz2 | |
nginx-0.3.57-RELEASE importrelease-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.
Diffstat (limited to '')
| -rw-r--r-- | docs/xml/nginx/changes.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 20ec3b033..9daa7f9ea 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -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"> |
