comparison docs/xml/nginx/changes.xml @ 675:e924670896ab release-0.3.59

nginx-0.3.59-RELEASE import *) Feature: now is possible to do several redirection using the "error_page" directive. *) Bugfix: the "dav_access" directive did not support three parameters. *) Bugfix: the "error_page" directive did not changes the "Content-Type" header line after the "X-Accel-Redirect" was used; the bug had appeared in 0.3.58.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 16 Aug 2006 13:09:33 +0000
parents b80f94fa2197
children 921a7ce4baf4
comparison
equal deleted inserted replaced
674:c4b2ba082d99 675:e924670896ab
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.59" date="16.08.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 теперь можно делать несколько перенаправлений через директиву error_page.
17 </para>
18 <para lang="en">
19 now is possible to do several redirection using the "error_page" directive.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 директива dav_access не поддерживала три параметра.
26 </para>
27 <para lang="en">
28 the "dav_access" directive did not support three parameters.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 директива error_page не изменяла строку "Content-Type"
35 после перенаправления с помощью "X-Accel-Redirect";
36 ошибка появилась в 0.3.58.
37 </para>
38 <para lang="en">
39 the "error_page" directive did not changes the "Content-Type" header line
40 after the "X-Accel-Redirect" was used;
41 bug appeared in 0.3.58.
42 </para>
43 </change>
44
45 </changes>
10 46
11 47
12 <changes ver="0.3.58" date="14.08.2006"> 48 <changes ver="0.3.58" date="14.08.2006">
13 49
14 <change type="feature"> 50 <change type="feature">