comparison docs/xml/nginx/changes.xml @ 1312:13e649b813d6 release-0.6.4

nginx-0.6.4-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Tue, 17 Jul 2007 09:57:37 +0000
parents b94731c73d09
children 80de622646b0
comparison
equal deleted inserted replaced
1310:33d6c994a0b2 1312:13e649b813d6
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.6.4" date="17.07.2007">
13
14 <change type="security">
15 <para lang="ru">
16 при использовании директивы msie_refresh был возможен XSS.
17 </para>
18 <para lang="en">
19 the "msie_refresh" directive allowed XSS.
20 </para>
21 </change>
22
23 <change type="change">
24 <para lang="ru">
25 директивы proxy_store и fastcgi_store изменены.
26 </para>
27 <para lang="en">
28 the "proxy_store" and "fastcgi_store" directives were changed.
29 </para>
30 </change>
31
32 <change type="feature">
33 <para lang="ru">
34 директивы proxy_store_access и fastcgi_store_access.
35 </para>
36 <para lang="en">
37 the "proxy_store_access" and "fastcgi_store_access" directives.
38 </para>
39 </change>
40
41 <change type="bugfix">
42 <para lang="ru">
43 nginx не работал на Solaris/sparc64, если был собран Sun Studio.<br/>
44 Спасибо Андрею Нигматулину.
45 </para>
46 <para lang="en">
47 nginx did not work on Solaris/sparc64 if it was built by Sun Studio.<br/>
48 Thanks to Andrei Nigmatulin.
49 </para>
50 </change>
51
52 <change type="workaround">
53 <para lang="ru">
54 обход ошибки в Sun Studio 12.<br/>
55 Спасибо Jiang Hong.
56 </para>
57 <para lang="en">
58 for Sun Studio 12.<br/>
59 Thanks to Jiang Hong.
60 </para>
61 </change>
62
63 </changes>
64
65
12 <changes ver="0.6.3" date="12.07.2007"> 66 <changes ver="0.6.3" date="12.07.2007">
13 67
14 <change type="feature"> 68 <change type="feature">
15 <para lang="ru"> 69 <para lang="ru">
16 директивы proxy_store и fastcgi_store. 70 директивы proxy_store и fastcgi_store.
21 </change> 75 </change>
22 76
23 <change type="bugfix"> 77 <change type="bugfix">
24 <para lang="ru"> 78 <para lang="ru">
25 при использовании директивы auth_http_header 79 при использовании директивы auth_http_header
26 в рабочем процессе мог произойти segmentation fault. 80 в рабочем процессе мог произойти segmentation fault.<br/>
81 Спасибо Максиму Дунину.
27 </para> 82 </para>
28 <para lang="en"> 83 <para lang="en">
29 a segmentation fault might occur in worker process 84 a segmentation fault might occur in worker process
30 if the "auth_http_header" directive was used. 85 if the "auth_http_header" directive was used.<br/>
86 Thanks to Maxim Dounin.
31 </para> 87 </para>
32 </change> 88 </change>
33 89
34 <change type="bugfix"> 90 <change type="bugfix">
35 <para lang="ru"> 91 <para lang="ru">