comparison docs/xml/nginx/changes.xml @ 1595:5e68764f0d6e release-0.6.15

nginx-0.6.15-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 22 Oct 2007 11:16:55 +0000
parents 537b6ef014c4
children 158aa4e8cc46
comparison
equal deleted inserted replaced
1594:89ebc599c325 1595:5e68764f0d6e
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.6.15" date="22.10.2007">
13
14 <change type="feature">
15 <para lang="ru">
16 совместимость с cygwin.<br/>
17 Спасибо Владимиру Кутакову.
18 </para>
19 <para lang="en">
20 cygwin compatibility.<br/>
21 Thanks to Vladimir Kutakov.
22 </para>
23 </change>
24
25 <change type="feature">
26 <para lang="ru">
27 директива merge_slashes.
28 </para>
29 <para lang="en">
30 the "merge_slashes" directive.
31 </para>
32 </change>
33
34 <change type="feature">
35 <para lang="ru">
36 директива gzip_vary.
37 </para>
38 <para lang="en">
39 the "gzip_vary" directive.
40 </para>
41 </change>
42
43 <change type="feature">
44 <para lang="ru">
45 директива server_tokens.
46 </para>
47 <para lang="en">
48 the "server_tokens" directive.
49 </para>
50 </change>
51
52 <change type="bugfix">
53 <para lang="ru">
54 nginx не раскодировал URI в команде SSI include.
55 </para>
56 <para lang="en">
57 nginx did not unescape URI in the "include" SSI command.
58 </para>
59 </change>
60
61 <change type="bugfix">
62 <para lang="ru">
63 при использовании переменной в директивах charset или source_charset
64 на старте или во время переконфигурации происходил segmentation fault,
65 </para>
66 <para lang="en">
67 the segmentation fault was occurred on start or while reconfiguration
68 if variable was used in the "charset" or "source_charset" directives.
69 </para>
70 </change>
71
72 <change type="bugfix">
73 <para lang="ru">
74 nginx возвращал ошибку 400 на запросы вида
75 <nobr>"GET http://www.domain.com HTTP/1.0"</nobr>.<br/>
76 Спасибо James Oakley.
77 </para>
78 <para lang="en">
79 nginx returned the 400 response on requests like
80 <nobr>"GET http://www.domain.com HTTP/1.0"</nobr>.<br/>
81 Thanks to James Oakley.
82 </para>
83 </change>
84
85 <change type="bugfix">
86 <para lang="ru">
87 после перенаправления запроса с телом запроса с помощью директивы
88 error_page nginx пытался снова прочитать тело запроса;
89 ошибка появилась в 0.6.7.
90 </para>
91 <para lang="en">
92 if request with request body was redirected using the "error_page" directive,
93 then nginx tried to read the request body again;
94 bug appeared in 0.6.7.
95 </para>
96 </change>
97
98 <change type="bugfix">
99 <para lang="ru">
100 в рабочем процессе происходил segmentation fault, если у сервера,
101 обрабатывающему запрос, не был явно определён server_name;
102 ошибка появилась в 0.6.7.
103 </para>
104 <para lang="en">
105 a segmentation fault occurred in worker process
106 if no server_name was explicitly defined for server processing request;
107 bug appeared in 0.6.7.
108 </para>
109 </change>
110
111 </changes>
10 112
11 113
12 <changes ver="0.6.14" date="15.10.2007"> 114 <changes ver="0.6.14" date="15.10.2007">
13 115
14 <change type="change"> 116 <change type="change">