diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-07-07 09:43:21 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-07-07 09:43:21 +0000 |
commit | ebadc0e0fffa0586495f3fa9e3ff4a201b153b84 (patch) | |
tree | 41659e558e01d8abe1eb2441459138b88a413399 | |
parent | edf1c8c1b8a83a6592714516499a18adc830eeae (diff) | |
download | nginx-ebadc0e0fffa0586495f3fa9e3ff4a201b153b84.tar.gz nginx-ebadc0e0fffa0586495f3fa9e3ff4a201b153b84.zip |
nginx-0.7.6-RELEASErelease-0.7.6
-rw-r--r-- | docs/xml/nginx/changes.xml | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 0455da42b..252289b81 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,16 +9,42 @@ <title lang="en">nginx changelog</title> +<changes ver="0.7.6" date="07.07.2008"> + +<change type="bugfix"> +<para lang="ru"> +теперь при использовании переменных в директиве access_log +всегда проверяется существовании root'а для запроса. +</para> +<para lang="en"> +now if variables are used in the "access_log" directive +a request root existence is always tested. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +модуль ngx_http_flv_module не поддерживал несколько значений в +аргументах запроса. +</para> +<para lang="en"> +the ngx_http_flv_module did not support several values in a query string. +</para> +</change> + +</changes> + + <changes ver="0.7.5" date="01.07.2008"> <change> <para lang="ru"> Исправления в поддержке переменных в директиве access_log; -ошибка появилась в 0.7.4. +ошибки появилась в 0.7.4. </para> <para lang="en"> Bugfixes in variables support in the "access_log" directive; -the bug had appeared in 0.7.4. +the bugs had appeared in 0.7.4. </para> </change> |