comparison docs/xml/nginx/changes.xml @ 5646:fd722b890eab release-1.5.13

nginx-1.5.13-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 08 Apr 2014 18:15:21 +0400
parents 97b47d95e444
children 64958ea92fd2
comparison
equal deleted inserted replaced
5645:7a7ced5b462c 5646:fd722b890eab
1 <?xml version="1.0" ?> 1 <?xml version="1.0" ?>
2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" > 2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" >
3 3
4 4
5 <change_log title="nginx"> 5 <change_log title="nginx">
6
7
8 <changes ver="1.5.13" date="08.04.2014">
9
10 <change type="change">
11 <para lang="ru">
12 улучшена обработка хэш-таблиц;
13 в директивах variables_hash_max_size и types_hash_bucket_size
14 значения по умолчанию изменены на 1024 и 64 соответственно.
15 </para>
16 <para lang="en">
17 improved hash table handling;
18 the default values of the "variables_hash_max_size" and
19 "types_hash_bucket_size" were changed to 1024 and 64 respectively.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 модуль ngx_http_mp4_module теперь понимает аргумент end.
26 </para>
27 <para lang="en">
28 the ngx_http_mp4_module now supports the "end" argument.
29 </para>
30 </change>
31
32 <change type="feature">
33 <para lang="ru">
34 поддержка byte ranges модулем ngx_http_mp4_module и при сохранении
35 ответов в кэш.
36 </para>
37 <para lang="en">
38 byte ranges support in the ngx_http_mp4_module and while saving responses
39 to cache.
40 </para>
41 </change>
42
43 <change type="bugfix">
44 <para lang="ru">
45 теперь nginx не пишет в лог сообщения "ngx_slab_alloc() failed: no memory"
46 при использовании разделяемой памяти в ssl_session_cache
47 и в модуле ngx_http_limit_req_module.
48 </para>
49 <para lang="en">
50 alerts "ngx_slab_alloc() failed: no memory" no longer logged
51 when using shared memory in the "ssl_session_cache" directive
52 and in the ngx_http_limit_req_module.
53 </para>
54 </change>
55
56 <change type="bugfix">
57 <para lang="ru">
58 директива underscores_in_headers
59 не разрешала подчёркивание в первом символе заголовка.<br/>
60 Спасибо Piotr Sikora.
61 </para>
62 <para lang="en">
63 the "underscores_in_headers" directive
64 did not allow underscore as a first character of a header.<br/>
65 Thanks to Piotr Sikora.
66 </para>
67 </change>
68
69 <change type="bugfix">
70 <para lang="ru">
71 cache manager мог нагружать процессор при выходе в nginx/Windows.
72 </para>
73 <para lang="en">
74 cache manager might hog CPU on exit in nginx/Windows.
75 </para>
76 </change>
77
78 <change type="bugfix">
79 <para lang="ru">
80 при использовании ssl_session_cache с параметром shared
81 рабочий процесс nginx/Windows завершался аварийно.
82 </para>
83 <para lang="en">
84 nginx/Windows terminated abnormally
85 if the "ssl_session_cache" directive was used with the "shared" parameter.
86 </para>
87 </change>
88
89 <change type="bugfix">
90 <para lang="ru">
91 в модуле ngx_http_spdy_module.
92 </para>
93 <para lang="en">
94 in the ngx_http_spdy_module.
95 </para>
96 </change>
97
98 </changes>
6 99
7 100
8 <changes ver="1.5.12" date="18.03.2014"> 101 <changes ver="1.5.12" date="18.03.2014">
9 102
10 <change type="security"> 103 <change type="security">