comparison docs/xml/nginx/changes.xml @ 2015:0a189588830b release-0.7.0

nginx-0.7.0-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 May 2008 10:34:41 +0000
parents d4288915bba7
children 6ab27a06f334
comparison
equal deleted inserted replaced
2014:4151c33e4dfa 2015:0a189588830b
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.7.0" date="19.05.2008">
13
14 <change type="change">
15 <para lang="ru">
16 теперь символы 0x00-0x1F, '"' и '\' в access_log записываются в виде \xXX.<br/>
17 Спасибо Максиму Дунину.
18 </para>
19 <para lang="en">
20 now the 0x00-0x1F, '"' and '\' characters are escaped as \xXX in an
21 access_log.<br/>
22 Thanks to Maxim Dounin.
23 </para>
24 </change>
25
26 <change type="change">
27 <para lang="ru">
28 теперь nginx разрешает несколько строк "Host" в заголовке запроса.
29 </para>
30 <para lang="en">
31 now nginx allows several "Host" request header line.
32 </para>
33 </change>
34
35 <change type="feature">
36 <para lang="ru">
37 директива expires поддерживает флаг modified.
38 </para>
39 <para lang="en">
40 the "modified" flag in the "expires" directive.
41 </para>
42 </change>
43
44 <change type="feature">
45 <para lang="ru">
46 переменные $uid_got и $uid_set можно использовать на любой стадии обработки
47 запроса.
48 </para>
49 <para lang="en">
50 the $uid_got and $uid_set variables may be used at any request processing stage.
51 </para>
52 </change>
53
54 <change type="feature">
55 <para lang="ru">
56 переменная $hostname.<br/>
57 Спасибо Андрею Нигматулину.
58 </para>
59 <para lang="en">
60 the $hostname variable.<br/>
61 Thanks to Andrei Nigmatulin.
62 </para>
63 </change>
64
65 <change type="feature">
66 <para lang="ru">
67 поддержка DESTDIR.<br/>
68 Спасибо Todd A. Fisher и Andras Voroskoi.
69 </para>
70 <para lang="en">
71 DESTDIR support.<br/>
72 Thanks to Todd A. Fisher and Andras Voroskoi.
73 </para>
74 </change>
75
76 <change type="bugfix">
77 <para lang="ru">
78 при использовании keepalive на Linux
79 в рабочем процессе мог произойти segmentation fault.
80 </para>
81 <para lang="en">
82 a segmentation fault might occur in worker process on Linux,
83 if keepalive was enabled.
84 </para>
85 </change>
86
87 </changes>
10 88
11 89
12 <changes ver="0.6.31" date="12.05.2008"> 90 <changes ver="0.6.31" date="12.05.2008">
13 91
14 <change type="bugfix"> 92 <change type="bugfix">