comparison docs/xml/nginx/changes.xml @ 463:1f31dc6d33a3 release-0.1.6

nginx-0.1.6-RELEASE import *) Bugfix: some location directive combinations with the regular expressions caused the wrong configuration choose.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 Nov 2004 20:58:09 +0000
parents a88a3e4e158f
children 5aecc125bc33
comparison
equal deleted inserted replaced
462:ee5b8168154c 463:1f31dc6d33a3
4 4
5 <change_log link="/nginx/changes.html" path="/nginx/" root=".." 5 <change_log link="/nginx/changes.html" path="/nginx/" root=".."
6 title="nginx"> 6 title="nginx">
7 7
8 8
9 <changes ver="0.1.6" date="11.11.2004">
10
11 <change type="bugfix">
12 <para lang="ru">
13 при некоторых комбинациях директив location c регулярными выражениями
14 использовалась конфигурация не из того location.
15 </para>
16 <para lang="en">
17 some location directive combiations with the regular expressions caused
18 the wrong configuration choose.
19 </para>
20 </change>
21
22 </changes>
23
24
9 <changes ver="0.1.5" date="11.11.2004"> 25 <changes ver="0.1.5" date="11.11.2004">
10 26
11 <change type="bugfix"> 27 <change type="bugfix">
12 <para lang="ru"> 28 <para lang="ru">
13 на Solaris и Linux могло быть очень много сообщений "recvmsg() returned 29 на Solaris и Linux могло быть очень много сообщений "recvmsg() returned
20 </change> 36 </change>
21 37
22 <change type="bugfix"> 38 <change type="bugfix">
23 <para lang="ru"> 39 <para lang="ru">
24 в режиме прокси без использования sendfile на Solaris возникала 40 в режиме прокси без использования sendfile на Solaris возникала
25 ошибка "writev() failed (22: Invalid argument)". На других платформах, 41 ошибка "writev() failed <nobr>(22: Invalid argument)".</nobr>
26 не поддерживающих sendfile, процесс зацикливался. 42 На других платформах, не поддерживающих sendfile, процесс зацикливался.
27 </para> 43 </para>
28 <para lang="en"> 44 <para lang="en">
29 there were the "writev() failed (22: Invalid argument)" errors on 45 there were the "writev() failed <nobr>(22: Invalid argument)"</nobr> errors on
30 Solaris in proxy mode without sendfile. On other platforms that do not 46 Solaris in proxy mode without sendfile. On other platforms that do not
31 support sendfile at all the process got caught in an endless loop. 47 support sendfile at all the process got caught in an endless loop.
32 </para> 48 </para>
33 </change> 49 </change>
34 50