comparison docs/xml/nginx/changes.xml @ 529:e5d7d0334fdb release-0.1.39

nginx-0.1.39-RELEASE import *) The changes in the ngx_http_charset_module: the "default_charset" directive was canceled; the "charset" directive sets the response charset; the "source_charset" directive sets the source charset only. *) Bugfix: the backend "WWW-Authenticate" header line did not transferred while the 401 response code redirecting. *) Bugfix: the ngx_http_proxy_module and ngx_http_fastcgi_module may close a connection before anything was transferred to a client; the bug had appeared in 0.1.38. *) Workaround: the Linux glibc crypt_r() initialization bug. *) Bugfix: the ngx_http_ssi_module did not support the relative URI in the "include virtual" command. *) Bugfix: if the backend response had the "Location" header line and nginx should not rewrite this line, then the 500 code response body was transferred; the bug had appeared in 0.1.29. *) Bugfix: some directives of the ngx_http_proxy_module and ngx_http_fastcgi_module were not inherited from the server to the location level; the bug had appeared in 0.1.29. *) Bugfix: the ngx_http_ssl_module did not support the certificate chain. *) Bugfix: the ngx_http_autoindex_module did not show correctly the long file names; the bug had appeared in 0.1.38. *) Bugfixes in IMAP/POP3 proxy in interaction with a backend at the login state.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 14 Jul 2005 12:51:53 +0000
parents 7fa11e5c6e96
children c3bd8cdabb8f
comparison
equal deleted inserted replaced
528:155de1720e97 529:e5d7d0334fdb
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.1.39" date="14.07.2005">
13
14 <change>
15 <para lang="ru">
16 Изменения в модуле ngx_http_charset_module:
17 директива default_charset упразднена;
18 директива charset задаёт кодировку ответа;
19 директива source_charset задаёт только исходную кодировку.
20 </para>
21 <para lang="en">
22 The changes in the ngx_http_charset_module:
23 the "default_charset" directive is canceled;
24 the "charset" directive sets the response charset;
25 the "source_charset" directive sets the source charset only.
26 </para>
27 </change>
28
29 <change type="bugfix">
30 <para lang="ru">
31 при перенаправлении ошибки 401, полученной от бэкенда, не передавалась
32 строка заголовка "WWW-Authenticate".
33 </para>
34 <para lang="en">
35 the backend "WWW-Authenticate" header line did not transferred while
36 the 401 response code redirecting.
37 </para>
38 </change>
39
40 <change type="bugfix">
41 <para lang="ru">
42 модули ngx_http_proxy_module и ngx_http_fastcgi_module могли закрыть
43 соединение до того, как что-нибудь было передано клиенту;
44 ошибка появилась в 0.1.38.
45 </para>
46 <para lang="en">
47 the ngx_http_proxy_module and ngx_http_fastcgi_module may close
48 a connection before anything was transferred to a client;
49 bug appeared in 0.1.38.
50 </para>
51 </change>
52
53 <change type="workaround">
54 <para lang="ru">
55 обработка ошибки инициализации в crypt_r() в Linux glibc.
56 </para>
57 <para lang="en">
58 the Linux glibc crypt_r() initialization bug.
59 </para>
60 </change>
61
62 <change type="bugfix">
63 <para lang="ru">
64 модуль ngx_http_ssi_module не поддерживал относительные URI в
65 команде include virtual.
66 </para>
67 <para lang="en">
68 the ngx_http_ssi_module did not support the relative URI in
69 the "include virtual" command.
70 </para>
71 </change>
72
73 <change type="bugfix">
74 <para lang="ru">
75 если в строке заголовка ответа бэкенда была строка "Location",
76 которую nginx не должен был изменять, то в ответе передавалось тело 500 ошибки;
77 ошибка появилась в 0.1.29.
78 </para>
79 <para lang="en">
80 if the backend response had the "Location" header line and nginx
81 should not rewrite this line, then the 500 code response body was transferred;
82 bug appeared in 0.1.29.
83 </para>
84 </change>
85
86 <change type="bugfix">
87 <para lang="ru">
88 некоторые директивы модулей ngx_http_proxy_module и ngx_http_fastcgi_module
89 не наследовались с уровня server на уровень location;
90 ошибка появилась в 0.1.29.
91 </para>
92 <para lang="en">
93 some directives of the ngx_http_proxy_module and ngx_http_fastcgi_module
94 were not inherited from the server to the location level;
95 bug appeared in 0.1.29.
96 </para>
97 </change>
98
99 <change type="bugfix">
100 <para lang="ru">
101 модуль ngx_http_ssl_module не поддерживал цепочки сертификатов.
102 </para>
103 <para lang="en">
104 the ngx_http_ssl_module did not support the certificate chain.
105 </para>
106 </change>
107
108 <change type="bugfix">
109 <para lang="ru">
110 ошибка в модуле ngx_http_autoindex_module при показе длинных имён файлов;
111 ошибка появилась в 0.1.38.
112 </para>
113 <para lang="en">
114 the ngx_http_autoindex_module did not show correctly the long file names;
115 bug appeared in 0.1.38.
116 </para>
117 </change>
118
119 <change>
120 <para lang="ru">
121 Исправления в IMAP/POP3 прокси при взаимодействии с бэкендом на стадии login.
122 </para>
123 <para lang="en">
124 Bugfixes in IMAP/POP3 proxy in interaction with a backend at the login state.
125 </para>
126 </change>
127
128 </changes>
10 129
11 130
12 <changes ver="0.1.38" date="08.07.2005"> 131 <changes ver="0.1.38" date="08.07.2005">
13 132
14 <change type="feature"> 133 <change type="feature">