comparison docs/xml/nginx/changes.xml @ 489:45a460f82aec release-0.1.19

nginx-0.1.19-RELEASE import *) Bugfix: now, if request contains the zero, then the 404 error is returned for the local requests. *) Bugfix: nginx could not be built on NetBSD 2.0. *) Bugfix: the timeout may occur while reading of the the client request body via SSL connections.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 16 Feb 2005 13:40:36 +0000
parents 31ff3e943e16
children 0f836f0288ee
comparison
equal deleted inserted replaced
488:24c8dcb960fd 489:45a460f82aec
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.1.19" date="16.02.2005">
13
14 <change type="bugfix">
15 <para lang="ru">
16 если в запросе есть нуль, то для локальных запросов теперь возвращается
17 ошибка 404.
18 </para>
19 <para lang="en">
20 now, if request contains the zero, then the 404 error is returned
21 for the local requests.
22 </para>
23 </change>
24
25 <change type="bugfix">
26 <para lang="ru">
27 nginx не собирался под NetBSD 2.0.
28 </para>
29 <para lang="en">
30 nginx could not be built on NetBSD 2.0.
31 </para>
32 </change>
33
34 <change type="bugfix">
35 <para lang="ru">
36 во время чтения тела запроса клиента в SSL соединении мог произойти таймаут.
37 </para>
38 <para lang="en">
39 the timeout may occur while reading of the the client request body
40 via SSL connections.
41 </para>
42 </change>
43
44 </changes>
10 45
11 46
12 <changes ver="0.1.18" date="09.02.2005"> 47 <changes ver="0.1.18" date="09.02.2005">
13 48
14 <change type="workaround"> 49 <change type="workaround">