comparison docs/xml/nginx/changes.xml @ 897:13416db8a807 release-0.5.1

nginx-0.5.1-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 11 Dec 2006 10:00:05 +0000
parents 589ee12e8d7c
children 7cd557624b04
comparison
equal deleted inserted replaced
896:f247db60fc85 897:13416db8a807
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 <title lang="ru">Изменения в nginx</title> 8 <title lang="ru">Изменения в nginx</title>
9 <title lang="en">nginx changelog</title> 9 <title lang="en">nginx changelog</title>
10
11
12 <changes ver="0.5.1" date="11.12.2006">
13
14 <change type="bugfix">
15 <para lang="ru">
16 директива post_action могла не работать после неудачного завершения запроса.
17 </para>
18 <para lang="en">
19 the "post_action" directive might not run after a unsuccessful completion
20 of a request.
21 </para>
22 </change>
23
24 <change type="workaround">
25 <para lang="ru">
26 обход ошибки в Eudora для Mac;
27 ошибка появилась в 0.4.11.<br/>
28 Спасибо Bron Gondwana.
29 </para>
30 <para lang="en">
31 for Eudora for Mac;
32 bug appeared in 0.4.11.<br/>
33 Thanks to Bron Gondwana.
34 </para>
35 </change>
36
37 <change type="bugfix">
38 <para lang="ru">
39 при указании в директиве fastcgi_pass имени описанного upstream'а выдавалось
40 сообщение "no port in upstream";
41 ошибка появилась в 0.5.0.
42 </para>
43 <para lang="en">
44 if the "upstream" name was used in the "fastcgi_pass", then the message
45 "no port in upstream" was issued;
46 bug appeared in 0.5.0.
47 </para>
48 </change>
49
50 <change type="bugfix">
51 <para lang="ru">
52 если в директивах proxy_pass и fastcgi_pass использовались одинаковых имена
53 серверов, но с разными портами, то эти директивы использовали первый
54 описанный порт;
55 ошибка появилась в 0.5.0.
56 </para>
57 <para lang="en">
58 if the "proxy_pass" and "fastcgi_pass" directives used the same servers but
59 different ports, then these directives uses the first described port;
60 bug appeared in 0.5.0.
61 </para>
62 </change>
63
64 <change type="bugfix">
65 <para lang="ru">
66 если в директивах proxy_pass и fastcgi_pass использовались unix domain сокеты,
67 то эти директивы использовали первый описанный сокет;
68 ошибка появилась в 0.5.0.
69 </para>
70 <para lang="en">
71 if the "proxy_pass" and "fastcgi_pass" directives used the unix domain sockets,
72 then these directives used first described socket;
73 bug appeared in 0.5.0.
74 </para>
75 </change>
76
77 <change type="bugfix">
78 <para lang="ru">
79 ngx_http_auth_basic_module игнорировал пользователя, если он был указан
80 в последней строке файла паролей и после пароля не было перевода строки,
81 возврата каретки или символа ":".
82 </para>
83 <para lang="en">
84 ngx_http_auth_basic_module ignored the user if it was in the last line in
85 the password file and there was no the carriadge return, the line feed,
86 or the ":" symbol after the password.
87 </para>
88 </change>
89
90 <change type="bugfix">
91 <para lang="ru">
92 переменная $upstream_response_time могла быть равна "0.000", хотя время
93 обработки было больше 1 миллисекунды.
94 </para>
95 <para lang="en">
96 the $upstream_response_time variable might be equal to "0.000", although
97 response time was more than 1 millisecond.
98 </para>
99 </change>
100
101 </changes>
10 102
11 103
12 <changes ver="0.5.0" date="04.12.2006"> 104 <changes ver="0.5.0" date="04.12.2006">
13 105
14 <change type="change"> 106 <change type="change">