comparison docs/xml/nginx/changes.xml @ 659:649c9063d0fd release-0.3.51

nginx-0.3.51-RELEASE import *) Bugfix: the "<" symbols might disappeared some conditions in the SSI; the bug had appeared in 0.3.50.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Jun 2006 12:19:32 +0000
parents 400711951595
children 9079ee4735ae
comparison
equal deleted inserted replaced
658:0de045bf51ad 659:649c9063d0fd
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.3.51" date="30.06.2006">
13
14 <change type="bugfix">
15 <para lang="ru">
16 при некоторых условиях в SSI мог пропадать символы "&lt;";
17 ошибка появилась в 0.3.50.
18 </para>
19 <para lang="en">
20 the "&lt;" symbols might disappeared some conditions in the SSI;
21 bug appeared in 0.3.50.
22 </para>
23 </change>
24
25 </changes>
10 26
11 27
12 <changes ver="0.3.50" date="28.06.2006"> 28 <changes ver="0.3.50" date="28.06.2006">
13 29
14 <change type="change"> 30 <change type="change">
46 </para> 62 </para>
47 </change> 63 </change>
48 64
49 <change type="bugfix"> 65 <change type="bugfix">
50 <para lang="ru"> 66 <para lang="ru">
51 символ "\" в парах "\"" и "\'" в SSI командах убирался только, если 67 символ "\" в парах "\"" и "\'" в SSI командах убирался, только если
52 также использовался символ "$". 68 также использовался символ "$".
53 </para> 69 </para>
54 <para lang="en"> 70 <para lang="en">
55 the "\" escape symbol in the "\"" and "\'" pairs in the SSI command 71 the "\" escape symbol in the "\"" and "\'" pairs in the SSI command
56 was removed only if the command also has the "$" symbol. 72 was removed only if the command also has the "$" symbol.
69 </change> 85 </change>
70 86
71 <change type="bugfix"> 87 <change type="bugfix">
72 <para lang="ru"> 88 <para lang="ru">
73 если в заголовке ответа была строка <nobr>"Content-Length: 0",</nobr> 89 если в заголовке ответа была строка <nobr>"Content-Length: 0",</nobr>
74 при использовании небуферизированного проксировании не закрывалось соединение 90 то при использовании небуферизированного проксировании не закрывалось соединение
75 с клиентом. 91 с клиентом.
76 </para> 92 </para>
77 <para lang="en"> 93 <para lang="en">
78 if the "Content-Length: 0" header line was in response, then 94 if the "Content-Length: 0" header line was in response, then
79 in nonbuffered proxying mode the client connection was not closed. 95 in nonbuffered proxying mode the client connection was not closed.