comparison docs/xml/nginx/changes.xml @ 567:1af2fcb3be8a release-0.3.5

nginx-0.3.5-RELEASE import *) Bugfix: the segmentation fault may occurred if the IMAP/POP3 login was changed by authorization server; the bug had appeared in 0.2.2. *) Bugfix: the accept mutex did not work and all connections were handled by one process; the bug had appeared in 0.3.3. *) Bugfix: the timeout did not work if the "rtsig" method and the "timer_resolution" directive were used.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 21 Oct 2005 19:12:18 +0000
parents 7c1369d37c7e
children 174f1e853e1e
comparison
equal deleted inserted replaced
566:4fc7c33856a4 567:1af2fcb3be8a
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 10
11 11
12 <changes ver="0.3.4" date="19.09.2005"> 12 <changes ver="0.3.5" date="21.10.2005">
13
14 <change type="bugfix">
15 <para lang="ru">
16 если логин IMAP/POP3 менялся сервером авторизации, то мог произойти
17 segmentation fault;
18 ошибка появилась в 0.2.2.
19 </para>
20 <para lang="en">
21 the segmentation fault may occurred if the IMAP/POP3 login was changed
22 by authorization server;
23 bug appeared in 0.2.2.
24 </para>
25 </change>
26
27 <change type="bugfix">
28 <para lang="ru">
29 accept mutex не работал, все соединения обрабатывались одним рабочим процессом;
30 ошибка появилась в 0.3.3.
31 </para>
32 <para lang="en">
33 the accept mutex did not work and all connections were handled by one process;
34 bug appeared in 0.3.3.
35 </para>
36 </change>
37
38 <change type="bugfix">
39 <para lang="ru">
40 при использовании метода rtsig и директивы timer_resolution
41 не работали таймауты.
42 </para>
43 <para lang="en">
44 the timeout did not work if the "rtsig" method and the "timer_resolution"
45 directive were used.
46 </para>
47 </change>
48
49 </changes>
50
51
52 <changes ver="0.3.4" date="19.10.2005">
13 53
14 <change type="bugfix"> 54 <change type="bugfix">
15 <para lang="ru"> 55 <para lang="ru">
16 nginx не собирался на Linux 2.4+ и MacOS X; 56 nginx не собирался на Linux 2.4+ и MacOS X;
17 ошибка появилась в 0.3.3. 57 ошибка появилась в 0.3.3.