comparison docs/xml/nginx/changes.xml @ 2964:e65e202792cb stable-0.7 release-0.7.61

nginx-0.7.61-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 22 Jun 2009 09:37:07 +0000
parents 868a381304dc
children 64659bcb92d4
comparison
equal deleted inserted replaced
2963:b0c1ce16b5bd 2964:e65e202792cb
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.61" date="22.06.2009">
13
14 <change type="bugfix">
15 <para lang="ru">
16 nginx не собирался на MacOSX 10.6.
17 </para>
18 <para lang="en">
19 nginx could not be built on MacOSX 10.6.
20 the bug had appeared in 0.8.2.
21 </para>
22 </change>
23
24 <change type="bugfix">
25 <para lang="ru">
26 nginx не собирался с параметром --without-http-cache;
27 ошибка появилась в 0.7.60.
28 </para>
29 <para lang="en">
30 nginx could not be built --without-http-cache;
31 the bug had appeared in 0.7.60.
32 </para>
33 </change>
34
35 <change type="bugfix">
36 <para lang="ru">
37 если было использовался перехват 401 ошибки от бэкенда и бэкенд
38 не возвращал строку "WWW-Authenticate" в заголовке ответа,
39 то в рабочем процессе происходил segmentation fault.<br/>
40 Спасибо Евгению Мычло.
41 </para>
42 <para lang="en">
43 a segmentation fault occurred in worker process,
44 if a backend 401 error was intercepted and the backend did not set
45 the "WWW-Authenticate" response header line.<br/>
46 Thanks to Eugene Mychlo.
47 </para>
48 </change>
49
50 </changes>
10 51
11 52
12 <changes ver="0.7.60" date="15.06.2009"> 53 <changes ver="0.7.60" date="15.06.2009">
13 54
14 <change type="feature"> 55 <change type="feature">
124 </change> 165 </change>
125 166
126 </changes> 167 </changes>
127 168
128 169
170 <!-- 0.8.x branch -->
129 <changes ver="0.7.59" date="25.05.2009"> 171 <changes ver="0.7.59" date="25.05.2009">
130 172
131 <change type="feature"> 173 <change type="feature">
132 <para lang="ru"> 174 <para lang="ru">
133 директивы proxy_cache_methods и fastcgi_cache_methods. 175 директивы proxy_cache_methods и fastcgi_cache_methods.