comparison docs/xml/nginx/changes.xml @ 469:2ff194b74f1e release-0.1.9

nginx-0.1.9-RELEASE import *) Bugfix: the proxied request was sent without arguments if the request contains "//", "/./", "/../" or "%XX". *) Bugfix: the large compressed responses may be transferred not completely. *) Bugfix: the files bigger than 2G was not transferred on Linux that does not support sendfile64(). *) Bugfix: while the build configuration on Linux the --with-poll_module parameter was required; the bug had appeared in 0.1.8.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 25 Nov 2004 16:17:31 +0000
parents bbd6b0b4a2b1
children 31ee1b50354f
comparison
equal deleted inserted replaced
468:1a67596d0349 469:2ff194b74f1e
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.9" date="25.11.2004">
10
11 <change type="bugfix">
12 <para lang="ru">
13 если в запросе есть "//", "/./", "/../" или "%XX", то проксируемый
14 запрос передавался без аргументов.
15 </para>
16 <para lang="en">
17 the proxied request was sent without arguments if the request contains
18 "//", "/./", "/../" or "%XX".
19 </para>
20 </change>
21
22 <change type="bugfix">
23 <para lang="ru">
24 при сжатии больших ответов иногда они передавались не полностью.
25 </para>
26 <para lang="en">
27 the large compressed responses may be transferred not completely.
28 </para>
29 </change>
30
31 <change type="bugfix">
32 <para lang="ru">
33 не передавались файлы больше 2G на Linux, неподдерживающем sendfile64().
34 </para>
35 <para lang="en">
36 the files bigger than 2G was not transferred on Linux that does not support
37 sendfile64().
38 </para>
39 </change>
40
41 <change type="bugfix">
42 <para lang="ru">
43 на Linux при конфигурации сборки нужно было обязательно использовать
44 параметр --with-poll_module;
45 ошибка появилась в 0.1.8.
46 </para>
47 <para lang="en">
48 while the build configuration on Linux the --with-poll_module parameter
49 was required;
50 bug appeared in 0.1.8.
51 </para>
52 </change>
53
54 </changes>
7 55
8 56
9 <changes ver="0.1.8" date="20.11.2004"> 57 <changes ver="0.1.8" date="20.11.2004">
10 58
11 <change type="bugfix"> 59 <change type="bugfix">