comparison docs/xml/nginx/changes.xml @ 4481:2397e9c72f1b release-1.1.15

nginx-1.1.15-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 15 Feb 2012 13:26:06 +0000
parents 6845f4ac9092
children 7b7c49639a7b
comparison
equal deleted inserted replaced
4480:5a3cb84545e5 4481:2397e9c72f1b
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.15" date="15.02.2012">
13
14 <change type="feature">
15 <para lang="ru">
16 директива disable_symlinks.
17 </para>
18 <para lang="en">
19 the "disable_symlinks" directive.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 директивы proxy_cookie_domain и proxy_cookie_path.
26 </para>
27 <para lang="en">
28 the "proxy_cookie_domain" and "proxy_cookie_path" directives.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 nginx мог некорректно сообщать об ошибке "upstream prematurely closed
35 connection" вместо "upstream sent too big header".<br/>
36 Спасибо Feibo Li.
37 </para>
38 <para lang="en">
39 nginx might log incorrect error "upstream prematurely closed connection"
40 instead of correct "upstream sent too big header" one.<br/>
41 Thanks to Feibo Li.
42 </para>
43 </change>
44
45 <change type="bugfix">
46 <para lang="ru">
47 nginx не собирался с модулем ngx_http_perl_module,
48 если использовался параметр --with-openssl.
49 </para>
50 <para lang="en">
51 nginx could not be built with the ngx_http_perl_module
52 if the --with-openssl option was used.
53 </para>
54 </change>
55
56 <change type="bugfix">
57 <para lang="ru">
58 количество внутренних перенаправлений в именованные location'ы
59 не ограничивалось.
60 </para>
61 <para lang="en">
62 internal redirects to named locations were not limited.
63 </para>
64 </change>
65
66 <change type="bugfix">
67 <para lang="ru">
68 вызов $r->flush() несколько раз подряд мог приводить к ошибкам
69 в модуле ngx_http_gzip_filter_module.
70 </para>
71 <para lang="en">
72 calling $r->flush() multiple times might cause errors
73 in the ngx_http_gzip_filter_module.
74 </para>
75 </change>
76
77 <change type="bugfix">
78 <para lang="ru">
79 при использовании директивы proxy_store с SSI-подзапросами
80 временные файлы могли не удаляться.
81 </para>
82 <para lang="en">
83 temporary files might be not removed
84 if the "proxy_store" directive were used with SSI includes.
85 </para>
86 </change>
87
88 <change type="bugfix">
89 <para lang="ru">
90 в некоторых случаях некэшируемые переменные (такие, как $args)
91 возвращали старое пустое закэшированное значение.
92 </para>
93 <para lang="en">
94 in some cases non-cacheable variables (such as the $args variable)
95 returned old empty cached value.
96 </para>
97 </change>
98
99 <change type="bugfix">
100 <para lang="ru">
101 в рабочем процессе мог произойти segmentation fault,
102 если одновременно создавалось слишком много SSI-подзапросов;
103 ошибка появилась в 0.7.25.
104 </para>
105 <para lang="en">
106 a segmentation fault might occur in a worker process
107 if too many SSI subrequests were issued simultaneously;
108 the bug had appeared in 0.7.25.
109 </para>
110 </change>
111
112 </changes>
10 113
11 114
12 <changes ver="1.1.14" date="30.01.2012"> 115 <changes ver="1.1.14" date="30.01.2012">
13 116
14 <change type="feature"> 117 <change type="feature">