comparison docs/xml/nginx/changes.xml @ 519:12234c998d83 release-0.1.34

nginx-0.1.34-RELEASE import *) Bugfix: the worker process may got caught in an endless loop if the big response part were include by SSI. *) Bugfix: the variables set by the "set" directive were not available in SSI. *) Feature: the "autoindex_localtime" directive. *) Bugfix: the empty value of the "proxy_set_header" directive forbids the client request header line passing.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 26 May 2005 18:12:40 +0000
parents dadfa78d2270
children 6f00349b98e5
comparison
equal deleted inserted replaced
518:eeee5e6f5c48 519:12234c998d83
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.34" date="26.05.2005">
13
14 <change type="bugfix">
15 <para lang="ru">
16 при включении больших ответов с помощью SSI рабочий процесс мог зациклиться.
17 </para>
18 <para lang="en">
19 the worker process may got caught in an endless loop if the big response
20 part were include by SSI.
21 </para>
22 </change>
23
24 <change type="bugfix">
25 <para lang="ru">
26 переменные, устанавливаемые директивой "set", не были доступны в SSI.
27 </para>
28 <para lang="en">
29 the variables set by the "set" directive were not available in SSI.
30 </para>
31 </change>
32
33 <change type="feature">
34 <para lang="ru">
35 директива autoindex_localtime.
36 </para>
37 <para lang="en">
38 the "autoindex_localtime" directive.
39 </para>
40 </change>
41
42 <change type="bugfix">
43 <para lang="ru">
44 пустое значение в директиве proxy_set_header запрещает передачу заголовка.
45 </para>
46 <para lang="en">
47 the empty value of the "proxy_set_header" directive forbids the client
48 request header line passing.
49 </para>
50 </change>
51
52 </changes>
10 53
11 54
12 <changes ver="0.1.33" date="23.05.2005"> 55 <changes ver="0.1.33" date="23.05.2005">
13 56
14 <change type="bugfix"> 57 <change type="bugfix">