comparison docs/xml/nginx/changes.xml @ 2930:f4acb784b53c release-0.8.1

nginx-0.8.1-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 08 Jun 2009 12:55:49 +0000
parents 82d56c2425ef
children b3503597c1a0
comparison
equal deleted inserted replaced
2929:37b7cd336fdf 2930:f4acb784b53c
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 10
11 11
12 <changes ver="0.8.1" date="08.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="bugfix">
25 <para lang="ru">
26 строки "If-Modified-Since", "If-Range" и им подобные в заголовке запроса
27 клиента передавались бэкенду при кэшировании, если не использовалась
28 директива proxy_set_header с любыми параметрами.
29 </para>
30 <para lang="en">
31 the "If-Modified-Since", "If-Range", etc. client request header lines
32 were passed to backend while caching if no "proxy_set_header" directive
33 was used with any parameters.
34 </para>
35 </change>
36
37 <change type="bugfix">
38 <para lang="ru">
39 строки "Set-Cookie" и "P3P" в заголовке ответа бэкенда не скрывались
40 при кэшировании, если не использовались директивы
41 proxy_hide_header/fastcgi_hide_header с любыми параметрами.
42 </para>
43 <para lang="en">
44 the "Set-Cookie" and "P3P" response header lines were not hidden while caching
45 if no "proxy_hide_header/fastcgi_hide_header" directives were used with
46 any parameters.
47 </para>
48 </change>
49
50 <change type="bugfix">
51 <para lang="ru">
52 модуль ngx_http_image_filter_module не понимал формат GIF87a.<br/>
53 Спасибо Денис Ильиных.
54 </para>
55 <para lang="en">
56 the ngx_http_image_filter_module did not support GIF87a format.<br/>
57 Thanks to Denis Ilyinyh.
58 </para>
59 </change>
60
61 <change type="bugfix">
62 <para lang="ru">
63 nginx не собирался на Solaris 10 и более ранних;
64 ошибка появилась в 0.7.56.
65 </para>
66 <para lang="en">
67 nginx could not be built modules on Solaris 10 and early;
68 the bug had appeared in 0.7.56.
69 </para>
70 </change>
71
72 </changes>
73
74
12 <changes ver="0.8.0" date="02.06.2009"> 75 <changes ver="0.8.0" date="02.06.2009">
13 76
14 <change type="feature"> 77 <change type="feature">
15 <para lang="ru"> 78 <para lang="ru">
16 директива keepalive_requests. 79 директива keepalive_requests.
40 </para> 103 </para>
41 </change> 104 </change>
42 105
43 <change type="bugfix"> 106 <change type="bugfix">
44 <para lang="ru"> 107 <para lang="ru">
45 обработке относительных путей в in nginx/Windows. 108 обработке относительных путей в nginx/Windows.
46 </para> 109 </para>
47 <para lang="en"> 110 <para lang="en">
48 in relative paths handling in nginx/Windows. 111 in relative paths handling in nginx/Windows.
49 </para> 112 </para>
50 </change> 113 </change>
116 SSL-модули могли не собираться на Solaris и Linux; 179 SSL-модули могли не собираться на Solaris и Linux;
117 ошибка появилась в 0.7.56. 180 ошибка появилась в 0.7.56.
118 </para> 181 </para>
119 <para lang="en"> 182 <para lang="en">
120 the SSL modules might not built on Solaris and Linux;<br/> 183 the SSL modules might not built on Solaris and Linux;<br/>
121 the bug had appeared in 0.7.58. 184 the bug had appeared in 0.7.56.
122 </para> 185 </para>
123 </change> 186 </change>
124 187
125 <change type="bugfix"> 188 <change type="bugfix">
126 <para lang="ru"> 189 <para lang="ru">
255 318
256 <changes ver="0.7.55" date="06.05.2009"> 319 <changes ver="0.7.55" date="06.05.2009">
257 320
258 <change type="bugfix"> 321 <change type="bugfix">
259 <para lang="ru"> 322 <para lang="ru">
260 параметры http_XXX в директиве proxy_cache_use_stale 323 параметры http_XXX в директивах proxy_cache_use_stale
261 и fastcgi_cache_use_stale не работали. 324 и fastcgi_cache_use_stale не работали.
262 </para> 325 </para>
263 <para lang="en"> 326 <para lang="en">
264 the http_XXX parameters in "proxy_cache_use_stale" and 327 the http_XXX parameters in "proxy_cache_use_stale" and
265 "fastcgi_cache_use_stale" directives did not work. 328 "fastcgi_cache_use_stale" directives did not work.