comparison docs/xml/nginx/changes.xml @ 5888:6d2fbc30f8a7 release-1.7.7

nginx-1.7.7-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 28 Oct 2014 18:04:46 +0300
parents a8d111bb6884
children b791b8e366ad
comparison
equal deleted inserted replaced
5887:e40ce16b2c42 5888:6d2fbc30f8a7
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.7.7" date="28.10.2014">
9
10 <change type="change">
11 <para lang="ru">
12 теперь nginx учитывает при кэшировании строку "Vary"
13 в заголовке ответа бэкенда.
14 </para>
15 <para lang="en">
16 now nginx takes into account the "Vary"
17 header line in a backend response while caching.
18 </para>
19 </change>
20
21 <change type="feature">
22 <para lang="ru">
23 директивы proxy_force_ranges, fastcgi_force_ranges,
24 scgi_force_ranges и uwsgi_force_ranges.
25 </para>
26 <para lang="en">
27 the "proxy_force_ranges", "fastcgi_force_ranges",
28 "scgi_force_ranges", and "uwsgi_force_ranges" directives.
29 </para>
30 </change>
31
32 <change type="feature">
33 <para lang="ru">
34 директивы proxy_limit_rate, fastcgi_limit_rate,
35 scgi_limit_rate и uwsgi_limit_rate.
36 </para>
37 <para lang="en">
38 the "proxy_limit_rate", "fastcgi_limit_rate",
39 "scgi_limit_rate", and "uwsgi_limit_rate" directives.
40 </para>
41 </change>
42
43 <change type="feature">
44 <para lang="ru">
45 параметр Vary директив proxy_ignore_headers, fastcgi_ignore_headers,
46 scgi_ignore_headers и uwsgi_ignore_headers.
47 </para>
48 <para lang="en">
49 the "Vary" parameter of the "proxy_ignore_headers", "fastcgi_ignore_headers",
50 "scgi_ignore_headers", and "uwsgi_ignore_headers" directives.
51 </para>
52 </change>
53
54 <change type="bugfix">
55 <para lang="ru">
56 последняя часть ответа, полученного от бэкенда
57 при небуферизированном проксировании,
58 могла не отправляться клиенту,
59 если использовались директивы gzip или gunzip.
60 </para>
61 <para lang="en">
62 the last part of a response received from a backend
63 with unbufferred proxy
64 might not be sent to a client
65 if "gzip" or "gunzip" directives were used.
66 </para>
67 </change>
68
69 <change type="bugfix">
70 <para lang="ru">
71 в директиве proxy_cache_revalidate.<br/>
72 Спасибо Piotr Sikora.
73 </para>
74 <para lang="en">
75 in the "proxy_cache_revalidate" directive.<br/>
76 Thanks to Piotr Sikora.
77 </para>
78 </change>
79
80 <change type="bugfix">
81 <para lang="ru">
82 в обработке ошибок.<br/>
83 Спасибо Yichun Zhang и Даниилу Бондареву.
84 </para>
85 <para lang="en">
86 in error handling.<br/>
87 Thanks to Yichun Zhang and Daniil Bondarev.
88 </para>
89 </change>
90
91 <change type="bugfix">
92 <para lang="ru">
93 в директивах
94 proxy_next_upstream_tries и proxy_next_upstream_timeout.<br/>
95 Спасибо Feng Gu.
96 </para>
97 <para lang="en">
98 in the "proxy_next_upstream_tries" and "proxy_next_upstream_timeout"
99 directives.<br/>
100 Thanks to Feng Gu.
101 </para>
102 </change>
103
104 <change type="bugfix">
105 <para lang="ru">
106 nginx/Windows не собирался с MinGW-w64 gcc.<br/>
107 Спасибо Kouhei Sutou.
108 </para>
109 <para lang="en">
110 nginx/Windows could not be built with MinGW-w64 gcc.<br/>
111 Thanks to Kouhei Sutou.
112 </para>
113 </change>
114
115 </changes>
6 116
7 117
8 <changes ver="1.7.6" date="30.09.2014"> 118 <changes ver="1.7.6" date="30.09.2014">
9 119
10 <change type="change"> 120 <change type="change">