comparison docs/xml/nginx/changes.xml @ 461:a88a3e4e158f release-0.1.5

nginx-0.1.5-RELEASE import *) Bugfix: on Solaris and Linux there may be too many "recvmsg() returned not enough data" alerts. *) Bugfix: there were the "writev() failed (22: Invalid argument)" errors on Solaris in proxy mode without sendfile. On other platforms that do not support sendfile at all the process got caught in an endless loop. *) Bugfix: segmentation fault on Solaris in proxy mode and using sendfile. *) Bugfix: segmentation fault on Solaris. *) Bugfix: on-line upgrade did not work on Linux. *) Bugfix: the ngx_http_autoindex_module module did not escape the spaces, the quotes, and the percent signs in the directory listing. *) Change: the decrease of the copy operations. *) Feature: the userid_p3p directive.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 Nov 2004 14:07:14 +0000
parents 0491b909ef76
children 1f31dc6d33a3
comparison
equal deleted inserted replaced
460:5f8319142dfc 461:a88a3e4e158f
2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" > 2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" >
3 3
4 4
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
8
9 <changes ver="0.1.5" date="11.11.2004">
10
11 <change type="bugfix">
12 <para lang="ru">
13 на Solaris и Linux могло быть очень много сообщений "recvmsg() returned
14 not enough data".
15 </para>
16 <para lang="en">
17 on Solaris and Linux there may be too many "recvmsg() returned not enough data"
18 alerts.
19 </para>
20 </change>
21
22 <change type="bugfix">
23 <para lang="ru">
24 в режиме прокси без использования sendfile на Solaris возникала
25 ошибка "writev() failed (22: Invalid argument)". На других платформах,
26 не поддерживающих sendfile, процесс зацикливался.
27 </para>
28 <para lang="en">
29 there were the "writev() failed (22: Invalid argument)" errors on
30 Solaris in proxy mode without sendfile. On other platforms that do not
31 support sendfile at all the process got caught in an endless loop.
32 </para>
33 </change>
34
35 <change type="bugfix">
36 <para lang="ru">
37 при использовании sendfile в режиме прокси на Solaris возникал
38 segmentation fault.
39 </para>
40 <para lang="en">
41 segmentation fault on Solaris in proxy mode and using sendfile.
42 </para>
43 </change>
44
45 <change type="bugfix">
46 <para lang="ru">
47 segmentation fault на Solaris.
48 </para>
49 <para lang="en">
50 segmentation fault on Solaris.
51 </para>
52 </change>
53
54 <change type="bugfix">
55 <para lang="ru">
56 обновление исполняемого файла на лету не работало на Linux.
57 </para>
58 <para lang="en">
59 on-line upgrade did not work on Linux.
60 </para>
61 </change>
62
63 <change type="bugfix">
64 <para lang="ru">
65 в списке файлов, выдаваемом модулем ngx_http_autoindex_module,
66 не перекодировались пробелы, кавычки и знаки процента.
67 </para>
68 <para lang="en">
69 the ngx_http_autoindex_module module did not escape the spaces,
70 the quotes, and the percent signs in the directory listing.
71 </para>
72 </change>
73
74 <change type="change">
75 <para lang="ru">
76 уменьшение операций копирования.
77 </para>
78 <para lang="en">
79 the decrease of the copy operations.
80 </para>
81 </change>
82
83 <change type="feature">
84 <para lang="ru">
85 директива userid_p3p.
86 </para>
87 <para lang="en">
88 the userid_p3p directive.
89 </para>
90 </change>
91
92 </changes>
7 93
8 94
9 <changes ver="0.1.4" date="26.10.2004"> 95 <changes ver="0.1.4" date="26.10.2004">
10 96
11 <change type="bugfix"> 97 <change type="bugfix">