comparison docs/xml/nginx/changes.xml @ 593:425af804d968 release-0.3.18

nginx-0.3.18-RELEASE import *) Feature: the "server_names" directive supports the ".domain.tld" names. *) Feature: the "server_names" directive uses the hash for the "*.domain.tld" names and more effective hash for usual names. *) Change: the "server_names_hash_max_size" and "server_names_hash_bucket_size" directives. *) Change: the "server_names_hash" and "server_names_hash_threshold" directives were canceled. *) Feature: the "valid_referers" directive uses the hash site names. *) Change: now the "valid_referers" directive checks the site names only without the URI part. *) Bugfix: some ".domain.tld" names incorrectly processed by the ngx_http_map_module. *) Bugfix: segmentation fault was occurred if configuration file did not exist; the bug had appeared in 0.3.12. *) Bugfix: on 64-bit platforms segmentation fault may occurred on start; the bug had appeared in 0.3.16.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Dec 2005 17:07:48 +0000
parents 8c0cdd81580e
children ebc68d8ca496
comparison
equal deleted inserted replaced
592:8b2e7f727cd0 593:425af804d968
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.3.18" date="26.12.2005">
13
14 <change type="feature">
15 <para lang="ru">
16 директива server_names поддерживает имена вида ".domain.tld".
17 </para>
18 <para lang="en">
19 the "server_names" directive supports the ".domain.tld" names.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 директива server_names использует хэш для имён вида "*.domain.tld"
26 и более эффективный хэш для обычных имён.
27 </para>
28 <para lang="en">
29 the "server_names" directive uses the hash for the "*.domain.tld" names
30 and more effective hash for usual names.
31 </para>
32 </change>
33
34 <change type="change">
35 <para lang="ru">
36 директивы server_names_hash_max_size и server_names_hash_bucket_size.
37 </para>
38 <para lang="en">
39 the "server_names_hash_max_size" and "server_names_hash_bucket_size" directives.
40 </para>
41 </change>
42
43 <change type="change">
44 <para lang="ru">
45 директивы server_names_hash и server_names_hash_threshold упразднены.
46 </para>
47 <para lang="en">
48 the "server_names_hash" and "server_names_hash_threshold" directives
49 were canceled.
50 </para>
51 </change>
52
53 <change type="feature">
54 <para lang="ru">
55 директива valid_referers использует хэш для имён сайтов.
56 </para>
57 <para lang="en">
58 the "valid_referers" directive uses the hash site names.
59 </para>
60 </change>
61
62 <change type="change">
63 <para lang="ru">
64 теперь директива valid_referers проверяет только имена сайтов без учёта URI.
65 </para>
66 <para lang="en">
67 now the "valid_referers" directive checks the site names only without
68 the URI part.
69 </para>
70 </change>
71
72 <change type="bugfix">
73 <para lang="ru">
74 некоторые имена вида ".domain.tld" неверно обрабатывались модулем
75 ngx_http_map_module.
76 </para>
77 <para lang="en">
78 some ".domain.tld" names incorrectly processed by the ngx_http_map_module.
79 </para>
80 </change>
81
82 <change type="bugfix">
83 <para lang="ru">
84 если конфигурационного файла не было, то происходил segmentation fault;
85 ошибка появилась в 0.3.12.
86 </para>
87 <para lang="en">
88 segmentation fault was occurred if configuration file did not exist;
89 bug appeared in 0.3.12.
90 </para>
91 </change>
92
93 <change type="bugfix">
94 <para lang="ru">
95 на 64-битных платформах при старте мог произойти segmentation fault;
96 ошибка появилась в 0.3.16.
97 </para>
98 <para lang="en">
99 on 64-bit platforms segmentation fault may occurred on start;
100 bug appeared in 0.3.16.
101 </para>
102 </change>
103
104 </changes>
105
106
12 <changes ver="0.3.17" date="18.12.2005"> 107 <changes ver="0.3.17" date="18.12.2005">
13 108
14 <change type="change"> 109 <change type="change">
15 <para lang="ru"> 110 <para lang="ru">
16 на Linux configure теперь проверяет наличие epoll и sendfile64() в ядре. 111 на Linux configure теперь проверяет наличие epoll и sendfile64() в ядре.
29 </para> 124 </para>
30 </change> 125 </change>
31 126
32 <change type="bugfix"> 127 <change type="bugfix">
33 <para lang="ru"> 128 <para lang="ru">
34 во время SSL handshake не иcпользовались таймауты. 129 во время SSL handshake не иcпользовались таймауты;
35 </para> 130 ошибка появилась в 0.2.4.
36 <para lang="en"> 131 </para>
37 the timeouts were not used in SSL handshake. 132 <para lang="en">
133 the timeouts were not used in SSL handshake;
134 bug appeared in 0.2.4.
38 </para> 135 </para>
39 </change> 136 </change>
40 137
41 <change type="bugfix"> 138 <change type="bugfix">
42 <para lang="ru"> 139 <para lang="ru">
1976 <change type="change"> 2073 <change type="change">
1977 <para lang="ru"> 2074 <para lang="ru">
1978 директива post_accept_timeout упразднена. 2075 директива post_accept_timeout упразднена.
1979 </para> 2076 </para>
1980 <para lang="en"> 2077 <para lang="en">
1981 The "post_accept_timeout" directive was canceled. 2078 the "post_accept_timeout" directive was canceled.
1982 </para> 2079 </para>
1983 </change> 2080 </change>
1984 2081
1985 <change type="feature"> 2082 <change type="feature">
1986 <para lang="ru"> 2083 <para lang="ru">