comparison docs/xml/nginx/changes.xml @ 3746:a2b7e94b9807 release-0.8.49

nginx-0.8.49-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 09 Aug 2010 08:24:13 +0000
parents 0b65c962e0cd
children e7bdb8edc1ba
comparison
equal deleted inserted replaced
3745:f5fa9d2e09b6 3746:a2b7e94b9807
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.8.49" date="09.08.2010">
13
14 <change type="feature">
15 <para lang="ru">
16 директива image_filter_jpeg_quality поддерживает переменные.
17 </para>
18 <para lang="en">
19 the "image_filter_jpeg_quality" directive supports variables.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 при использовании переменной $geoip_region_name
26 в рабочем процессе мог произойти segmentation fault;
27 ошибка появилась в 0.8.48.
28 </para>
29 <para lang="en">
30 a segmentation fault might occur in a worker process,
31 if the $geoip_region_name variables was used;
32 the bug had appeared in 0.8.48.
33 </para>
34 </change>
35
36 <change type="bugfix">
37 <para lang="ru">
38 ошибки, перехваченные error_page, кэшировались только до следующего запроса;
39 ошибка появилась в 0.8.48.
40 </para>
41 <para lang="en">
42 errors intercepted by error_page were cached only for next request;
43 the bug had appeared in 0.8.48.
44 </para>
45 </change>
46
47 </changes>
10 48
11 49
12 <changes ver="0.8.48" date="03.08.2010"> 50 <changes ver="0.8.48" date="03.08.2010">
13 51
14 <change type="change"> 52 <change type="change">