comparison docs/xml/nginx/changes.xml @ 455:295d97d70c69 release-0.1.2

nginx-0.1.2-RELEASE import *) Feature: the --user=USER, --group=GROUP, and --with-ld-opt=OPTIONS options in configure. *) Feature: the server_name directive supports *.domain.tld. *) Bugfix: the portability improvements. *) Bugfix: if configuration file was set in command line, the reconfiguration was impossible; the bug had appeared in 0.1.1. *) Bugfix: proxy module may get caught in an endless loop when sendfile is not used. *) Bugfix: with sendfile the response was not recoded according to the charset module directives; the bug had appeared in 0.1.1. *) Bugfix: very seldom bug in the kqueue processing. *) Bugfix: the gzip module compressed the proxied responses that was already compressed.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 21 Oct 2004 15:34:38 +0000
parents 23fb87bddda1
children ded1284520cc
comparison
equal deleted inserted replaced
454:2ff9cff0f469 455:295d97d70c69
4 4
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 8
9 <changes ver="0.1.2" date="21.10.2004">
10
11 <change type="feature">
12 <para lang="ru">
13 параметры --user=USER, --group=GROUP и --with-ld-opt=OPTIONS в configure.
14 </para>
15 <para lang="en">
16 the --user=USER, --group=GROUP, and --with-ld-opt=OPTIONS options in configure.
17 </para>
18 </change>
19
20 <change type="feature">
21 <para lang="ru">
22 директива server_name поддерживает *.domain.tld.
23 </para>
24 <para lang="en">
25 the server_name directive supports *.domain.tld.
26 </para>
27 </change>
28
29 <change type="bugfix">
30 <para lang="ru">
31 улучшена переносимость на неизвестные платформы.
32 </para>
33 <para lang="en">
34 the portability improvements.
35 </para>
36 </change>
37
38 <change type="bugfix">
39 <para lang="ru">
40 нельзя переконфигурировать nginx, если конфигурационный файл указан
41 в командной строке,
42 ошибка появилась в 0.1.1.
43 </para>
44 <para lang="en">
45 if configuration file was set in command line, the reconfiguration
46 was impossible,
47 bug appeared in 0.1.1.
48 </para>
49 </change>
50
51 <change type="bugfix">
52 <para lang="ru">
53 модуль проксировании мог привести к зацикливанию, если не использовался
54 sendfile.
55 </para>
56 <para lang="en">
57 proxy module may get caught in an endless loop when sendfile is not used.
58 </para>
59 </change>
60
61 <change type="bugfix">
62 <para lang="ru">
63 при использовании sendfile текст ответа не перекодировался
64 согласно директивам модуля charset,
65 ошибка появилась в 0.1.1.
66 </para>
67 <para lang="en">
68 with sendfile the response was not recoded according to the charset
69 module directives,
70 bug appeared in 0.1.1.
71 </para>
72 </change>
73
74 <change type="bugfix">
75 <para lang="ru">
76 очень редкая ошибка при обработке kqueue.
77 </para>
78 <para lang="en">
79 very seldom bug in the kqueue processing.
80 </para>
81 </change>
82
83 <change type="bugfix">
84 <para lang="ru">
85 модуль сжатия сжимал уже сжатые ответы, полученные при проксировании.
86 </para>
87 <para lang="en">
88 the gzip module compressed the proxied responses that was already compressed.
89 </para>
90 </change>
91
92 </changes>
93
94
9 <changes ver="0.1.1" date="11.10.2004"> 95 <changes ver="0.1.1" date="11.10.2004">
10 96
11 <change type="feature"> 97 <change type="feature">
12 <para lang="ru"> 98 <para lang="ru">
13 директива gzip_types. 99 директива gzip_types.
58 <change type="bugfix"> 144 <change type="bugfix">
59 <para lang="ru"> 145 <para lang="ru">
60 ошибка в модуле ngx_http_chunked_module, приводившая к зацикливанию. 146 ошибка в модуле ngx_http_chunked_module, приводившая к зацикливанию.
61 </para> 147 </para>
62 <para lang="en"> 148 <para lang="en">
63 the ngx_http_chunked_module module bug fixed that caused an endless loop. 149 the ngx_http_chunked_module module may get caught in an endless loop.
64 </para> 150 </para>
65 </change> 151 </change>
66 152
67 <change type="bugfix"> 153 <change type="bugfix">
68 <para lang="ru"> 154 <para lang="ru">