comparison docs/xml/nginx/changes.xml @ 3204:ea3d168fb99c release-0.8.20

nginx-0.8.20-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Oct 2009 12:57:25 +0000
parents 4bc73c644329
children 27951ca037e6
comparison
equal deleted inserted replaced
3203:a56cccd588e6 3204:ea3d168fb99c
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.20" date="14.10.2009">
13
14 <change type="change">
15 <para lang="ru">
16 теперь по умолчанию используются следующие шифры SSL: "HIGH:!ADH:!MD5".
17 </para>
18 <para lang="en">
19 now default SSL ciphers are "HIGH:!ADH:!MD5".
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 модуль ngx_http_autoindex_module не показывал последний слэш для линков
26 на каталоги;
27 ошибка появилась в 0.7.15.
28 </para>
29 <para lang="en">
30 the ngx_http_autoindex_module did not show the trailing slash in links to
31 a directory;
32 the bug had appeared in 0.7.15.
33 </para>
34 </change>
35
36 <change type="bugfix">
37 <para lang="ru">
38 nginx не закрывал лог, заданный параметром конфигурации --error-log-path;
39 ошибка появилась в 0.7.53.
40 </para>
41 <para lang="en">
42 nginx did not close a log file set by the --error-log-path configuration option;
43 the bug had appeared in 0.7.53.
44 </para>
45 </change>
46
47 <change type="bugfix">
48 <para lang="ru">
49 nginx не считал запятую разделителем в строке "Cache-Control" в строке
50 заголовка бэкенда.
51 </para>
52 <para lang="en">
53 nginx did not treat a comma as separator in the "Cache-Control" backend response
54 header line.
55 </para>
56 </change>
57
58 <change type="bugfix">
59 <para lang="ru">
60 nginx/Windows мог не создать временный файл, файл в кэше или файл
61 с помощью директив proxy/fastcgi_store, если рабочий процесс не имел
62 достаточно прав для работы с каталогами верхнего уровня.
63 </para>
64 <para lang="en">
65 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
67 for top level directories.
68 </para>
69 </change>
70
71 <change type="bugfix">
72 <para lang="ru">
73 строки "Set-Cookie" и "P3P" в заголовке ответа FastCGI-сервера не скрывались
74 при кэшировании, если не использовались директивы
75 fastcgi_hide_header с любыми параметрами.
76 </para>
77 <para lang="en">
78 the "Set-Cookie" and "P3P" FastCGI response header lines were not hidden
79 while caching if no "fastcgi_hide_header" directives were used with
80 any parameters.
81 </para>
82 </change>
83
84 <change type="bugfix">
85 <para lang="ru">
86 nginx неверно считал размер кэша на диске.
87 </para>
88 <para lang="en">
89 nginx counted incorrectly disk cache size.
90 </para>
91 </change>
92
93 </changes>
10 94
11 95
12 <changes ver="0.8.19" date="06.10.2009"> 96 <changes ver="0.8.19" date="06.10.2009">
13 97
14 <change type="change"> 98 <change type="change">