comparison docs/xml/nginx/changes.xml @ 3888:e0fd9f360059 release-1.0.0

nginx-1.0.0-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Tue, 12 Apr 2011 09:04:32 +0000
parents 657d05d63915
children f8f89eb4e0c2
comparison
equal deleted inserted replaced
3887:e7798b5e990a 3888:e0fd9f360059
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="1.0.0" date="12.04.2011">
13
14 <change type="bugfix">
15 <para lang="ru">
16 cache manager мог нагружать процессор после переконфигурации.<br/>
17 Спасибо Максиму Дунину.
18 </para>
19 <para lang="en">
20 a cache manager might hog CPU after reload.<br/>
21 Thanks to Maxim Dounin.
22 </para>
23 </change>
24
25 <change type="bugfix">
26 <para lang="ru">
27 директива "image_filter crop" неправильно работала в сочетании с
28 "image_filter rotate 180".
29 </para>
30 <para lang="en">
31 an "image_filter crop" directive worked incorrectly coupled with
32 an "image_filter rotate 180" directive.
33 </para>
34 </change>
35
36 <change type="bugfix">
37 <para lang="ru">
38 директива "satisfy any" запрещала выдачу пользовательской страницы
39 для 401 кода.
40 </para>
41 <para lang="en">
42 a "satisfy any" directive disabled custom 401 error page.
43 </para>
44 </change>
45
46 </changes>
10 47
11 48
12 <changes ver="0.9.7" date="04.04.2011"> 49 <changes ver="0.9.7" date="04.04.2011">
13 50
14 <change type="feature"> 51 <change type="feature">