comparison docs/xml/nginx/changes.xml @ 2946:868a381304dc stable-0.7 release-0.7.60

nginx-0.7.60-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 15 Jun 2009 09:55:51 +0000
parents 0c22cb4862c8
children e65e202792cb
comparison
equal deleted inserted replaced
2945:87da6664fb49 2946:868a381304dc
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.7.60" date="15.06.2009">
13
14 <change type="feature">
15 <para lang="ru">
16 параметр updating в директивах proxy_cache_use_stale и fastcgi_cache_use_stale.
17 </para>
18 <para lang="en">
19 the "updating" parameter in "proxy_cache_use_stale" and
20 "fastcgi_cache_use_stale" directives.
21 </para>
22 </change>
23
24 <change type="feature">
25 <para lang="ru">
26 директива keepalive_requests.
27 </para>
28 <para lang="en">
29 the "keepalive_requests" directive.
30 </para>
31 </change>
32
33 <change type="bugfix">
34 <para lang="ru">
35 во взаимодействии open_file_cache и proxy/fastcgi кэша на старте.
36 </para>
37 <para lang="en">
38 in open_file_cache and proxy/fastcgi cache interaction on start up.
39 </para>
40 </change>
41
42 <change type="bugfix">
43 <para lang="ru">
44 open_file_cache мог кэшировать открытые файлы очень долго.
45 </para>
46 <para lang="en">
47 open_file_cache might cache open file descriptors too long.
48 </para>
49 </change>
50
51 <change type="bugfix">
52 <para lang="ru">
53 строки "If-Modified-Since", "If-Range" и им подобные в заголовке запроса
54 клиента передавались бэкенду при кэшировании, если не использовалась
55 директива proxy_set_header с любыми параметрами.
56 </para>
57 <para lang="en">
58 the "If-Modified-Since", "If-Range", etc. client request header lines
59 were passed to backend while caching if no "proxy_set_header" directive
60 was used with any parameters.
61 </para>
62 </change>
63
64 <change type="bugfix">
65 <para lang="ru">
66 строки "Set-Cookie" и "P3P" в заголовке ответа бэкенда не скрывались
67 при кэшировании, если не использовались директивы
68 proxy_hide_header/fastcgi_hide_header с любыми параметрами.
69 </para>
70 <para lang="en">
71 the "Set-Cookie" and "P3P" response header lines were not hidden while caching
72 if no "proxy_hide_header/fastcgi_hide_header" directives were used with
73 any parameters.
74 </para>
75 </change>
76
77 <change type="bugfix">
78 <para lang="ru">
79 модуль ngx_http_image_filter_module не понимал формат GIF87a.<br/>
80 Спасибо Денису Ильиных.
81 </para>
82 <para lang="en">
83 the ngx_http_image_filter_module did not support GIF87a format.<br/>
84 Thanks to Denis Ilyinyh.
85 </para>
86 </change>
87
88 <change type="bugfix">
89 <para lang="ru">
90 nginx не собирался на Solaris 10 и более ранних;
91 ошибка появилась в 0.7.56.
92 </para>
93 <para lang="en">
94 nginx could not be built modules on Solaris 10 and early;
95 the bug had appeared in 0.7.56.
96 </para>
97 </change>
98
99 <change type="bugfix">
100 <para lang="ru">
101 XSLT-фильтр не работал в подзапросах.
102 </para>
103 <para lang="en">
104 XLST filter did not work in subrequests.
105 </para>
106 </change>
107
108 <change type="bugfix">
109 <para lang="ru">
110 обработке относительных путей в nginx/Windows.
111 </para>
112 <para lang="en">
113 in relative paths handling in nginx/Windows.
114 </para>
115 </change>
116
117 <change type="bugfix">
118 <para lang="ru">
119 в proxy_store, fastcgi_store, proxy_cache и fastcgi_cache в nginx/Windows.
120 </para>
121 <para lang="en">
122 in proxy_store, fastcgi_store, proxy_cache, and fastcgi_cache in nginx/Windows.
123 </para>
124 </change>
125
126 </changes>
10 127
11 128
12 <changes ver="0.7.59" date="25.05.2009"> 129 <changes ver="0.7.59" date="25.05.2009">
13 130
14 <change type="feature"> 131 <change type="feature">
53 SSL-модули могли не собираться на Solaris и Linux; 170 SSL-модули могли не собираться на Solaris и Linux;
54 ошибка появилась в 0.7.56. 171 ошибка появилась в 0.7.56.
55 </para> 172 </para>
56 <para lang="en"> 173 <para lang="en">
57 the SSL modules might not built on Solaris and Linux;<br/> 174 the SSL modules might not built on Solaris and Linux;<br/>
58 the bug had appeared in 0.7.58. 175 the bug had appeared in 0.7.56.
59 </para> 176 </para>
60 </change> 177 </change>
61 178
62 <change type="bugfix"> 179 <change type="bugfix">
63 <para lang="ru"> 180 <para lang="ru">
192 309
193 <changes ver="0.7.55" date="06.05.2009"> 310 <changes ver="0.7.55" date="06.05.2009">
194 311
195 <change type="bugfix"> 312 <change type="bugfix">
196 <para lang="ru"> 313 <para lang="ru">
197 параметры http_XXX в директиве proxy_cache_use_stale 314 параметры http_XXX в директивах proxy_cache_use_stale
198 и fastcgi_cache_use_stale не работали. 315 и fastcgi_cache_use_stale не работали.
199 </para> 316 </para>
200 <para lang="en"> 317 <para lang="en">
201 the http_XXX parameters in "proxy_cache_use_stale" and 318 the http_XXX parameters in "proxy_cache_use_stale" and
202 "fastcgi_cache_use_stale" directives did not work. 319 "fastcgi_cache_use_stale" directives did not work.