comparison docs/xml/nginx/changes.xml @ 583:4e296b7d25bf release-0.3.13

nginx-0.3.13-RELEASE import *) Feature: the IMAP/POP3 proxy supports STARTTLS and STLS. *) Bugfix: the IMAP/POP3 proxy did not work with the select, poll, and /dev/poll methods. *) Bugfix: in SSI handling. *) Bugfix: now Solaris sendfilev() is not used to transfer the client request body to FastCGI-server via the unix domain socket. *) Bugfix: the "auth_basic" directive did not disable the authorization; the bug had appeared in 0.3.11.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Dec 2005 13:18:09 +0000
parents 326634fb9d47
children 401de5a43ba5
comparison
equal deleted inserted replaced
582:6646640ac20b 583:4e296b7d25bf
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.3.13" date="05.12.2005">
13
14 <change type="feature">
15 <para lang="ru">
16 IMAP/POP3 прокси поддерживает STARTTLS и STLS.
17 </para>
18 <para lang="en">
19 the IMAP/POP3 proxy supports STARTTLS and STLS.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 IMAP/POP3 прокси не работала с методами select, poll и /dev/poll.
26 </para>
27 <para lang="en">
28 the IMAP/POP3 proxy did not work with the select, poll, and /dev/poll methods.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 ошибки в обработке SSI.
35 </para>
36 <para lang="en">
37 in SSI handling.
38 </para>
39 </change>
40
41 <change type="bugfix">
42 <para lang="ru">
43 sendfilev() в Solaris теперь не используется при передаче тела запроса
44 FastCGI-серверу через unix domain сокет.
45 </para>
46 <para lang="en">
47 now Solaris sendfilev() is not used to transfer the client request body
48 to FastCGI-server via the unix domain socket.
49 </para>
50 </change>
51
52 <change type="bugfix">
53 <para lang="ru">
54 директива auth_basic не запрещала аутентификацию;
55 ошибка появилась в 0.3.11.
56 </para>
57 <para lang="en">
58 the "auth_basic" directive did not disable the authorization;
59 bug appeared in 0.3.11.
60 </para>
61 </change>
62
63 </changes>
10 64
11 65
12 <changes ver="0.3.12" date="26.11.2005"> 66 <changes ver="0.3.12" date="26.11.2005">
13 67
14 <change type="security"> 68 <change type="security">
73 </para> 127 </para>
74 </change> 128 </change>
75 129
76 <change type="bugfix"> 130 <change type="bugfix">
77 <para lang="ru"> 131 <para lang="ru">
78 если клиент передал строку "Transfer-Encoding: chunked" в заголоовке 132 если клиент передал строку "Transfer-Encoding: chunked" в заголовке
79 запроса, то nginx теперь выдаёт ошибку 411. 133 запроса, то nginx теперь выдаёт ошибку 411.
80 </para> 134 </para>
81 <para lang="en"> 135 <para lang="en">
82 if the client sent the "Transfer-Encoding: chunked" header line, then 136 if the client sent the "Transfer-Encoding: chunked" header line, then
83 nginx returns the 411 error. 137 nginx returns the 411 error.