comparison docs/xml/nginx/changes.xml @ 641:5e8fb59c18c1 release-0.3.42

nginx-0.3.42-RELEASE import *) Feature: the "bind" option of the "listen" directive in IMAP/POP3 proxy. *) Bugfix: if the same capture in the "rewrite" directive was used more then once. *) Bugfix: the $sent_http_content_type, $sent_http_content_length, $sent_http_last_modified, $sent_http_connection, $sent_http_keep_alive, and $sent_http_transfer_encoding variables were not written to access log. *) Bugfix: the $sent_http_cache_control returned value of the single "Cache-Control" response header line.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 26 Apr 2006 09:52:47 +0000
parents 715d24327080
children 947c6fd27699
comparison
equal deleted inserted replaced
640:5fd31c2fe4a8 641:5e8fb59c18c1
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.42" date="26.04.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 параметр bind в директиве listen в IMAP/POP3 прокси.
17 </para>
18 <para lang="en">
19 the "bind" option of the "listen" directive in IMAP/POP3 proxy.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 ошибки при использовании в директиве rewrite одного и того же
26 выделения более одного раза.
27 </para>
28 <para lang="en">
29 if the same capture in the "rewrite" directive was used more then once.
30 </para>
31 </change>
32
33 <change type="bugfix">
34 <para lang="ru">
35 в лог не записывались переменные
36 $sent_http_content_type, $sent_http_content_length, $sent_http_last_modified,
37 $sent_http_connection, $sent_http_keep_alive и $sent_http_transfer_encoding.
38 </para>
39 <para lang="en">
40 the $sent_http_content_type, $sent_http_content_length,
41 $sent_http_last_modified, $sent_http_connection, $sent_http_keep_alive,
42 and $sent_http_transfer_encoding variables were not written to access log.
43 </para>
44 </change>
45
46 <change type="bugfix">
47 <para lang="ru">
48 переменная $sent_http_cache_control возвращала содержимое только одной
49 строки "Cache-Control" в заголовке ответа.
50 </para>
51 <para lang="en">
52 the $sent_http_cache_control returned value of the single "Cache-Control"
53 response header line.
54 </para>
55 </change>
56
57 </changes>
10 58
11 59
12 <changes ver="0.3.41" date="21.04.2006"> 60 <changes ver="0.3.41" date="21.04.2006">
13 61
14 <change type="feature"> 62 <change type="feature">