comparison docs/xml/nginx/changes.xml @ 653:7cbef16c71a1 release-0.3.48

nginx-0.3.48-RELEASE import *) Change: now the ngx_http_charset_module works for subrequests, if the response has no "Content-Type" header line. *) Bugfix: if the "proxy_pass" directive has no URI part, then the "proxy_redirect default" directive add the unnecessary slash in start of the rewritten redirect. *) Bugfix: the internal redirect always transform client's HTTP method to GET, now the transformation is made for the "X-Accel-Redirect" redirects only and if the method is not HEAD; the bug had appeared in 0.3.42. *) Bugfix: the ngx_http_perl_module could not be built, if the perl was built with the threads support; the bug had appeared in 0.3.46.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 29 May 2006 17:28:12 +0000
parents 39b7d7b33c91
children 4c8cd5ae5cc1
comparison
equal deleted inserted replaced
652:d01fc553611d 653:7cbef16c71a1
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.48" date="29.05.2006">
13
14 <change type="change">
15 <para lang="ru">
16 теперь модуль ngx_http_charset_module работает для подзапросов,
17 в ответах которых нет строки заголовка "Content-Type".
18 </para>
19 <para lang="en">
20 now the ngx_http_charset_module works for subrequests,
21 if the response has no "Content-Type" header line.
22 </para>
23 </change>
24
25 <change type="bugfix">
26 <para lang="ru">
27 если в директиве proxy_pass не было URI,
28 то директива "proxy_redirect default" добавляла в переписанный
29 редирект в начало лишний слэш.
30 </para>
31 <para lang="en">
32 if the "proxy_pass" directive has no URI part,
33 then the "proxy_redirect default" directive add the unnecessary slash
34 in start of the rewritten redirect.
35 </para>
36 </change>
37
38 <change type="bugfix">
39 <para lang="ru">
40 внутренний редирект всегда превращал любой HTTP-метод в GET,
41 теперь это делается только для редиректов, выполняемых с помощью
42 X-Accel-Redirect, и у которых метод не равен HEAD;
43 ошибка появилась в 0.3.42.
44 </para>
45 <para lang="en">
46 the internal redirect always transform client's HTTP method to GET,
47 now the transformation is made for the "X-Accel-Redirect" redirects only
48 and if the method is not HEAD;
49 bug appeared in 0.3.42.
50 </para>
51 </change>
52
53 <change type="bugfix">
54 <para lang="ru">
55 модуль ngx_http_perl_module не собирался, если перл был с поддержкой потоков;
56 ошибка появилась в 0.3.46.
57 </para>
58 <para lang="en">
59 the ngx_http_perl_module could not be built, if the perl was built
60 with the threads support;
61 bug appeared in 0.3.46.
62 </para>
63 </change>
64
65 </changes>
10 66
11 67
12 <changes ver="0.3.47" date="23.05.2006"> 68 <changes ver="0.3.47" date="23.05.2006">
13 69
14 <change type="feature"> 70 <change type="feature">