comparison docs/xml/nginx/changes.xml @ 3232:27951ca037e6 release-0.8.21

nginx-0.8.21-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Oct 2009 14:09:25 +0000
parents ea3d168fb99c
children d56c8b5df517
comparison
equal deleted inserted replaced
3231:e7c1fdbe5e98 3232:27951ca037e6
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.8.21" date="26.10.2009">
13
14 <change type="feature">
15 <para lang="ru">
16 теперь ключ -V показывает статус поддержки TLS SNI.
17 </para>
18 <para lang="en">
19 now the "-V" switch shows TLS SNI support.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 директива listen модуля HTTP поддерживает unix domain сокеты.<br/>
26 Спасибо Hongli Lai.
27 </para>
28 <para lang="en">
29 the "listen" directive of the HTTP module supports unix domain sockets.<br/>
30 Thanks to Hongli Lai.
31 </para>
32 </change>
33
34 <change type="feature">
35 <para lang="ru">
36 параметр "default_server" в директиве listen.
37 </para>
38 <para lang="en">
39 the "default_server" parameter of the "listen" directive.
40 </para>
41 </change>
42
43 <change type="feature">
44 <para lang="ru">
45 теперь параметр "default" не обязателен для установки параметров listen-сокета.
46 </para>
47 <para lang="en">
48 now a "default" parameter is not required to set listen socket options.
49 </para>
50 </change>
51
52 <change type="bugfix">
53 <para lang="ru">
54 nginx не поддерживал даты в 2038 году на 32-битных платформах;
55 </para>
56 <para lang="en">
57 nginx did not support dates in 2038 year on 32-bit platforms;
58 </para>
59 </change>
60
61 <change type="bugfix">
62 <para lang="ru">
63 утечки сокетов;
64 ошибка появилась в 0.8.11.
65 </para>
66 <para lang="en">
67 socket leak;
68 the bug had appeared in 0.8.11.
69 </para>
70 </change>
71
72 </changes>
10 73
11 74
12 <changes ver="0.8.20" date="14.10.2009"> 75 <changes ver="0.8.20" date="14.10.2009">
13 76
14 <change type="change"> 77 <change type="change">
61 с помощью директив proxy/fastcgi_store, если рабочий процесс не имел 124 с помощью директив proxy/fastcgi_store, если рабочий процесс не имел
62 достаточно прав для работы с каталогами верхнего уровня. 125 достаточно прав для работы с каталогами верхнего уровня.
63 </para> 126 </para>
64 <para lang="en"> 127 <para lang="en">
65 nginx/Windows might not create temporary file, a cache file, or 128 nginx/Windows might not create temporary file, a cache file, or
66 "proxy/fastcgi_store"d file if a worker has no enough access rights 129 "proxy/fastcgi_store"d file if a worker had no enough access rights
67 for top level directories. 130 for top level directories.
68 </para> 131 </para>
69 </change> 132 </change>
70 133
71 <change type="bugfix"> 134 <change type="bugfix">
72 <para lang="ru"> 135 <para lang="ru">
73 строки "Set-Cookie" и "P3P" в заголовке ответа FastCGI-сервера не скрывались 136 строки "Set-Cookie" и "P3P" в заголовке ответа FastCGI-сервера не скрывались
74 при кэшировании, если не использовались директивы 137 при кэшировании, если не использовались директивы fastcgi_hide_header
75 fastcgi_hide_header с любыми параметрами. 138 с любыми параметрами.
76 </para> 139 </para>
77 <para lang="en"> 140 <para lang="en">
78 the "Set-Cookie" and "P3P" FastCGI response header lines were not hidden 141 the "Set-Cookie" and "P3P" FastCGI response header lines were not hidden
79 while caching if no "fastcgi_hide_header" directives were used with 142 while caching if no "fastcgi_hide_header" directives were used with
80 any parameters. 143 any parameters.