comparison docs/xml/nginx/changes.xml @ 679:df95dcff753a release-0.3.61

nginx-0.3.61-RELEASE import *) Change: now the "tcp_nodelay" directive is turned on by default. *) Feature: the "msie_refresh" directive. *) Feature: the "recursive_error_pages" directive. *) Bugfix: the "rewrite" directive returned incorrect redirect, if the redirect had the captured escaped symbols from original URI.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 28 Aug 2006 16:57:48 +0000
parents 921a7ce4baf4
children 7e24168b0853
comparison
equal deleted inserted replaced
678:d99f27299a2b 679:df95dcff753a
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
13 <changes ver="0.4.0" date="19.08.2006">
14
15 <change>
16 <para lang="ru">
17 Изменение во внутреннем API: инициализация модулей HTTP перенесена из фазы
18 init module в фазу HTTP postconfiguration.
19 </para>
20 <para lang="en">
21 Change in internal API: the HTTP modules initialization was moved
22 from the init module phase to the HTTP postconfiguration phase.
23 </para>
24 </change>
25
26 </changes>
27
28 -->
29
30
31 <changes ver="0.3.61" date="28.08.2006">
32
33 <change type="feature">
34 <para lang="ru">
35 директива msie_refresh.
36 </para>
37 <para lang="en">
38 the "msie_refresh" directive.
39 </para>
40 </change>
41
42 <change type="feature">
43 <para lang="ru">
44 директива recursive_error_pages.
45 </para>
46 <para lang="en">
47 the "recursive_error_pages" directive.
48 </para>
49 </change>
50
51 <change type="bugfix">
52 <para lang="ru">
53 директива rewrite возвращала неправильный редирект, если редирект
54 включал в себя выделенные закодированные символы из оригинального URI.
55 </para>
56 <para lang="en">
57 the "rewrite" directive returned incorrect redirect, if the redirect
58 had the captured escaped symbols from original URI.
59 </para>
60 </change>
61
62 </changes>
10 63
11 64
12 <changes ver="0.3.60" date="18.08.2006"> 65 <changes ver="0.3.60" date="18.08.2006">
13 66
14 <change type="bugfix"> 67 <change type="bugfix">