comparison docs/xml/nginx/changes.xml @ 3028:a40f8475511d release-0.8.9

nginx-0.8.9-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 17 Aug 2009 17:59:56 +0000
parents 1cef1807bc12
children 2d9faf2260df
comparison
equal deleted inserted replaced
3027:3e1b653fd22f 3028:a40f8475511d
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.9" date="17.08.2009">
13
14 <change type="feature">
15 <para lang="ru">
16 теперь стартовый загрузчик кэша работает в отдельном процесс;
17 это должно улучшить обработку больших кэшей.
18 </para>
19 <para lang="en">
20 now the start cache loader runs in a separate process;
21 this should improve large caches handling.
22 </para>
23 </change>
24
25 <change type="feature">
26 <para lang="ru">
27 теперь временные файлы и постоянное место хранения могут располагаться
28 на разных файловых системах.
29 </para>
30 <para lang="en">
31 now temporarily files and permanent storage area may reside at
32 different file systems.
33 </para>
34 </change>
35
36 </changes>
10 37
11 38
12 <changes ver="0.8.8" date="10.08.2009"> 39 <changes ver="0.8.8" date="10.08.2009">
13 40
14 <change type="bugfix"> 41 <change type="bugfix">