comparison docs/xml/nginx/changes.xml @ 639:715d24327080 release-0.3.41

nginx-0.3.41-RELEASE import *) Feature: the -v switch. *) Bugfix: the segmentation fault may occurred if the SSI page has remote subrequests. *) Bugfix: in FastCGI handling. *) Bugfix: if the perl modules path was not set using --with-perl_modules_path=PATH or the "perl_modules", then the segmentation fault was occurred.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 21 Apr 2006 12:06:44 +0000
parents e60fe4cf1d4e
children 5e8fb59c18c1
comparison
equal deleted inserted replaced
638:76bf795b5a02 639:715d24327080
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.3.41" date="21.04.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 ключ -v.
17 </para>
18 <para lang="en">
19 the -v switch.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 при включении в SSI удалённых подзапросов
26 мог произойти segmentation fault.
27 </para>
28 <para lang="en">
29 the segmentation fault may occurred if the SSI page has remote subrequests.
30 </para>
31 </change>
32
33 <change type="bugfix">
34 <para lang="ru">
35 в обработке FastCGI.
36 </para>
37 <para lang="en">
38 in FastCGI handling.
39 </para>
40 </change>
41
42 <change type="bugfix">
43 <para lang="ru">
44 если путь к перловым модулям не был указан с помощью
45 --with-perl_modules_path=PATH или директивы perl_modules,
46 то на старте происходил segmentation fault.
47 </para>
48 <para lang="en">
49 if the perl modules path was not set using
50 --with-perl_modules_path=PATH or the "perl_modules", then
51 the segmentation fault was occurred.
52 </para>
53 </change>
54
55 </changes>
10 56
11 57
12 <changes ver="0.3.40" date="19.04.2006"> 58 <changes ver="0.3.40" date="19.04.2006">
13 59
14 <change type="feature"> 60 <change type="feature">