comparison docs/xml/nginx/changes.xml @ 635:18268abd340c release-0.3.39

nginx-0.3.39-RELEASE import *) Feature: the "uninitialized_variable_warn" directive; the logging level of the "uninitialized variable" message was lowered from "alert" to "warn". *) Feature: the "override_charset" directive. *) Change: now if the unknown variable is used in the "echo" and "if expr='$name'" SSI-commands, then the "unknown variable" message is not logged. *) Bugfix: the active connection counter increased on the exceeding of the connection limit specified by the "worker_connections" directive; the bug had appeared in 0.2.0. *) Bugfix: the limit rate might not work on some condition; the bug had appeared in 0.3.38.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 17 Apr 2006 19:55:41 +0000
parents f971949ffb58
children e60fe4cf1d4e
comparison
equal deleted inserted replaced
634:af8e20368022 635:18268abd340c
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.39" date="17.04.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 директива uninitialized_variable_warn; уровень логгирования сообщения
17 о неинициализированной переменной понижен с уровня alert на warn.
18 </para>
19 <para lang="en">
20 the "uninitialized_variable_warn" directive; the logging level of the
21 "uninitialized variable" message was lowered from "alert" to "warn".
22 </para>
23 </change>
24
25 <change type="feature">
26 <para lang="ru">
27 директива override_charset.
28 </para>
29 <para lang="en">
30 the "override_charset" directive.
31 </para>
32 </change>
33
34 <change type="change">
35 <para lang="ru">
36 при использовании неизвестной переменной в SSI-командах echo и if expr='$name'
37 теперь не записывается в лог сообщение о неизвестной переменной.
38 </para>
39 <para lang="en">
40 now if the unknown variable is used in the "echo" and "if expr='$name'"
41 SSI-commands, then the "unknown variable" message is not logged.
42 </para>
43 </change>
44
45 <change type="bugfix">
46 <para lang="ru">
47 счётчик активных соединений рос при превышении лимита соединений,
48 заданного директивой worker_connections;
49 ошибка появилась в 0.2.0.
50 </para>
51 <para lang="en">
52 the active connection counter increased on the exceeding of the connection
53 limit specified by the "worker_connections" directive;
54 bug appeared in 0.2.0.
55 </para>
56 </change>
57
58 <change type="bugfix">
59 <para lang="ru">
60 при некоторых условия ограничение скорости соединения могло не работать;
61 ошибка появилась в 0.3.38.
62 </para>
63 <para lang="en">
64 the limit rate might not work on some condition;
65 bug appeared in 0.3.38.
66 </para>
67 </change>
68
69 </changes>
10 70
11 71
12 <changes ver="0.3.38" date="14.04.2006"> 72 <changes ver="0.3.38" date="14.04.2006">
13 73
14 <change type="feature"> 74 <change type="feature">