comparison docs/xml/nginx/changes.xml @ 1145:64854c7c95d0 release-0.5.16

nginx-0.5.16-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Mar 2007 14:32:00 +0000
parents fa739f4a7b66
children d1ffcf84ea12
comparison
equal deleted inserted replaced
1144:324a5a3fe27f 1145:64854c7c95d0
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.16" date="26.03.2007">
13
14 <change type="bugfix">
15 <para lang="ru">
16 в качестве ключа для хэша в директиве ip_hash не использовалась сеть
17 класса С.<br/>
18 Спасибо Павлу Ярковому.
19 </para>
20 <para lang="en">
21 the C-class network was not used as hash key in the "ip_hash" directive.<br/>
22 Thanks to Pavel Yarkovoy.
23 </para>
24 </change>
25
26 <change type="bugfix">
27 <para lang="ru">
28 если в строке "Content-Type" в заголовке ответа бэкенда был указан charset
29 и строка завершалась символом ";",
30 то в рабочем процессе мог произойти segmentation fault;
31 ошибка появилась в 0.3.50.
32 </para>
33 <para lang="en">
34 a segmentation fault might occur in worker process
35 if a charset was set in the "Content-Type" header line and the line
36 has trailing ";";
37 bug appeared in 0.3.50.
38 </para>
39 </change>
40
41 <change type="bugfix">
42 <para lang="ru">
43 ошибки "[alert] zero size buf" при работе с FastCGI-сервером, если
44 тело запроса, записанное во временный файл, было кратно 32K.
45 </para>
46 <para lang="en">
47 the "[alert] zero size buf" error when FastCGI server was used and
48 an request body written in a temporary file was multiple of 32K.
49 </para>
50 </change>
51
52 <change type="bugfix">
53 <para lang="ru">
54 nginx не собирался на Solaris без параметра --with-debug;
55 ошибка появилась в 0.5.15.
56 </para>
57 <para lang="en">
58 nginx could not be built on Solaris without the --with-debug option;
59 bug appeared in 0.5.15.
60 </para>
61 </change>
62
63 </changes>
10 64
11 65
12 <changes ver="0.5.15" date="19.03.2007"> 66 <changes ver="0.5.15" date="19.03.2007">
13 67
14 <change type="feature"> 68 <change type="feature">