comparison docs/xml/nginx/changes.xml @ 5974:860cfbcc4606 release-1.7.10

nginx-1.7.10-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 10 Feb 2015 17:33:32 +0300
parents 4045818c726a
children 2b3b737b5456
comparison
equal deleted inserted replaced
5973:8c8a1fa351be 5974:860cfbcc4606
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.10" date="10.02.2015">
9
10 <change type="feature">
11 <para lang="ru">
12 параметр use_temp_path директив proxy_cache_path, fastcgi_cache_path,
13 scgi_cache_path и uwsgi_cache_path.
14 </para>
15 <para lang="en">
16 the "use_temp_path" parameter of the "proxy_cache_path", "fastcgi_cache_path",
17 "scgi_cache_path", and "uwsgi_cache_path" directives.
18 </para>
19 </change>
20
21 <change type="feature">
22 <para lang="ru">
23 переменная $upstream_header_time.
24 </para>
25 <para lang="en">
26 the $upstream_header_time variable.
27 </para>
28 </change>
29
30 <change type="workaround">
31 <para lang="ru">
32 теперь при переполнении диска nginx пытается писать error_log'и только
33 раз в секунду.
34 </para>
35 <para lang="en">
36 now on disk overflow nginx tries to write error logs once a second only.
37 </para>
38 </change>
39
40 <change type="bugfix">
41 <para lang="ru">
42 директива try_files при тестировании каталогов
43 не игнорировала обычные файлы.<br/>
44 Спасибо Damien Tournoud.
45 </para>
46 <para lang="en">
47 the "try_files" directive did not ignore normal files
48 while testing directories.<br/>
49 Thanks to Damien Tournoud.
50 </para>
51 </change>
52
53 <change type="bugfix">
54 <para lang="ru">
55 при использовании директивы sendfile на OS X
56 возникали ошибки "sendfile() failed";
57 ошибка появилась в nginx 1.7.8.
58 </para>
59 <para lang="en">
60 alerts "sendfile() failed"
61 if the "sendfile" directive was used on OS X;
62 the bug had appeared in 1.7.8.
63 </para>
64 </change>
65
66 <change type="bugfix">
67 <para lang="ru">
68 в лог могли писаться сообщения "sem_post() failed".
69 </para>
70 <para lang="en">
71 alerts "sem_post() failed" might appear in logs.
72 </para>
73 </change>
74
75 <change type="bugfix">
76 <para lang="ru">
77 nginx не собирался с musl libc.<br/>
78 Спасибо James Taylor.
79 </para>
80 <para lang="en">
81 nginx could not be built with musl libc.<br/>
82 Thanks to James Taylor.
83 </para>
84 </change>
85
86 <change type="bugfix">
87 <para lang="ru">
88 nginx не собирался на Tru64 UNIX.<br/>
89 Спасибо Goetz T. Fischer.
90 </para>
91 <para lang="en">
92 nginx could not be built on Tru64 UNIX.<br/>
93 Thanks to Goetz T. Fischer.
94 </para>
95 </change>
96
97 </changes>
6 98
7 99
8 <changes ver="1.7.9" date="23.12.2014"> 100 <changes ver="1.7.9" date="23.12.2014">
9 101
10 <change type="feature"> 102 <change type="feature">