comparison docs/xml/nginx/changes.xml @ 3412:59dee6f7f3af release-0.8.32

nginx-0.8.32-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 11 Jan 2010 15:35:44 +0000
parents 4f8411591449
children a4456378d234
comparison
equal deleted inserted replaced
3411:50ad44defdbb 3412:59dee6f7f3af
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.8.32" date="11.01.2010">
13
14 <change type="bugfix">
15 <para lang="ru">
16 ошибки при использовании кодировки UTF-8 в ngx_http_autoindex_module.<br/>
17 Спасибо Максиму Дунину.
18 </para>
19 <para lang="en">
20 UTF-8 encoding usage in the ngx_http_autoindex_module.<br/>
21 Thanks to Maxim Dounin.
22 </para>
23 </change>
24
25 <change type="bugfix">
26 <para lang="ru">
27 именованные выделения в регулярных выражениях работали только для
28 двух переменных.<br/>
29 Спасибо Максиму Дунину.
30 </para>
31 <para lang="en">
32 regular expression named captures worked for two names only. <br/>
33 Thanks to Maxim Dounin.
34 </para>
35 </change>
36
37 <change type="bugfix">
38 <para lang="ru">
39 теперь в строке заголовка запроса "Host" используется имя "localhost",
40 если в директиве auth_http указан unix domain сокет.<br/>
41 Спасибо Максиму Дунину.
42 </para>
43 <para lang="en">
44 now the "localhost" name is used in the "Host" request header line,
45 if an unix domain socket is defined in the "auth_http" directive.<br/>
46 Thanks to Maxim Dounin.
47 </para>
48 </change>
49
50 <change type="bugfix">
51 <para lang="ru">
52 nginx не поддерживал передачу chunk'ами для 201-ых ответов.<br/>
53 Спасибо Julian Reich.
54 </para>
55 <para lang="en">
56 nginx did nor support chunked transfer encoding for 201 responses.<br/>
57 Thanks to Julian Reich.
58 </para>
59 </change>
60
61 <change type="bugfix">
62 <para lang="ru">
63 если директива "expires modified" выставляла дату в прошлом, то в строке
64 заголовка ответа "Cache-Control" выдавалось отрицательное число.<br/>
65 Спасибо Алексею Капранову.
66 </para>
67 <para lang="en">
68 if the "expires modified" set date in the past, the a negative number
69 was set in the "Cache-Control" response header line.<br/>
70 Thanks to Alex Kapranoff.
71 </para>
72 </change>
73
74 </changes>
10 75
11 76
12 <changes ver="0.8.31" date="23.12.2009"> 77 <changes ver="0.8.31" date="23.12.2009">
13 78
14 <change type="feature"> 79 <change type="feature">