comparison docs/xml/nginx/changes.xml @ 3040:2d9faf2260df release-0.8.10

nginx-0.8.10-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 24 Aug 2009 11:10:36 +0000
parents a40f8475511d
children d0d61c32331a
comparison
equal deleted inserted replaced
3039:9ecfcc5c5fb2 3040:2d9faf2260df
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 10
11 11
12 <changes ver="0.8.10" date="24.08.2009">
13
14 <change type="bugfix">
15 <para lang="ru">
16 утечек памяти при использовании базы GeoIP City.
17 </para>
18 <para lang="en">
19 memory leaks if GeoIP City database was used.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 ошибки при копировании временных файлов в постоянное место хранения;
26 ошибка появилась в 0.8.9.
27 </para>
28 <para lang="en">
29 in copying temporary files to permanent storage area;
30 the bug had appeared in 0.8.9.
31 </para>
32 </change>
33
34 </changes>
35
36
12 <changes ver="0.8.9" date="17.08.2009"> 37 <changes ver="0.8.9" date="17.08.2009">
13 38
14 <change type="feature"> 39 <change type="feature">
15 <para lang="ru"> 40 <para lang="ru">
16 теперь стартовый загрузчик кэша работает в отдельном процесс; 41 теперь стартовый загрузчик кэша работает в отдельном процесс;
26 <para lang="ru"> 51 <para lang="ru">
27 теперь временные файлы и постоянное место хранения могут располагаться 52 теперь временные файлы и постоянное место хранения могут располагаться
28 на разных файловых системах. 53 на разных файловых системах.
29 </para> 54 </para>
30 <para lang="en"> 55 <para lang="en">
31 now temporarily files and permanent storage area may reside at 56 now temporary files and permanent storage area may reside at
32 different file systems. 57 different file systems.
33 </para> 58 </para>
34 </change> 59 </change>
35 60
36 </changes> 61 </changes>
324 <para lang="ru"> 349 <para lang="ru">
325 nginx не собирался на MacOSX 10.6. 350 nginx не собирался на MacOSX 10.6.
326 </para> 351 </para>
327 <para lang="en"> 352 <para lang="en">
328 nginx could not be built on MacOSX 10.6. 353 nginx could not be built on MacOSX 10.6.
329 the bug had appeared in 0.8.2.
330 </para> 354 </para>
331 </change> 355 </change>
332 356
333 <change type="bugfix"> 357 <change type="bugfix">
334 <para lang="ru"> 358 <para lang="ru">
6308 в рабочем процессе мог произойти segmentation fault; 6332 в рабочем процессе мог произойти segmentation fault;
6309 ошибка появилась в 0.5.8. 6333 ошибка появилась в 0.5.8.
6310 </para> 6334 </para>
6311 <para lang="en"> 6335 <para lang="en">
6312 a segmentation fault might occur in worker process 6336 a segmentation fault might occur in worker process
6313 if the temporarily files were used while working with FastCGI server; 6337 if the temporary files were used while working with FastCGI server;
6314 the bug had appeared in 0.5.8. 6338 the bug had appeared in 0.5.8.
6315 </para> 6339 </para>
6316 </change> 6340 </change>
6317 6341
6318 <change type="bugfix"> 6342 <change type="bugfix">
9197 при использовании протокола HTTPS в директиве proxy_pass не передавались 9221 при использовании протокола HTTPS в директиве proxy_pass не передавались
9198 запросы с телом, записанным во временный файл. 9222 запросы с телом, записанным во временный файл.
9199 </para> 9223 </para>
9200 <para lang="en"> 9224 <para lang="en">
9201 if the HTTPS protocol was used in the "proxy_pass" directive and 9225 if the HTTPS protocol was used in the "proxy_pass" directive and
9202 the request body was in temporarily file then the request was not transferred. 9226 the request body was in temporary file then the request was not transferred.
9203 </para> 9227 </para>
9204 </change> 9228 </change>
9205 9229
9206 <change type="bugfix"> 9230 <change type="bugfix">
9207 <para lang="ru"> 9231 <para lang="ru">