comparison docs/xml/nginx/changes.xml @ 521:6f00349b98e5 release-0.1.35

nginx-0.1.35-RELEASE import *) Feature: the "working_directory" directive. *) Feature: the "port_in_redirect" directive. *) Bugfix: the segmentation fault was occurred if the backend response header was in several packets; the bug had appeared in 0.1.29. *) Bugfix: if more than 10 servers were configured or some server did not use the "listen" directive, then the segmentation fault was occurred on the start. *) Bugfix: the segmentation fault might occur if the response was bigger than the temporary file. *) Bugfix: nginx returned the 400 response on requests like "GET http://www.domain.com/uri HTTP/1.0"; the bug had appeared in 0.1.28.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 07 Jun 2005 15:56:31 +0000
parents 12234c998d83
children 2019117e6b38
comparison
equal deleted inserted replaced
520:1fecc7e0d717 521:6f00349b98e5
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.35" date="07.06.2005">
13
14 <change type="feature">
15 <para lang="ru">
16 директива working_directory.
17 </para>
18 <para lang="en">
19 the "working_directory" directive.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 директива port_in_redirect.
26 </para>
27 <para lang="en">
28 the "port_in_redirect" directive.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 если заголовок ответа бэкенда не помещался в один пакет, то
35 происходил segmentation fault;
36 ошибка появилась в 0.1.29.
37 </para>
38 <para lang="en">
39 the segmentation fault was occurred if the backend response header was in
40 several packets;
41 bug appeared in 0.1.29.
42 </para>
43 </change>
44
45 <change type="bugfix">
46 <para lang="ru">
47 если было сконфигурировано более 10 серверов или в сервере не описана
48 директива "listen",
49 то при запуске мог произойти segmentation fault.
50 </para>
51 <para lang="en">
52 if more than 10 servers were configured or some server did not use the
53 "listen" directive, then the segmentation fault was occurred on the start.
54 </para>
55 </change>
56
57 <change type="bugfix">
58 <para lang="ru">
59 если ответ не помещался во временный файл,
60 то мог произойти segmentation fault.
61 </para>
62 <para lang="en">
63 the segmentation fault might occur if the response was bigger than
64 the temporary file.
65 </para>
66 </change>
67
68 <change type="bugfix">
69 <para lang="ru">
70 nginx возвращал ошибку 400 на запросы вида
71 <nobr>"GET http://www.domain.com/uri HTTP/1.0"</nobr>;
72 ошибка появилась в 0.1.28.
73 </para>
74 <para lang="en">
75 nginx returned the 400 response on requests like
76 <nobr>"GET http://www.domain.com/uri HTTP/1.0"</nobr>;
77 bug appeared in 0.1.28.
78 </para>
79 </change>
80
81 </changes>
10 82
11 83
12 <changes ver="0.1.34" date="26.05.2005"> 84 <changes ver="0.1.34" date="26.05.2005">
13 85
14 <change type="bugfix"> 86 <change type="bugfix">