diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-08-17 17:59:56 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-08-17 17:59:56 +0000 |
commit | aee1b17a13442d6a3438e5c077b935945dfc1055 (patch) | |
tree | a0b6c19392eb0a3ab0f1bb7ba67e2e84cf09310c | |
parent | aa4bba52987688fa8acbee5cf052718e952b1256 (diff) | |
download | nginx-release-0.8.9.tar.gz nginx-release-0.8.9.zip |
nginx-0.8.9-RELEASErelease-0.8.9
-rw-r--r-- | docs/xml/nginx/changes.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index d4a4e03cb..3033da204 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,33 @@ <title lang="en">nginx changelog</title> +<changes ver="0.8.9" date="17.08.2009"> + +<change type="feature"> +<para lang="ru"> +теперь стартовый загрузчик кэша работает в отдельном процесс; +это должно улучшить обработку больших кэшей. +</para> +<para lang="en"> +now the start cache loader runs in a separate process; +this should improve large caches handling. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +теперь временные файлы и постоянное место хранения могут располагаться +на разных файловых системах. +</para> +<para lang="en"> +now temporarily files and permanent storage area may reside at +different file systems. +</para> +</change> + +</changes> + + <changes ver="0.8.8" date="10.08.2009"> <change type="bugfix"> |