comparison docs/xml/nginx/changes.xml @ 7587:9af0dddbddb2 release-1.17.5

nginx-1.17.5-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 22 Oct 2019 18:16:08 +0300
parents ce2ced385690
children de68d0d94320
comparison
equal deleted inserted replaced
7586:4f6e315eef15 7587:9af0dddbddb2
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.5" date="2019-10-22">
9
10 <change type="feature">
11 <para lang="ru">
12 теперь nginx использует вызов ioctl(FIONREAD), если он доступен,
13 чтобы избежать чтения из быстрого соединения в течение долгого времени.
14 </para>
15 <para lang="en">
16 now nginx uses ioctl(FIONREAD), if available,
17 to avoid reading from a fast connection for a long time.
18 </para>
19 </change>
20
21 <change type="bugfix">
22 <para lang="ru">
23 неполные закодированные символы в конце URI запроса игнорировались.
24 </para>
25 <para lang="en">
26 incomplete escaped characters at the end of the request URI were ignored.
27 </para>
28 </change>
29
30 <change type="bugfix">
31 <para lang="ru">
32 "/." и "/.." в конце URI запроса не нормализовывались.
33 </para>
34 <para lang="en">
35 "/." and "/.." at the end of the request URI were not normalized.
36 </para>
37 </change>
38
39 <change type="bugfix">
40 <para lang="ru">
41 в директиве merge_slashes.
42 </para>
43 <para lang="en">
44 in the "merge_slashes" directive.
45 </para>
46 </change>
47
48 <change type="bugfix">
49 <para lang="ru">
50 в директиве ignore_invalid_headers.<br/>
51 Спасибо Alan Kemp.
52 </para>
53 <para lang="en">
54 in the "ignore_invalid_headers" directive.<br/>
55 Thanks to Alan Kemp.
56 </para>
57 </change>
58
59 <change type="bugfix">
60 <para lang="ru">
61 nginx не собирался с MinGW-w64 gcc 8.1 и новее.
62 </para>
63 <para lang="en">
64 nginx could not be built with MinGW-w64 gcc 8.1 or newer.
65 </para>
66 </change>
67
68 </changes>
6 69
7 70
8 <changes ver="1.17.4" date="2019-09-24"> 71 <changes ver="1.17.4" date="2019-09-24">
9 72
10 <change type="change"> 73 <change type="change">