Skip to content

Commit 4db27ec

Browse files
committed
freenginx-1.29.0-RELEASE
1 parent ab13504 commit 4db27ec

File tree

1 file changed

+133
-0
lines changed

1 file changed

+133
-0
lines changed

docs/xml/nginx/changes.xml

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,139 @@
77
<section title="freenginx">
88

99

10+
<changes ver="1.29.0" date="2025-07-08">
11+
12+
<change type="change">
13+
<para lang="ru">
14+
теперь директива directio
15+
работает для ответов, возвращаемых из кэша.
16+
</para>
17+
<para lang="en">
18+
the "directio" directive
19+
now works when returning responses from cache.
20+
</para>
21+
</change>
22+
23+
<change type="change">
24+
<para lang="ru">
25+
теперь директива limit_rate использует алгоритм leaky bucket,
26+
что позволяет более точно поддерживать заданную скорость;
27+
директива limit_rate_after задаёт допустимый размер всплесков трафика.
28+
</para>
29+
<para lang="en">
30+
the "limit_rate" directive now uses the leaky bucket algorithm,
31+
allowing more accurate enforcement of the specified rate;
32+
the "limit_rate_after" directive specifies the allowed size of traffic bursts.
33+
</para>
34+
</change>
35+
36+
<change type="change">
37+
<para lang="ru">
38+
теперь переменная $request_time
39+
остаётся корректной при изменениях системного времени.
40+
</para>
41+
<para lang="en">
42+
the $request_time variable now
43+
remains correct on system time changes.
44+
</para>
45+
</change>
46+
47+
<change type="feature">
48+
<para lang="ru">
49+
директивы send_min_rate и client_body_min_rate.
50+
</para>
51+
<para lang="en">
52+
the "send_min_rate" and "client_body_min_rate" directives.
53+
</para>
54+
</change>
55+
56+
<change type="feature">
57+
<para lang="ru">
58+
директивы limit_rate и limit_rate_after в почтовом прокси-сервере.
59+
</para>
60+
<para lang="en">
61+
the "limit_rate" and "limit_rate_after" directives in the mail proxy module.
62+
</para>
63+
</change>
64+
65+
<change type="feature">
66+
<para lang="ru">
67+
директивы lingering_close, lingering_time и lingering_timeout
68+
в почтовом прокси-сервере.
69+
</para>
70+
<para lang="en">
71+
the "lingering_close", "lingering_time", and "lingering_timeout" directives
72+
in the mail proxy module.
73+
</para>
74+
</change>
75+
76+
<change type="feature">
77+
<para lang="ru">
78+
ограничение количества соединений в почтовом прокси-сервере.
79+
</para>
80+
<para lang="en">
81+
connection limiting in the mail proxy module.
82+
</para>
83+
</change>
84+
85+
<change type="workaround">
86+
<para lang="ru">
87+
при достижении ограничения ядра на занимаемую TCP память
88+
директива "send_timeout" могла не работать.
89+
</para>
90+
<para lang="en">
91+
the "send_timeout" directive might not work
92+
when the kernel TCP memory limit was reached on Linux.
93+
</para>
94+
</change>
95+
96+
<change type="workaround">
97+
<para lang="ru">
98+
совместимость с gcc 15.1.
99+
</para>
100+
<para lang="en">
101+
gcc 15.1 compatibility.
102+
</para>
103+
</change>
104+
105+
<change type="bugfix">
106+
<para lang="ru">
107+
в рабочем процессе мог произойти segmentation fault,
108+
если использовалась директива proxy_ssl_password_file
109+
в модуле stream;
110+
ошибка появилась в 1.23.1.
111+
</para>
112+
<para lang="en">
113+
a segmentation fault might occur in a worker process
114+
if the "proxy_ssl_password_file" directive was used
115+
in the stream module;
116+
the bug had appeared in 1.23.1.
117+
</para>
118+
</change>
119+
120+
<change type="bugfix">
121+
<para lang="ru">
122+
при завершении рабочего процесса мог произойти segmentation fault;
123+
ошибка появилась в 1.27.2.
124+
</para>
125+
<para lang="en">
126+
a segmentation fault might occur in a worker process on shutdown;
127+
the bug had appeared in 1.27.2.
128+
</para>
129+
</change>
130+
131+
<change type="bugfix">
132+
<para lang="ru">
133+
в директиве open_file_cache.
134+
</para>
135+
<para lang="en">
136+
in the "open_file_cache" directive.
137+
</para>
138+
</change>
139+
140+
</changes>
141+
142+
10143
<changes ver="1.27.6" date="2025-04-15">
11144

12145
<change type="workaround">

0 commit comments

Comments
 (0)