comparison docs/xml/nginx/changes.xml @ 4284:71600ce67510 release-1.1.8

nginx-1.1.8-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 14 Nov 2011 15:37:54 +0000
parents 25ddf6afc0ff
children 482d7d907f1a
comparison
equal deleted inserted replaced
4283:f72496073689 4284:71600ce67510
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="1.1.8" date="14.11.2011">
13
14 <change type="change">
15 <para lang="ru">
16 модуль ngx_http_limit_zone_module переименован в ngx_http_limit_conn_module.
17 </para>
18 <para lang="en">
19 the ngx_http_limit_zone_module was renamed to the ngx_http_limit_conn_module.
20 </para>
21 </change>
22
23 <change type="change">
24 <para lang="ru">
25 директива limit_zone заменена директивой limit_conn_zone с новым синтаксисом.
26 </para>
27 <para lang="en">
28 the "limit_zone" directive was superseded by the "limit_conn_zone" directive
29 with a new syntax.
30 </para>
31 </change>
32
33 <change type="feature">
34 <para lang="ru">
35 поддержка ограничения по нескольким limit_conn на одном уровне.
36 </para>
37 <para lang="en">
38 support for multiple "limit_conn" limits on the same level.
39 </para>
40 </change>
41
42 <change type="feature">
43 <para lang="ru">
44 директива image_filter_sharpen.
45 </para>
46 <para lang="en">
47 the "image_filter_sharpen" directive.
48 </para>
49 </change>
50
51 <change type="bugfix">
52 <para lang="ru">
53 в рабочем процессе мог произойти segmentation fault,
54 если resolver получил большой DNS-ответ.<br/>
55 Спасибо Ben Hawkes.
56 </para>
57 <para lang="en">
58 a segmentation fault might occur in a worker process
59 if resolver got a big DNS response.<br/>
60 Thanks to Ben Hawkes.
61 </para>
62 </change>
63
64 <change type="bugfix">
65 <para lang="ru">
66 в вычислении ключа для кэширования,
67 если использовалась внутренняя реализация MD5;
68 ошибка появилась в 1.0.4.
69 </para>
70 <para lang="en">
71 in cache key calculation
72 if internal MD5 implementation was used;
73 the bug had appeared in 1.0.4.
74 </para>
75 </change>
76
77 <change type="bugfix">
78 <para lang="ru">
79 строки "If-Modified-Since", "If-Range" и им подобные в заголовке запроса
80 клиента могли передаваться бэкенду при кэшировании; или не передаваться при
81 выключенном кэшировании, если кэширование было включено в другой части
82 конфигурации.
83 </para>
84 <para lang="en">
85 the "If-Modified-Since", "If-Range", etc. client request header lines
86 might be passed to backend while caching; or not passed without caching
87 if caching was enabled in another part of the configuration.
88 </para>
89 </change>
90
91 <change type="bugfix">
92 <para lang="ru">
93 модуль ngx_http_mp4_module выдавал неверную строку "Content-Length"
94 в заголовке ответа, использовался аргумент start.<br/>
95 Спасибо Piotr Sikora.
96 </para>
97 <para lang="en">
98 the module ngx_http_mp4_module sent incorrect "Content-Length" response
99 header line if the "start" argument was used.<br/>
100 Thanks to Piotr Sikora.
101 </para>
102 </change>
103
104 </changes>
10 105
11 106
12 <changes ver="1.1.7" date="31.10.2011"> 107 <changes ver="1.1.7" date="31.10.2011">
13 108
14 <change type="feature"> 109 <change type="feature">