comparison docs/xml/nginx/changes.xml @ 747:56e33c6efee7 release-0.4.6

nginx-0.4.6-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Fri, 06 Oct 2006 14:23:44 +0000
parents 40266f92b829
children 4ac89c5aa10d
comparison
equal deleted inserted replaced
746:e6faf88152df 747:56e33c6efee7
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.6" date="06.10.2006">
13
14 <change type="bugfix">
15 <para lang="ru">
16 nginx не запускался на 64-битных платформах, отличной от amd64, sparc64 и ppc64.
17 </para>
18 <para lang="en">
19 nginx did not run on 64-bit platforms except amd64, sparc64, and ppc64.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 при запросе версии HTTP/1.1 nginx передавал ответ chunk'ами,
26 если длина ответа в методе $r->headers_out("Content-Length", ...)
27 была задана текстовой строкой.
28 </para>
29 <para lang="en">
30 nginx sent the chunked response for HTTP/1.1 request,<br/>
31 if its length was set by text string in
32 the $r->headers_out("Content-Length", ...) method.
33 </para>
34 </change>
35
36 <change type="bugfix">
37 <para lang="ru">
38 после перенаправления ошибки с помощью директивы error_page любая директива
39 модуля ngx_http_rewrite_module возвращала эту ошибку;
40 ошибка появилась в 0.4.4.
41 </para>
42 <para lang="en">
43 after redirecting error by an "error_page" directive
44 any ngx_http_rewrite_module directive returned this error code;
45 bug appeared in 0.4.4.
46 </para>
47 </change>
48
49 </changes>
10 50
11 51
12 <changes ver="0.4.5" date="02.10.2006"> 52 <changes ver="0.4.5" date="02.10.2006">
13 53
14 <change type="bugfix"> 54 <change type="bugfix">