comparison docs/xml/nginx/changes.xml @ 877:93c94cfa9f78 release-0.4.14

nginx-0.4.14-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 27 Nov 2006 14:28:44 +0000
parents 979045fdcbd2
children 589ee12e8d7c
comparison
equal deleted inserted replaced
876:853abb6c4c89 877:93c94cfa9f78
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 10
11 11
12 <changes ver="0.4.14" date="27.11.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 директива proxy_pass_error_message в IMAP/POP3 прокси.
17 </para>
18 <para lang="en">
19 the "proxy_pass_error_message" directive in IMAP/POP3 proxy.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 теперь configure определяет библиотеку PCRE на FreeBSD, Linux и NetBSD.
26 </para>
27 <para lang="en">
28 now configure detects system PCRE library on FreeBSD, Linux, and NetBSD.
29 </para>
30 </change>
31
32 <change type="bugfix">
33 <para lang="ru">
34 ngx_http_perl_module не работал с перлом, собранным с поддержкой потоков;
35 ошибка появилась в 0.3.38.
36 </para>
37 <para lang="en">
38 ngx_http_perl_module did not work with perl built with the threads support;
39 bug appeared in 0.3.38.
40 </para>
41 </change>
42
43 <change type="bugfix">
44 <para lang="ru">
45 ngx_http_perl_module не работал корректно, если перл вызывался рекурсивно.
46 </para>
47 <para lang="en">
48 ngx_http_perl_module did not work if perl was called recursively.
49 </para>
50 </change>
51
52 <change type="bugfix">
53 <para lang="ru">
54 nginx игнорировал имя сервера в строке запроса.
55 </para>
56 <para lang="en">
57 nginx ignored a host name in an request line.
58 </para>
59 </change>
60
61 <change type="bugfix">
62 <para lang="ru">
63 если FastCGI сервер передавал много в stderr,
64 то рабочий процесс мог зациклиться.
65 </para>
66 <para lang="en">
67 a worker process may got caught in an endless loop,
68 if a FastCGI server sent too many data to the stderr.
69 </para>
70 </change>
71
72 <change type="bugfix">
73 <para lang="ru">
74 при изменении системного времени переменная $upstream_response_time
75 могла быть отрицательной.
76 </para>
77 <para lang="en">
78 the $upstream_response_time variable may be negative if the system time
79 was changed backward.
80 </para>
81 </change>
82
83 <change type="bugfix">
84 <para lang="ru">
85 при использовании POP3 серверу аутентификации IMAP/POP3 прокси
86 не передавался параметр Auth-Login-Attempt.
87 </para>
88 <para lang="en">
89 the "Auth-Login-Attempt" parameter was not sent to
90 IMAP/POP3 proxy authentication server when POP3 was used.
91 </para>
92 </change>
93
94 <change type="bugfix">
95 <para lang="ru">
96 при ошибке соединения с сервером аутентификации IMAP/POP3 прокси
97 мог произойти segmentation fault.
98 </para>
99 <para lang="en">
100 a segmentation fault might occur if connect to IMAP/POP3 proxy
101 authentication server failed.
102 </para>
103 </change>
104
105 </changes>
106
107
12 <changes ver="0.4.13" date="15.11.2006"> 108 <changes ver="0.4.13" date="15.11.2006">
13 109
14 <change type="feature"> 110 <change type="feature">
15 <para lang="ru"> 111 <para lang="ru">
16 директиву proxy_pass можно использовать внутри блока limit_expect. 112 директиву proxy_pass можно использовать внутри блока limit_except.
17 </para> 113 </para>
18 <para lang="en"> 114 <para lang="en">
19 the "proxy_pass" directive may be used inside the "limit_expect" block. 115 the "proxy_pass" directive may be used inside the "limit_except" block.
20 </para> 116 </para>
21 </change> 117 </change>
22 118
23 <change type="feature"> 119 <change type="feature">
24 <para lang="ru"> 120 <para lang="ru">
25 директива limit_expect поддерживает все WebDAV методы. 121 директива limit_except поддерживает все WebDAV методы.
26 </para> 122 </para>
27 <para lang="en"> 123 <para lang="en">
28 the "limit_expect" directive supports all WebDAV methods. 124 the "limit_except" directive supports all WebDAV methods.
29 </para> 125 </para>
30 </change> 126 </change>
31 127
32 <change type="bugfix"> 128 <change type="bugfix">
33 <para lang="ru"> 129 <para lang="ru">