comparison docs/xml/nginx/changes.xml @ 1103:613369e08810 release-0.5.12

nginx-0.5.12-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 12 Feb 2007 14:59:20 +0000
parents bb491c8197e3
children bd796ef5c9c9
comparison
equal deleted inserted replaced
1102:37c3b4e62b03 1103:613369e08810
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.5.12" date="12.02.2007">
13
14 <change type="bugfix">
15 <para lang="ru">
16 nginx не собирался на платформах, отличных от i386, amd64, sparc и ppc;
17 ошибка появилась в 0.5.8.
18 </para>
19 <para lang="en">
20 nginx could not be built on platforms different from i386, amd64, sparc и ppc;
21 bug appeared in 0.5.8.
22 </para>
23 </change>
24
25 <change type="bugfix">
26 <para lang="ru">
27 при использовании временных файлов в время работы с FastCGI-сервером
28 в рабочем процессе мог произойти segmentation fault;
29 ошибка появилась в 0.5.8.
30 </para>
31 <para lang="en">
32 a segmentation fault might occur in worker process
33 if the temporarily files were used while working with FastCGI server;
34 bug appeared in 0.5.8.
35 </para>
36 </change>
37
38 <change type="bugfix">
39 <para lang="ru">
40 если переменная $fastcgi_script_name записывалась в лог,
41 то в рабочем процессе мог произойти segmentation fault.
42 </para>
43 <para lang="en">
44 a segmentation fault might occur in worker process
45 if the $fastcgi_script_name variable was logged.
46 </para>
47 </change>
48
49 <change type="bugfix">
50 <para lang="ru">
51 ngx_http_perl_module не собирался на Solaris.
52 </para>
53 <para lang="en">
54 ngx_http_perl_module could not be built on Solaris.
55 </para>
56 </change>
57
58 </changes>
10 59
11 60
12 <changes ver="0.5.11" date="05.02.2007"> 61 <changes ver="0.5.11" date="05.02.2007">
13 62
14 <change type="feature"> 63 <change type="feature">