comparison docs/xml/nginx/changes.xml @ 473:8e8f3af115b5 release-0.1.11

nginx-0.1.11-RELEASE import *) Feature: the worker_priority directive. *) Change: both tcp_nopush and tcp_nodelay directives affect the transferred response. *) Bugfix: nginx did not call initgroups(). Thanks to Andrew Sitnikov and Andrei Nigmatulin. *) Change: now the ngx_http_autoindex_module shows the file size in the bytes. *) Bugfix: the ngx_http_autoindex_module returned the 500 error if the broken symlink was in a directory. *) Bugfix: the files bigger than 4G could not be transferred using sendfile. *) Bugfix: if the backend was resolved to several backends and there was an error while the response waiting then process may got caught in an endless loop. *) Bugfix: the worker process may exit with the "unknown cycle" message when the /dev/poll method was used. *) Bugfix: "close() channel failed" errors. *) Bugfix: the autodetection of the "nobody" and "nogroup" groups. *) Bugfix: the send_lowat directive did not work on Linux. *) Bugfix: the segmentation fault occurred if there was no events section in configuration. *) Bugfix: nginx could not be built on OpenBSD. *) Bugfix: the double slashes in "://" in the URI were converted to ":/".
author Igor Sysoev <igor@sysoev.ru>
date Thu, 02 Dec 2004 18:40:46 +0000
parents 31ee1b50354f
children c3c2848fc081
comparison
equal deleted inserted replaced
472:a004b617422d 473:8e8f3af115b5
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.11" date="02.12.2004">
10
11 <change type="feature">
12 <para lang="ru">
13 директива worker_priority.
14 </para>
15 <para lang="en">
16 the worker_priority directive.
17 </para>
18 </change>
19
20 <change type="change">
21 <para lang="ru">
22 под FreeBSD директивы tcp_nopush и tcp_nodelay вместе влияют на передачу
23 ответа.
24 </para>
25 <para lang="en">
26 both tcp_nopush and tcp_nodelay directives affect the transferred response.
27 </para>
28 </change>
29
30 <change type="bugfix">
31 <para lang="ru">
32 nginx не вызывал initgroups().<br/>
33 Спасибо Андрею Ситникову и Андрею Нигматулину.
34 </para>
35 <para lang="en">
36 nginx did not call initgroups().<br/>
37 Thanks to Andrew Sitnikov and Andrei Nigmatulin.
38 </para>
39 </change>
40
41 <change type="change">
42 <para lang="ru">
43 ngx_http_auto_index_module теперь выдаёт размер файлов в байтах.
44 </para>
45 <para lang="en">
46 now the ngx_http_autoindex_module shows the file size in the bytes.
47 </para>
48 </change>
49
50 <change type="bugfix">
51 <para lang="ru">
52 ngx_http_auto_index_module возвращал ошибку 500, если в каталоге есть
53 битый symlink.
54 </para>
55 <para lang="en">
56 the ngx_http_autoindex_module returned the 500 error if the broken symlink
57 was in a directory.
58 </para>
59 </change>
60
61 <change type="bugfix">
62 <para lang="ru">
63 файлы больше 4G не передавались с использованием sendfile.
64 </para>
65 <para lang="en">
66 the files bigger than 4G could not be transferred using sendfile.
67 </para>
68 </change>
69
70 <change type="bugfix">
71 <para lang="ru">
72 если бэкенд резолвился в несколько адресов и при ожидании от него ответа
73 происходила ошибка, то процесс зацикливался.
74 </para>
75 <para lang="en">
76 if the backend was resolved to several backends and there was an error while
77 the response waiting then process may got caught in an endless loop.
78 </para>
79 </change>
80
81 <change type="bugfix">
82 <para lang="ru">
83 при использовании метода /dev/poll рабочий процесс мог завершиться
84 с сообщением "unknown cycle".
85 </para>
86 <para lang="en">
87 the worker process may exit with the "unknown cycle" message when the /dev/poll
88 method was used.
89 </para>
90 </change>
91
92 <change type="bugfix">
93 <para lang="ru">
94 ошибки "close() channel failed".
95 </para>
96 <para lang="en">
97 "close() channel failed" errors.
98 </para>
99 </change>
100
101 <change type="bugfix">
102 <para lang="ru">
103 автоматическое определение групп nobody и nogroup.
104 </para>
105 <para lang="en">
106 the autodetection of the nobody and nogroup groups.
107 </para>
108 </change>
109
110 <change type="bugfix">
111 <para lang="ru">
112 директива send_lowat не работала на Linux.
113 </para>
114 <para lang="en">
115 the send_lowat directive did not work on Linux.
116 </para>
117 </change>
118
119 <change type="bugfix">
120 <para lang="ru">
121 если в конфигурации не было раздела events, то происходил segmentation fault.
122 </para>
123 <para lang="en">
124 the segmentation fault occurred if there was no events section
125 in configuration.
126 </para>
127 </change>
128
129 <change type="bugfix">
130 <para lang="ru">
131 nginx не собирался под OpenBSD.
132 </para>
133 <para lang="en">
134 nginx could not be built on OpenBSD.
135 </para>
136 </change>
137
138 <change type="bugfix">
139 <para lang="ru">
140 двойные слэшы в "://" в URI превращались в ":/".
141 </para>
142 <para lang="en">
143 the double slashes in "://" in the URI were converted to ":/".
144 </para>
145 </change>
146
147 </changes>
7 148
8 149
9 <changes ver="0.1.10" date="26.11.2004"> 150 <changes ver="0.1.10" date="26.11.2004">
10 151
11 <change type="bugfix"> 152 <change type="bugfix">
21 </para> 162 </para>
22 </change> 163 </change>
23 164
24 <change type="bugfix"> 165 <change type="bugfix">
25 <para lang="ru"> 166 <para lang="ru">
26 исправление в версии 0.1.9 для файлов больше на Linux не работало. 167 исправление в версии 0.1.9 для файлов больше 2G на Linux не работало.
27 </para> 168 </para>
28 <para lang="en"> 169 <para lang="en">
29 the fix in 0.1.9 for the files bigger than 2G on Linux 170 the fix in 0.1.9 for the files bigger than 2G on Linux did not work.
30 did not work.
31 </para> 171 </para>
32 </change> 172 </change>
33 173
34 </changes> 174 </changes>
35 175
121 при использовании sendfile, если передаваемый файл менялся, то мог 261 при использовании sendfile, если передаваемый файл менялся, то мог
122 произойти segmentation fault на FreeBSD; 262 произойти segmentation fault на FreeBSD;
123 ошибка появилась в 0.1.5. 263 ошибка появилась в 0.1.5.
124 </para> 264 </para>
125 <para lang="en"> 265 <para lang="en">
126 on FreeBSD the segmentation fault may occure if the size of the transferred 266 on FreeBSD the segmentation fault may occur if the size of the transferred
127 file was changed; 267 file was changed;
128 bug appeared in 0.1.5. 268 bug appeared in 0.1.5.
129 </para> 269 </para>
130 </change> 270 </change>
131 271