comparison docs/xml/nginx/changes.xml @ 523:2019117e6b38 release-0.1.36

nginx-0.1.36-RELEASE import *) Change: if the request header has duplicate the "Host", "Connection", "Content-Length", or "Authorization" lines, then nginx now returns the 400 error. *) Change: the "post_accept_timeout" directive was canceled. *) Feature: the "default", "af=", "bl=", "deferred", and "bind" parameters of the "listen" directive. *) Feature: the FreeBSD accept filters support. *) Feature: the Linux TCP_DEFER_ACCEPT support. *) Bugfix: the ngx_http_autoindex_module did not support the file names in UTF-8. *) Bugfix: the new log file can be rotated by the -USR1 signal only if the reconfiguration by the -HUP signal was made twice.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 15 Jun 2005 18:33:41 +0000
parents 6f00349b98e5
children 09b42134ac0c
comparison
equal deleted inserted replaced
522:b59b006291f3 523:2019117e6b38
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.36" date="15.06.2005">
13
14 <change type="change">
15 <para lang="ru">
16 если в заголовке запросе есть дублирующиеся строки "Host", "Connection",
17 "Content-Length" и "Authorization", то nginx теперь выдаёт ошибку 400.
18 </para>
19 <para lang="en">
20 if the request header has duplicate the "Host", "Connection", "Content-Length",
21 or "Authorization" lines, then nginx now returns the 400 error.
22 </para>
23 </change>
24
25 <change type="change">
26 <para lang="ru">
27 директива post_accept_timeout упразднена.
28 </para>
29 <para lang="en">
30 The "post_accept_timeout" directive was canceled.
31 </para>
32 </change>
33
34 <change type="feature">
35 <para lang="ru">
36 параметры default, af=, bl=, deferred и bind в директиве listen.
37 </para>
38 <para lang="en">
39 the "default", "af=", "bl=", "deferred", and "bind" parameters
40 of the "listen" directive.
41 </para>
42 </change>
43
44 <change type="feature">
45 <para lang="ru">
46 поддержка accept фильтров во FreeBSD.
47 </para>
48 <para lang="en">
49 the FreeBSD accept filters support.
50 </para>
51 </change>
52
53 <change type="feature">
54 <para lang="ru">
55 поддержка TCP_DEFER_ACCEPT в Linux.
56 </para>
57 <para lang="en">
58 the Linux TCP_DEFER_ACCEPT support.
59 </para>
60 </change>
61
62 <change type="bugfix">
63 <para lang="ru">
64 модуль ngx_http_autoindex_module не поддерживал имена файлов в UTF-8.
65 </para>
66 <para lang="en">
67 the ngx_http_autoindex_module did not support the file names in UTF-8.
68 </para>
69 </change>
70
71 <change type="bugfix">
72 <para lang="ru">
73 после добавления новый лог-файл ротация этого лога по сигналу -USR1
74 выполнялась, только если переконфигурировать nginx два раза по сигналу -HUP.
75 </para>
76 <para lang="en">
77 the new log file can be rotated by the -USR1 signal only if
78 the reconfiguration by the -HUP signal was made twice.
79 </para>
80 </change>
81
82 </changes>
10 83
11 84
12 <changes ver="0.1.35" date="07.06.2005"> 85 <changes ver="0.1.35" date="07.06.2005">
13 86
14 <change type="feature"> 87 <change type="feature">