Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-08-17 21:59:56 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-08-17 21:59:56 +0400
commitaee1b17a13442d6a3438e5c077b935945dfc1055 (patch)
treea0b6c19392eb0a3ab0f1bb7ba67e2e84cf09310c
parentaa4bba52987688fa8acbee5cf052718e952b1256 (diff)
nginx-0.8.9-RELEASErelease-0.8.9
-rw-r--r--docs/xml/nginx/changes.xml27
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">