comparison docs/xml/nginx/changes.xml @ 5344:376a5e769400 release-1.5.4

nginx-1.5.4-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 27 Aug 2013 17:37:15 +0400
parents 644a07952629
children 60e0409b9ec7
comparison
equal deleted inserted replaced
5343:bd828a14e017 5344:376a5e769400
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.4" date="27.08.2013">
9
10 <change type="change">
11 <para lang="ru">
12 MIME-тип для расширения js изменён на "application/javascript";
13 значение по умолчанию директивы charset_types изменено соответственно.
14 </para>
15 <para lang="en">
16 the "js" extension MIME type has been changed to "application/javascript";
17 default value of the "charset_types" directive was changed accordingly.
18 </para>
19 </change>
20
21 <change type="change">
22 <para lang="ru">
23 теперь директива image_filter с параметром size
24 возвращает ответ с MIME-типом "application/json".
25 </para>
26 <para lang="en">
27 now the "image_filter" directive with the "size" parameter
28 returns responses with the "application/json" MIME type.
29 </para>
30 </change>
31
32 <change type="feature">
33 <para lang="ru">
34 модуль ngx_http_auth_request_module.
35 </para>
36 <para lang="en">
37 the ngx_http_auth_request_module.
38 </para>
39 </change>
40
41 <change type="bugfix">
42 <para lang="ru">
43 на старте или во время переконфигурации мог произойти segmentation fault,
44 если использовалась директива try_files с пустым параметром.
45 </para>
46 <para lang="en">
47 a segmentation fault might occur on start or during reconfiguration
48 if the "try_files" directive was used with an empty parameter.
49 </para>
50 </change>
51
52 <change type="bugfix">
53 <para lang="ru">
54 утечки памяти при использовании в директивах root и auth_basic_user_file
55 относительных путей, заданных с помощью переменных.
56 </para>
57 <para lang="en">
58 memory leak if relative paths were specified using variables
59 in the "root" or "auth_basic_user_file" directives.
60 </para>
61 </change>
62
63 <change type="bugfix">
64 <para lang="ru">
65 директива valid_referers неправильно выполняла регулярные выражения,
66 если заголовок Referer начинался с "https://".<br/>
67 Спасибо Liangbin Li.
68 </para>
69 <para lang="en">
70 the "valid_referers" directive incorrectly executed regular expressions
71 if a "Referer" header started with "https://".<br/>
72 Thanks to Liangbin Li.
73 </para>
74 </change>
75
76 <change type="bugfix">
77 <para lang="ru">
78 ответы могли зависать, если использовались подзапросы и при обработке подзапроса
79 происходила ошибка во время SSL handshake с бэкендом.<br/>
80 Спасибо Aviram Cohen.
81 </para>
82 <para lang="en">
83 responses might hang if subrequests were used
84 and an SSL handshake error happened during subrequest processing.<br/>
85 Thanks to Aviram Cohen.
86 </para>
87 </change>
88
89 <change type="bugfix">
90 <para lang="ru">
91 в модуле ngx_http_autoindex_module.
92 </para>
93 <para lang="en">
94 in the ngx_http_autoindex_module.
95 </para>
96 </change>
97
98 <change type="bugfix">
99 <para lang="ru">
100 в модуле ngx_http_spdy_module.
101 </para>
102 <para lang="en">
103 in the ngx_http_spdy_module.
104 </para>
105 </change>
106
107 </changes>
6 108
7 109
8 <changes ver="1.5.3" date="30.07.2013"> 110 <changes ver="1.5.3" date="30.07.2013">
9 111
10 <change> 112 <change>