comparison docs/xml/nginx/changes.xml @ 673:b80f94fa2197 release-0.3.58

nginx-0.3.58-RELEASE import *) Feature: the "error_page" directive supports the variables. *) Change: now the procfs interface instead of sysctl is used on Linux. *) Change: now the "Content-Type" header line is inherited from first response when the "X-Accel-Redirect" was used. *) Bugfix: the "error_page" directive did not redirect the 413 error. *) Bugfix: the trailing "?" did not remove old arguments if no new arguments were added to a rewritten URI. *) Bugfix: nginx could not run on 64-bit FreeBSD 7.0-CURRENT.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 14 Aug 2006 15:09:38 +0000
parents cec32b3753ac
children e924670896ab
comparison
equal deleted inserted replaced
672:9542722efd0d 673:b80f94fa2197
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.58" date="14.08.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 директива error_page поддерживает переменные.
17 </para>
18 <para lang="en">
19 the "error_page" directive supports the variables.
20 </para>
21 </change>
22
23 <change type="change">
24 <para lang="ru">
25 теперь на Linux используется интерфейс procfs вместо sysctl.
26 </para>
27 <para lang="en">
28 now the procfs interface instead of sysctl is used on Linux.
29 </para>
30 </change>
31
32 <change type="change">
33 <para lang="ru">
34 теперь при использовании "X-Accel-Redirect" строка "Content-Type" наследуется
35 из первоначального ответа.
36 </para>
37 <para lang="en">
38 now the "Content-Type" header line is inherited from first response
39 when the "X-Accel-Redirect" was used.
40 </para>
41 </change>
42
43 <change type="bugfix">
44 <para lang="ru">
45 директива error_page не перенаправляла ошибку 413.
46 </para>
47 <para lang="en">
48 the "error_page" directive did not redirect the 413 error.
49 </para>
50 </change>
51
52 <change type="bugfix">
53 <para lang="ru">
54 завершающий "?" не удалял старые аргументы, если в переписанном URI
55 не было новых аргументов.
56 </para>
57 <para lang="en">
58 the trailing "?" did not remove old arguments if no new arguments
59 were added to a rewritten URI.
60 </para>
61 </change>
62
63 <change type="bugfix">
64 <para lang="ru">
65 nginx не запускался на 64-битной FreeBSD 7.0-CURRENT.
66 </para>
67 <para lang="en">
68 nginx could not run on 64-bit FreeBSD 7.0-CURRENT.
69 </para>
70 </change>
71
72 </changes>
10 73
11 74
12 <changes ver="0.3.57" date="09.08.2006"> 75 <changes ver="0.3.57" date="09.08.2006">
13 76
14 <change type="feature"> 77 <change type="feature">