comparison docs/xml/nginx/changes.xml @ 667:63a820b0bc6c release-0.3.55

nginx-0.3.55-RELEASE import *) Feature: the "stub" parameter in the "include" SSI command. *) Feature: the "block" SSI command. *) Feature: the unicode2nginx script was added to contrib. *) Bugfix: if a "root" was specified by variable only, then the root was relative to a server prefix. *) Bugfix: if the request contained "//" or "/./" and escaped symbols after them, then the proxied request was sent unescaped. *) Bugfix: the $r->headers_in("Cookie") of the ngx_http_perl_module now returns all "Cookie" header lines. *) Bugfix: a segmentation fault occurred if "client_body_in_file_only on" was used and nginx switched to a next upstream. *) Bugfix: on some condition while reconfiguration character codes inside the "charset_map" may be treated invalid; the bug had appeared in 0.3.50.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 28 Jul 2006 15:16:17 +0000
parents 5fd7a5e99047
children 562806624c4a
comparison
equal deleted inserted replaced
666:ddaa33b0817a 667:63a820b0bc6c
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.55" date="28.07.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 параметр stub в команде SSI include.
17 </para>
18 <para lang="en">
19 the "stub" parameter in the "include" SSI command.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 команда SSI block.
26 </para>
27 <para lang="en">
28 the "block" SSI command.
29 </para>
30 </change>
31
32 <change type="feature">
33 <para lang="ru">
34 скрипт unicode2nginx добавлен в contrib.
35 </para>
36 <para lang="en">
37 the unicode2nginx script was added to contrib.
38 </para>
39 </change>
40
41 <change type="bugfix">
42 <para lang="ru">
43 если root был задан только переменной, то корень задавался
44 относительно префикса сервера.
45 </para>
46 <para lang="en">
47 if a "root" was specified by variable only, then the root was relative
48 to a server prefix.
49 </para>
50 </change>
51
52 <change type="bugfix">
53 <para lang="ru">
54 если в запросе был "//" или "/.", и после этого закодированные
55 символы в виде "%XX", то проксируемый запрос передавался незакодированным.
56 </para>
57 <para lang="en">
58 if the request contained "//" or "/./" and escaped symbols after them,
59 then the proxied request was sent unescaped.
60 </para>
61 </change>
62
63 <change type="bugfix">
64 <para lang="ru">
65 метод $r->headers_in("Cookie") модуля ngx_http_perl_module теперь возвращает
66 все строки "Cookie" в заголовке запроса.
67 </para>
68 <para lang="en">
69 the $r->headers_in("Cookie") of the ngx_http_perl_module now returns
70 all "Cookie" header lines.
71 </para>
72 </change>
73
74 <change type="bugfix">
75 <para lang="ru">
76 происходил segmentation fault, если использовался
77 <nobr>"client_body_in_file_only on"</nobr>
78 и делался переход к следующему бэкенду.
79 </para>
80 <para lang="en">
81 a segmentation fault occurred if <nobr>"client_body_in_file_only on"</nobr>
82 was used and nginx was switches to a next upstream.
83 </para>
84 </change>
85
86 <change type="bugfix">
87 <para lang="ru">
88 при некоторых условиях во время переконфигурации коды символов в
89 внутри директивы charset_map могли считаться неверными;
90 ошибка появилась в 0.3.50.
91 </para>
92 <para lang="en">
93 on some condition while reconfiguration character codes
94 inside the "charset_map" may be treated invalid;
95 bug appeared in 0.3.50.
96 </para>
97 </change>
98
99 </changes>
10 100
11 101
12 <changes ver="0.3.54" date="11.07.2006"> 102 <changes ver="0.3.54" date="11.07.2006">
13 103
14 <change type="feature"> 104 <change type="feature">
499 589
500 <changes ver="0.3.44" date="04.05.2006"> 590 <changes ver="0.3.44" date="04.05.2006">
501 591
502 <change type="feature"> 592 <change type="feature">
503 <para lang="ru"> 593 <para lang="ru">
504 параметр wait в команде SSI inlcude. 594 параметр wait в команде SSI include.
505 </para> 595 </para>
506 <para lang="en"> 596 <para lang="en">
507 the "wait" parameter in the SSI "include" command. 597 the "wait" parameter in the "include" SSI command.
508 </para> 598 </para>
509 </change> 599 </change>
510 600
511 <change type="feature"> 601 <change type="feature">
512 <para lang="ru"> 602 <para lang="ru">