comparison docs/xml/nginx/changes.xml @ 7518:7816bd7dabf6 release-1.17.1

nginx-1.17.1-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 25 Jun 2019 15:19:45 +0300
parents 054c1c46395c
children b0245dbd3655
comparison
equal deleted inserted replaced
7517:e314532b7dbe 7518:7816bd7dabf6
1 <?xml version="1.0" ?> 1 <?xml version="1.0" ?>
2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" > 2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" >
3 3
4 4
5 <change_log title="nginx"> 5 <change_log title="nginx">
6
7
8 <changes ver="1.17.1" date="2019-06-25">
9
10 <change type="feature">
11 <para lang="ru">
12 директива limit_req_dry_run.
13 </para>
14 <para lang="en">
15 the "limit_req_dry_run" directive.
16 </para>
17 </change>
18
19 <change type="feature">
20 <para lang="ru">
21 при использовании директивы hash в блоке upstream
22 пустой ключ хэширования теперь приводит к переключению
23 на round-robin балансировку.<br/>
24 Спасибо Niklas Keller.
25 </para>
26 <para lang="en">
27 when using the "hash" directive inside the "upstream" block
28 an empty hash key now triggers round-robin balancing.<br/>
29 Thanks to Niklas Keller.
30 </para>
31 </change>
32
33 <change type="bugfix">
34 <para lang="ru">
35 в рабочем процессе мог произойти segmentation fault,
36 если использовалось кэширование и директива image_filter,
37 а ошибки с кодом 415 перенаправлялись с помощь директивы error_page;
38 ошибка появилась в 1.11.10.
39 </para>
40 <para lang="en">
41 a segmentation fault might occur in a worker process
42 if caching was used along with the "image_filter" directive,
43 and errors with code 415 were redirected with the "error_page" directive;
44 the bug had appeared in 1.11.10.
45 </para>
46 </change>
47
48 <change type="bugfix">
49 <para lang="ru">
50 в рабочем процессе мог произойти segmentation fault,
51 если использовался встроенный перл;
52 ошибка появилась в 1.7.3.
53 </para>
54 <para lang="en">
55 a segmentation fault might occur in a worker process
56 if embedded perl was used;
57 the bug had appeared in 1.7.3.
58 </para>
59 </change>
60
61 </changes>
6 62
7 63
8 <changes ver="1.17.0" date="2019-05-21"> 64 <changes ver="1.17.0" date="2019-05-21">
9 65
10 <change type="feature"> 66 <change type="feature">