comparison docs/xml/nginx/changes.xml @ 834:fd57967d850d release-0.4.12

nginx-0.4.12-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Tue, 31 Oct 2006 15:28:43 +0000
parents e372368dadd7
children 979045fdcbd2
comparison
equal deleted inserted replaced
833:dbc6819acfcc 834:fd57967d850d
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.4.12" date="31.10.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 модуль ngx_http_perl_module поддерживает метод $r->variable.
17 </para>
18 <para lang="en">
19 the ngx_http_perl_module supports the $r->variable method.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 при включении в ответ большого статического файла с помощью SSI
26 ответ мог передаваться не полностью.
27 </para>
28 <para lang="en">
29 if a big static file was included using SSI in a response,
30 then the response may be transferred incomplete.
31 </para>
32 </change>
33
34 <change type="bugfix">
35 <para lang="ru">
36 nginx не убирал "#fragment" в URI.
37 </para>
38 <para lang="en">
39 nginx did not omit the "#fragment" part in URI.
40 </para>
41 </change>
42
43 </changes>
10 44
11 45
12 <changes ver="0.4.11" date="25.10.2006"> 46 <changes ver="0.4.11" date="25.10.2006">
13 47
14 <change type="feature"> 48 <change type="feature">