comparison docs/xml/nginx/changes.xml @ 589:d4e858a5751a release-0.3.16

nginx-0.3.16-RELEASE import *) Feature: the ngx_http_map_module. *) Feature: the "types_hash_max_size" and "types_hash_bucket_size" directives. *) Feature: the "ssi_value_length" directive. *) Feature: the "worker_rlimit_core" directive. *) Workaround: the connection number in logs was always 1 if nginx was built by the icc 8.1 or 9.0 compilers with optimization for Pentium 4. *) Bugfix: the "config timefmt" SSI command set incorrect time format. *) Bugfix: nginx did not close connection to IMAP/POP3 backend for the SSL connections; the bug had appeared in 0.3.13. Thanks to Rob Mueller. *) Bugfix: segmentation fault may occurred in at SSL shutdown; the bug had appeared in 0.3.13.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 16 Dec 2005 15:07:08 +0000
parents 284cc140593b
children 8c0cdd81580e
comparison
equal deleted inserted replaced
588:0a2c30f516e6 589:d4e858a5751a
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.3.16" date="16.12.2005">
13
14 <change type="feature">
15 <para lang="ru">
16 модуль ngx_http_map_module.
17 </para>
18 <para lang="en">
19 the ngx_http_map_module.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 директивы types_hash_max_size и types_hash_bucket_size.
26 </para>
27 <para lang="en">
28 the "types_hash_max_size" and "types_hash_bucket_size" directives.
29 </para>
30 </change>
31
32 <change type="feature">
33 <para lang="ru">
34 директива ssi_value_length.
35 </para>
36 <para lang="en">
37 the "ssi_value_length" directive.
38 </para>
39 </change>
40
41 <change type="feature">
42 <para lang="ru">
43 директива worker_rlimit_core.
44 </para>
45 <para lang="en">
46 the "worker_rlimit_core" directive.
47 </para>
48 </change>
49
50 <change type="workaround">
51 <para lang="ru">
52 при сборке компиляторами icc 8.1 и 9.0 с оптимизацией для
53 <nobr>Pentium 4</nobr> номер соединения в логах всегда был равен 1.
54 </para>
55 <para lang="en">
56 the connection number in logs was always 1 if nginx was built by the
57 icc 8.1 or 9.0 compilers with optimization for <nobr>Pentium 4.</nobr>
58 </para>
59 </change>
60
61 <change type="bugfix">
62 <para lang="ru">
63 команда config timefmt в SSI задавала неверный формат времени.
64 </para>
65 <para lang="en">
66 the "config timefmt" SSI command set incorrect time format.
67 </para>
68 </change>
69
70 <change type="bugfix">
71 <para lang="ru">
72 nginx не закрывал соединения с IMAP/POP3 бэкендом при использовании SSL
73 соединений.
74 Спасибо Rob Mueller.
75 Ошибка появилась в 0.3.13.
76 </para>
77 <para lang="en">
78 nginx did not close connection to IMAP/POP3 backend for the SSL connections.
79 Thanks to Rob Mueller.
80 Bug appeared in 0.3.13.
81 </para>
82 </change>
83
84 <change type="bugfix">
85 <para lang="ru">
86 segmentation fault мог произойти во время SSL shutdown;
87 ошибка появилась в 0.3.13.
88 </para>
89 <para lang="en">
90 segmentation fault may occurred in at SSL shutdown;
91 bug appeared in 0.3.13.
92 </para>
93 </change>
94
95 </changes>
10 96
11 97
12 <changes ver="0.3.15" date="07.12.2005"> 98 <changes ver="0.3.15" date="07.12.2005">
13 99
14 <change type="feature"> 100 <change type="feature">