comparison docs/xml/nginx/changes.xml @ 2491:83027471a253 release-0.7.33

nginx-0.7.33-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Feb 2009 11:00:11 +0000
parents 780b2ba1ec6d
children 1e9a362c3dce
comparison
equal deleted inserted replaced
2490:1c87647b7ca5 2491:83027471a253
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.33" date="02.02.2009">
13
14 <change type="bugfix">
15 <para lang="ru">
16 если на запрос с телом возвращался редирект, то ответ мог быть двойным
17 при использовании методов epoll или rtsig.<br/>
18 Спасибо Eden Li.
19 </para>
20 <para lang="en">
21 a double response might be returned if the epoll or rtsig methods are used
22 and a redirect was returned to a request with body.<br/>
23 Thanks to Eden Li.
24 </para>
25 </change>
26
27 <change type="bugfix">
28 <para lang="ru">
29 для некоторых типов редиректов в переменной $sent_http_location
30 было пустое значение.
31 </para>
32 <para lang="en">
33 the $sent_http_location variable was empty for some redirects types.
34 </para>
35 </change>
36
37 <change type="bugfix">
38 <para lang="ru">
39 при использовании директивы resolver в SMTP прокси-сервере
40 в рабочем процессе мог произойти segmentation fault.
41 </para>
42 <para lang="en">
43 a segmentation fault might occur in worker process
44 if "resolver" directive was used in SMTP proxy.
45 </para>
46 </change>
47
48 </changes>
10 49
11 50
12 <changes ver="0.7.32" date="26.01.2009"> 51 <changes ver="0.7.32" date="26.01.2009">
13 52
14 <change type="feature"> 53 <change type="feature">