comparison docs/xml/nginx/changes.xml @ 2362:19c452ecd083 release-0.7.24

nginx-0.7.24-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 01 Dec 2008 14:54:42 +0000
parents 0562fb355a25
children 46b68faf271d
comparison
equal deleted inserted replaced
2361:c59485781f0a 2362:19c452ecd083
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.24" date="01.12.2008">
13
14 <change type="feature">
15 <para lang="ru">
16 директива if_modified_since.
17 </para>
18 <para lang="en">
19 the "if_modified_since" directive.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 nginx не обрабатывал ответ FastCGI-сервера,
26 если перед ответом сервер передавал много сообщений в stderr.
27 </para>
28 <para lang="en">
29 nginx did not process a FastCGI server response,
30 if the server send too many messages to stderr before response.
31 </para>
32 </change>
33
34 <change type="bugfix">
35 <para lang="ru">
36 переменные "$cookie_..." не работали в SSI and в перловом модуле.
37 </para>
38 <para lang="en">
39 the "$cookie_..." variables did not work in the SSI and the perl module.
40 </para>
41 </change>
42
43 </changes>
10 44
11 45
12 <changes ver="0.7.23" date="27.11.2008"> 46 <changes ver="0.7.23" date="27.11.2008">
13 47
14 <change type="feature"> 48 <change type="feature">