comparison docs/xml/nginx/changes.xml @ 1792:69a03d5e3b6e release-0.6.23

nginx-0.6.23-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Thu, 27 Dec 2007 14:59:57 +0000
parents 95e6160d2b7d
children 3e2a58fb48f1
comparison
equal deleted inserted replaced
1791:d62a7b91ed35 1792:69a03d5e3b6e
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.23" date="27.12.2007">
13
14 <change type="change">
15 <para lang="ru">
16 параметр "off" в директиве ssl_session_cache;
17 теперь этот параметр используется по умолчанию.
18 </para>
19 <para lang="en">
20 the "off" parameter in the "ssl_session_cache" directive;
21 now this is default parameter.
22 </para>
23 </change>
24
25 <change type="change">
26 <para lang="ru">
27 директива open_file_cache_retest переименована в open_file_cache_valid.
28 </para>
29 <para lang="en">
30 the "open_file_cache_retest" directive was renamed
31 to the "open_file_cache_valid".
32 </para>
33 </change>
34
35 <change type="feature">
36 <para lang="ru">
37 директива open_file_cache_min_uses.
38 </para>
39 <para lang="en">
40 the "open_file_cache_min_uses" directive.
41 </para>
42 </change>
43
44 <change type="feature">
45 <para lang="ru">
46 модуль ngx_http_gzip_static_module.
47 </para>
48 <para lang="en">
49 the ngx_http_gzip_static_module.
50 </para>
51 </change>
52
53 <change type="feature">
54 <para lang="ru">
55 директива gzip_disable.
56 </para>
57 <para lang="en">
58 the "gzip_disable" directive.
59 </para>
60 </change>
61
62 <change type="feature">
63 <para lang="ru">
64 директиву memcached_pass можно использовать внутри блока if.
65 </para>
66 <para lang="en">
67 the "memcached_pass" directive may be used inside the "if" block.
68 </para>
69 </change>
70
71 <change type="bugfix">
72 <para lang="ru">
73 если внутри одного location'а использовались директивы "memcached_pass" и "if",
74 то в рабочем процессе происходил segmentation fault.
75 </para>
76 <para lang="en">
77 a segmentation fault occurred in worker process,
78 if the "memcached_pass" and "if" directives were used in the same location.
79 </para>
80 </change>
81
82 <change type="bugfix">
83 <para lang="ru">
84 если при использовании директивы satisfy_any on" были заданы директивы
85 не всех модулей доступа, то заданные директивы не проверялись.
86 </para>
87 <para lang="en">
88 if a "satisfy_any on" directive was used and not all access and auth modules
89 directives were set, then other given access and auth directives
90 were not tested;
91 </para>
92 </change>
93
94 <change type="bugfix">
95 <para lang="ru">
96 параметры, заданные регулярным выражением в директиве valid_referers,
97 не наследовалась с предыдущего уровня.
98 </para>
99 <para lang="en">
100 regex parameters in a "valid_referers" directive were not inherited
101 from previous level.
102 </para>
103 </change>
104
105 <change type="bugfix">
106 <para lang="ru">
107 директива post_action не работала, если запрос завершался с кодом 499.
108 </para>
109 <para lang="en">
110 a "post_action" directive did run if a request was completed
111 with 499 status code.
112 </para>
113 </change>
114
115 <change type="bugfix">
116 <para lang="ru">
117 оптимизация использования 16K буфера для SSL-соединения.<br/>
118 Спасибо Ben Maurer.
119 </para>
120 <para lang="en">
121 optimization of 16K buffer usage in a SSL connection.<br/>
122 Thanks to Ben Maurer.
123 </para>
124 </change>
125
126 <change type="bugfix">
127 <para lang="ru">
128 STARTTLS в режиме SMTP не работал.<br/>
129 Спасибо Олегу Мотиенко.
130 </para>
131 <para lang="en">
132 the STARTTLS in SMTP mode did not work.<br/>
133 Thanks to Oleg Motienko.
134 </para>
135 </change>
136
137 <change type="bugfix">
138 <para lang="ru">
139 при использовании HTTPS запросы могли завершаться с ошибкой "bad write retry";
140 ошибка появилась в 0.5.13.
141 </para>
142 <para lang="en">
143 in HTTPS mode requests might fail with the "bad write retry" error;
144 bug appeared in 0.5.13.
145 </para>
146 </change>
147
148 </changes>
10 149
11 150
12 <changes ver="0.6.22" date="19.12.2007"> 151 <changes ver="0.6.22" date="19.12.2007">
13 152
14 <change type="change"> 153 <change type="change">
247 </para> 386 </para>
248 </change> 387 </change>
249 388
250 <change type="feature"> 389 <change type="feature">
251 <para lang="ru"> 390 <para lang="ru">
252 директива resolver и resolver_timeout. 391 директивы resolver и resolver_timeout.
253 </para> 392 </para>
254 <para lang="en"> 393 <para lang="en">
255 the "resolver" and "resolver_timeout" directives. 394 the "resolver" and "resolver_timeout" directives.
256 </para> 395 </para>
257 </change> 396 </change>