comparison docs/xml/nginx/changes.xml @ 491:0f836f0288ee release-0.1.20

nginx-0.1.20-RELEASE import *) Feature: the new "script_filename" and "remote_port" parameters of the fastcgi_params directive. *) Bugfix: the FastCGI stderr stream was handled incorrectly.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 17 Feb 2005 11:59:36 +0000
parents 45a460f82aec
children 975f62e77f02
comparison
equal deleted inserted replaced
490:eb7935b36652 491:0f836f0288ee
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.1.20" date="17.02.2005">
13
14 <change type="feature">
15 <para lang="ru">
16 новые параметры script_filename и remote_port в директиве fastcgi_params.
17 </para>
18 <para lang="en">
19 the new "script_filename" and "remote_port" parameters
20 ofthe fastcgi_params directive.
21 </para>
22 </change>
23
24 <change type="bugfix">
25 <para lang="ru">
26 неправильно обрабатывался поток stderr от FastCGI-сервера.
27 </para>
28 <para lang="en">
29 the FastCGI stderr stream was handled incorreсtly.
30 </para>
31 </change>
32
33 </changes>
10 34
11 35
12 <changes ver="0.1.19" date="16.02.2005"> 36 <changes ver="0.1.19" date="16.02.2005">
13 37
14 <change type="bugfix"> 38 <change type="bugfix">