comparison docs/xml/nginx/changes.xml @ 563:9c2f3ed7a247 release-0.3.3

nginx-0.3.3-RELEASE import *) Change: the "bl" and "af" parameters of the "listen" directive was renamed to the "backlog" and "accept_filter". *) Feature: the "rcvbuf" and "sndbuf" parameters of the "listen" directive. *) Change: the "$msec" log parameter does not require now the additional the gettimeofday() system call. *) Feature: the -t switch now tests the "listen" directives. *) Bugfix: if the invalid address was specified in the "listen" directive, then after the -HUP signal nginx left an open socket in the CLOSED state. *) Bugfix: the mime type may be incorrectly set to default value for index file with variable in the name; the bug had appeared in 0.3.0. *) Feature: the "timer_resolution" directive. *) Feature: the millisecond "$upstream_response_time" log parameter. *) Bugfix: a temporary file with client request body now is removed just after the response header was transferred to a client. *) Bugfix: OpenSSL 0.9.6 compatibility. *) Bugfix: the SSL certificate and key file paths could not be relative. *) Bugfix: the "ssl_prefer_server_ciphers" directive did not work in the ngx_imap_ssl_module. *) Bugfix: the "ssl_protocols" directive allowed to specify the single protocol only.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 19 Oct 2005 12:33:58 +0000
parents e48ebafc6939
children 7c1369d37c7e
comparison
equal deleted inserted replaced
562:4b6108f69026 563:9c2f3ed7a247
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.3.3" date="19.10.2005">
13
14 <change type="change">
15 <para lang="ru">
16 параметры "bl" и "af" директивы listen переименованы в "backlog"
17 и "accept_filter".
18 </para>
19 <para lang="en">
20 the "bl" and "af" parameters of the "listen" directive was renamed to
21 the "backlog" and "accept_filter".
22 </para>
23 </change>
24
25 <change type="feature">
26 <para lang="ru">
27 параметры "rcvbuf" и "sndbuf" в директиве listen.
28 </para>
29 <para lang="en">
30 the "rcvbuf" and "sndbuf" parameters of the "listen" directive.
31 </para>
32 </change>
33
34 <change type="change">
35 <para lang="ru">
36 параметр лога $msec теперь не требует дополнительного системного
37 вызова gettimeofday().
38 </para>
39 <para lang="en">
40 the "$msec" log parameter does not require now the additional
41 the gettimeofday() system call.
42 </para>
43 </change>
44
45 <change type="feature">
46 <para lang="ru">
47 ключ -t теперь проверяет директивы listen.
48 </para>
49 <para lang="en">
50 the -t switch now tests the "listen" directives.
51 </para>
52 </change>
53
54 <change type="bugfix">
55 <para lang="ru">
56 если в директиве listen был указан неверный адрес, то nginx после
57 сигнала -HUP оставлял открытый сокет в состоянии CLOSED.
58 </para>
59 <para lang="en">
60 if the invalid address was specified in the "listen" directive, then
61 after the -HUP signal nginx left an open socket in the CLOSED state.
62 </para>
63 </change>
64
65 <change type="bugfix">
66 <para lang="ru">
67 для индексных файлов, содержащих в имени переменную, мог неверно выставляться
68 тип mime по умолчанию;
69 ошибка появилась в 0.3.0.
70 </para>
71 <para lang="en">
72 the mime type may be incorrectly set to default value for index file with
73 variable in the name;
74 bug appeared in 0.3.0.
75 </para>
76 </change>
77
78 <change type="feature">
79 <para lang="ru">
80 директива timer_resolution.
81 </para>
82 <para lang="en">
83 the "timer_resolution" directive.
84 </para>
85 </change>
86
87 <change type="feature">
88 <para lang="ru">
89 параметр лога $upstream_response_time в миллисекундах.
90 </para>
91 <para lang="en">
92 the millisecond "$upstream_response_time" log parameter.
93 </para>
94 </change>
95
96 <change type="bugfix">
97 <para lang="ru">
98 временный файл с телом запроса клиента теперь удаляется сразу после того,
99 как клиенту передан заголовок ответа.
100 </para>
101 <para lang="en">
102 a temporary file with client request body now is removed just after
103 the response header was transferred to a client.
104 </para>
105 </change>
106
107 <change type="bugfix">
108 <para lang="ru">
109 совместимость с OpenSSL 0.9.6.
110 </para>
111 <para lang="en">
112 OpenSSL 0.9.6 compatibility.
113 </para>
114 </change>
115
116 <change type="bugfix">
117 <para lang="ru">
118 пути к файлам с SSL сертификатом и ключом не могли быть относительными.
119 </para>
120 <para lang="en">
121 the SSL certificate and key file paths could not be relative.
122 </para>
123 </change>
124
125 <change type="bugfix">
126 <para lang="ru">
127 директива ssl_prefer_server_ciphers не работала для модуля ngx_imap_ssl_module.
128 </para>
129 <para lang="en">
130 the "ssl_prefer_server_ciphers" directive did not work in
131 the ngx_imap_ssl_module.
132 </para>
133 </change>
134
135 <change type="bugfix">
136 <para lang="ru">
137 директива ssl_protocols позволяла задать только один протокол.
138 </para>
139 <para lang="en">
140 the "ssl_protocols" directive allowed to specify the single protocol only.
141 </para>
142 </change>
143
144 </changes>
10 145
11 146
12 <changes ver="0.3.2" date="12.10.2005"> 147 <changes ver="0.3.2" date="12.10.2005">
13 148
14 <change type="feature"> 149 <change type="feature">