comparison docs/xml/nginx/changes.xml @ 499:64d9afb209da release-0.1.24

nginx-0.1.24-RELEASE import *) Feature: the ngx_http_ssi_filter_module supports the QUERY_STRING and DOCUMENT_URI variables. *) Bugfix: the ngx_http_autoindex_module may some times return the 404 response for existent directory, if this directory was used in "alias" directive. *) Bugfix: the ngx_http_ssi_filter_module ran incorrectly for large responses. *) Bugfix: the lack of the "Referer" header line was always accounted as valid referrer.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 04 Mar 2005 14:06:57 +0000
parents d7c90bb5ce83
children d4ea69372b94
comparison
equal deleted inserted replaced
498:58fcf570b0cb 499:64d9afb209da
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.24" date="04.03.2005">
13
14 <change type="feature">
15 <para lang="ru">
16 модуль ngx_http_ssi_filter_module поддерживает переменные
17 QUERY_STRING и DOCUMENT_URI.
18 </para>
19 <para lang="en">
20 the ngx_http_ssi_filter_module supports the QUERY_STRING and DOCUMENT_URI
21 variables.
22 </para>
23 </change>
24
25 <change type="bugfix">
26 <para lang="ru">
27 модуль ngx_http_autoindex_module мог выдавать ответ 404
28 на существующий каталог, если этот каталог был указан как alias.
29 </para>
30 <para lang="en">
31 the ngx_http_autoindex_module may some times return the 404 response
32 for existent directory, if this directory was used in "alias" directive.
33 </para>
34 </change>
35
36 <change type="bugfix">
37 <para lang="ru">
38 модуль ngx_http_ssi_filter_module неправильно работал при больших
39 ответах.
40 </para>
41 <para lang="en">
42 the ngx_http_ssi_filter_module ran incorrectly for large responses.
43 </para>
44 </change>
45
46 <change type="bugfix">
47 <para lang="ru">
48 отсутствие строки заголовка "Referer" всегда считалось правильным referrer'ом.
49 </para>
50 <para lang="en">
51 the lack of the "Referer" header line was always accounted as valid referrer.
52 </para>
53 </change>
54
55 </changes>
10 56
11 57
12 <changes ver="0.1.23" date="01.03.2005"> 58 <changes ver="0.1.23" date="01.03.2005">
13 59
14 <change type="feature"> 60 <change type="feature">