comparison docs/xml/nginx/changes.xml @ 513:fbbf16224844 release-0.1.31

nginx-0.1.31-RELEASE import *) Bugfix: the response encrypted by SSL may not transferred complete. *) Bugfix: errors while processing FastCGI response by SSI. *) Bugfix: errors while using SSI and gzipping. *) Bugfix: the redirect with the 301 code was transferred without response body; the bug had appeared in 0.1.30.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 16 May 2005 13:53:20 +0000
parents c12967aadd87
children 417a087c9c4d
comparison
equal deleted inserted replaced
512:3be320f17dbb 513:fbbf16224844
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.1.31" date="16.05.2005">
13
14 <change type="bugfix">
15 <para lang="ru">
16 при использовании SSL ответ мог передаваться не до конца.
17 </para>
18 <para lang="en">
19 the response encrypted by SSL may not transferred complete.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 ошибки при обработке SSI в ответе, полученного от FastCGI-сервера.
26 </para>
27 <para lang="en">
28 errors while processing FastCGI response by SSI.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 ошибки при использовании SSI и сжатия.
35 </para>
36 <para lang="en">
37 errors while using SSI and gzipping.
38 </para>
39 </change>
40
41 <change type="bugfix">
42 <para lang="ru">
43 редирект с кодом 301 передавался без тела ответа;
44 ошибка появилась в 0.1.30.
45 </para>
46 <para lang="en">
47 the redirect with the 301 code was transferred without response body;
48 bug appeared in 0.1.30.
49 </para>
50 </change>
51
52 </changes>
10 53
11 54
12 <changes ver="0.1.30" date="14.05.2005"> 55 <changes ver="0.1.30" date="14.05.2005">
13 56
14 <change type="bugfix"> 57 <change type="bugfix">