comparison docs/xml/nginx/changes.xml @ 541:b09ee85d0ac8 release-0.1.45

nginx-0.1.45-RELEASE import *) Change: the "ssl_engine" directive was canceled in the ngx_http_ssl_module and now is introduced at global level. *) Bugfix: the responses with SSI subrequests did not transferred via SSL connection. *) Various bug fixes in the IMAP/POP3 proxy.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Sep 2005 14:36:09 +0000
parents 371c1cee100d
children 511a89da35ad
comparison
equal deleted inserted replaced
540:983c48ab79bb 541:b09ee85d0ac8
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 10
11 11
12 <changes ver="0.1.45" date="08.09.2005">
13
14 <change type="change">
15 <para lang="ru">
16 директива ssl_engine упразднена в модуле ngx_http_ssl_module и
17 перенесена на глобальный уровень.
18 </para>
19 <para lang="en">
20 the "ssl_engine" directive is canceled in the ngx_http_ssl_module
21 and now is introduced at global level.
22 </para>
23 </change>
24
25 <change type="bugfix">
26 <para lang="ru">
27 ответы с подзапросами, включённые с помощью SSI, не передавались
28 через SSL соединение.
29 </para>
30 <para lang="en">
31 the responses with SSI subrequests did not transferred via SSL connection.
32 </para>
33 </change>
34
35 <change>
36 <para lang="ru">
37 Разные исправления в IMAP/POP3 прокси.
38 </para>
39 <para lang="en">
40 Various bug fixes in the IMAP/POP3 proxy.
41 </para>
42 </change>
43
44 </changes>
45
46
12 <changes ver="0.1.44" date="06.09.2005"> 47 <changes ver="0.1.44" date="06.09.2005">
13 48
14 <change type="feature"> 49 <change type="feature">
15 <para lang="ru"> 50 <para lang="ru">
16 IMAP/POP3 прокси поддерживает SSL. 51 IMAP/POP3 прокси поддерживает SSL.
20 </para> 55 </para>
21 </change> 56 </change>
22 57
23 <change type="feature"> 58 <change type="feature">
24 <para lang="ru"> 59 <para lang="ru">
25 директива proxy_timeout. 60 директива proxy_timeout модуля ngx_imap_proxy_module.
26 </para> 61 </para>
27 <para lang="en"> 62 <para lang="en">
28 the "proxy_timeout" directive. 63 the "proxy_timeout" directive of the ngx_imap_proxy_module.
29 </para> 64 </para>
30 </change> 65 </change>
31 66
32 <change type="feature"> 67 <change type="feature">
33 <para lang="ru"> 68 <para lang="ru">
73 </para> 108 </para>
74 </change> 109 </change>
75 110
76 <change type="change"> 111 <change type="change">
77 <para lang="ru"> 112 <para lang="ru">
78 параметры FastCGI, с пустым значениями, теперь передаются серверу. 113 параметры FastCGI с пустым значениями теперь передаются серверу.
79 </para> 114 </para>
80 <para lang="en"> 115 <para lang="en">
81 the FastCGI parameters with the empty values now are passed to a server. 116 the FastCGI parameters with the empty values now are passed to a server.
82 </para> 117 </para>
83 </change> 118 </change>