diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-11-11 20:58:09 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-11-11 20:58:09 +0000 |
commit | 2a3f4908056a2cf19eab57cd00c0537fa7622482 (patch) | |
tree | 0c597749798af8ebeed5a2bc7c93976025662590 /docs | |
parent | 656f663caa03b0318a0d46ff9f312422826c04f2 (diff) | |
download | nginx-release-0.1.6.tar.gz nginx-release-0.1.6.zip |
nginx-0.1.6-RELEASE importrelease-0.1.6
*) Bugfix: some location directive combinations with the regular
expressions caused the wrong configuration choose.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/nginx/changes.xml | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 52360471c..48f48c0fd 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -6,6 +6,22 @@ title="nginx"> +<changes ver="0.1.6" date="11.11.2004"> + +<change type="bugfix"> +<para lang="ru"> +при некоторых комбинациях директив location c регулярными выражениями +использовалась конфигурация не из того location. +</para> +<para lang="en"> +some location directive combiations with the regular expressions caused +the wrong configuration choose. +</para> +</change> + +</changes> + + <changes ver="0.1.5" date="11.11.2004"> <change type="bugfix"> @@ -22,11 +38,11 @@ alerts. <change type="bugfix"> <para lang="ru"> в режиме прокси без использования sendfile на Solaris возникала -ошибка "writev() failed (22: Invalid argument)". На других платформах, -не поддерживающих sendfile, процесс зацикливался. +ошибка "writev() failed <nobr>(22: Invalid argument)".</nobr> +На других платформах, не поддерживающих sendfile, процесс зацикливался. </para> <para lang="en"> -there were the "writev() failed (22: Invalid argument)" errors on +there were the "writev() failed <nobr>(22: Invalid argument)"</nobr> errors on Solaris in proxy mode without sendfile. On other platforms that do not support sendfile at all the process got caught in an endless loop. </para> |