comparison docs/xml/nginx/changes.xml @ 2618:797e070d480a release-0.7.45

nginx-0.7.45-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 30 Mar 2009 08:32:56 +0000
parents 9be652e91144
children 9b5037e7ec7d
comparison
equal deleted inserted replaced
2617:d77c53869873 2618:797e070d480a
5 <change_log link="/nginx/changes.html" path="/nginx/" root=".." 5 <change_log link="/nginx/changes.html" path="/nginx/" root=".."
6 title="nginx"> 6 title="nginx">
7 7
8 <title lang="ru">Изменения в nginx</title> 8 <title lang="ru">Изменения в nginx</title>
9 <title lang="en">nginx changelog</title> 9 <title lang="en">nginx changelog</title>
10
11
12 <changes ver="0.7.45" date="30.03.2009">
13
14 <change type="change">
15 <para lang="ru">
16 теперь директивы proxy_cache и proxy_cache_valid можно задавать
17 на разных уровнях.
18 </para>
19 <para lang="en">
20 now the "proxy_cache" and the "proxy_cache_valid" can be set on
21 different levels.
22 </para>
23 </change>
24
25 <change type="change">
26 <para lang="ru">
27 параметр clean_time в директиве proxy_cache_path удалён.
28 </para>
29 <para lang="en">
30 the "clean_time" parameter of the "proxy_cache_path" directive is canceled.
31 </para>
32 </change>
33
34 <change type="feature">
35 <para lang="ru">
36 параметр max_size в директиве proxy_cache_path.
37 </para>
38 <para lang="en">
39 the "max_size" parameter of the "proxy_cache_path" directive.
40 </para>
41 </change>
42
43 <change type="feature">
44 <para lang="ru">
45 предварительная поддержка кэширования в модуле ngx_http_fastcgi_module.
46 </para>
47 <para lang="en">
48 the ngx_http_fastcgi_module preliminary cache support.
49 </para>
50 </change>
51
52 <change type="feature">
53 <para lang="ru">
54 теперь при ошибках выделения в разделяемой памяти в логе указываются
55 названия директивы и зоны.
56 </para>
57 <para lang="en">
58 now on shared memory allocation errors directive and zone names are logged.
59 </para>
60 </change>
61
62 <change type="bugfix">
63 <para lang="ru">
64 директива "add_header last-modified ''" не удаляла в заголовке ответа
65 строку "Last-Modified";
66 ошибка появилась в 0.7.44.
67 </para>
68 <para lang="en">
69 the directive "add_header last-modified ''" did not delete a "Last-Modified"
70 response header line;
71 the bug had appeared in 0.7.44.
72 </para>
73 </change>
74
75 <change type="bugfix">
76 <para lang="ru">
77 в директиве auth_basic_user_file не работал относительный путь,
78 заданный строкой без переменных;
79 ошибка появилась в 0.7.44.<br/>
80 Спасибо Jerome Loyet.
81 </para>
82 <para lang="en">
83 a relative path in the "auth_basic_user_file" directive given without variables
84 did not work;
85 the bug had appeared in 0.7.44.<br/>
86 Thanks to Jerome Loyet.
87 </para>
88 </change>
89
90 <change type="bugfix">
91 <para lang="ru">
92 в директиве alias, заданной переменными
93 без ссылок на выделения в регулярных выражениях;
94 ошибка появилась в 0.7.42.
95 </para>
96 <para lang="en">
97 in an "alias" directive given using variables
98 without references to captures of regular expressions;
99 the bug had appeared in 0.7.42.
100 </para>
101 </change>
102
103 </changes>
10 104
11 105
12 <changes ver="0.7.44" date="23.03.2009"> 106 <changes ver="0.7.44" date="23.03.2009">
13 107
14 <change type="feature"> 108 <change type="feature">