comparison docs/xml/nginx/changes.xml @ 2954:c98da980514a release-0.8.3

nginx-0.8.3-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Fri, 19 Jun 2009 10:56:35 +0000
parents b3503597c1a0
children db34ec0c53c4
comparison
equal deleted inserted replaced
2953:aa12525236da 2954:c98da980514a
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.8.2" date="19.06.2009">
13
14 <change type="feature">
15 <para lang="ru">
16 переменная $upstream_cache_status.
17 </para>
18 <para lang="en">
19 the $upstream_cache_status variable.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 nginx не собирался на MacOSX 10.6.
26 </para>
27 <para lang="en">
28 nginx could not be built on MacOSX 10.6.
29 the bug had appeared in 0.8.2.
30 </para>
31 </change>
32
33 <change type="bugfix">
34 <para lang="ru">
35 nginx не собирался с параметром --without-http-cache;
36 ошибка появилась в 0.8.2.
37 </para>
38 <para lang="en">
39 nginx could not be built --without-http-cache;
40 the bug had appeared in 0.8.2.
41 </para>
42 </change>
43
44 <change type="bugfix">
45 <para lang="ru">
46 если было использовался перехват 401 ошибки от бэкенда и бэкенд
47 не возвращал строку "WWW-Authenticate" в заголовке ответа,
48 то в рабочем процессе происходил segmentation fault.<br/>
49 Спасибо Евгению Мычло.
50 </para>
51 <para lang="en">
52 a segmentation fault occurred in worker process,
53 if a backend 401 error was intercepted and the backend did not set
54 the "WWW-Authenticate" response header line.<br/>
55 Thanks to Eugene Mychlo.
56 </para>
57 </change>
58
59 </changes>
10 60
11 61
12 <changes ver="0.8.2" date="15.06.2009"> 62 <changes ver="0.8.2" date="15.06.2009">
13 63
14 <change type="bugfix"> 64 <change type="bugfix">