diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2005-12-28 14:23:52 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2005-12-28 14:23:52 +0000 |
| commit | 3ca233ee5cc0e00fc0d854f779ba5c78cf6b0cba (patch) | |
| tree | 082164b43d8c98923c587524bddf19fdab2e13f0 /docs/xml/nginx | |
| parent | b0b4973576eead9175faa089e66bdc33b698941d (diff) | |
| download | nginx-3ca233ee5cc0e00fc0d854f779ba5c78cf6b0cba.tar.gz nginx-3ca233ee5cc0e00fc0d854f779ba5c78cf6b0cba.tar.bz2 | |
nginx-0.3.19-RELEASE importrelease-0.3.19
*) Feature: the "path" and "alias" directives support the variables.
*) Change: now the "valid_referers" directive again checks the URI part.
*) Bugfix: in SSI handling.
Diffstat (limited to 'docs/xml/nginx')
| -rw-r--r-- | docs/xml/nginx/changes.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index b25bda954..b71341daf 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,38 @@ <title lang="en">nginx changelog</title> +<changes ver="0.3.19" date="28.12.2005"> + +<change type="feature"> +<para lang="ru"> +директивы path и alias поддерживают переменные. +</para> +<para lang="en"> +the "path" and "alias" directives support the variables. +</para> +</change> + +<change type="change"> +<para lang="ru"> +теперь директива valid_referers опять учитывает URI. +</para> +<para lang="en"> +now the "valid_referers" directive again checks the URI part. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +ошибки в обработке SSI. +</para> +<para lang="en"> +in SSI handling. +</para> +</change> + +</changes> + + <changes ver="0.3.18" date="26.12.2005"> <change type="feature"> |
