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>2008-09-15 20:59:30 +0400
committerIgor Sysoev <igor@sysoev.ru>2008-09-15 20:59:30 +0400
commitc6014fc5eba1f8632ce99cefd99898571783713d (patch)
tree6bed3286bc9a2ed571bd2c733c45025a5565ea24
parent05a7656d2c6fdeccc3631f51c4d8bc7d28a1e781 (diff)
nginx-0.7.17-RELEASErelease-0.7.17
-rw-r--r--docs/xml/nginx/changes.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index d03e3dd6c..054f7672c 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,62 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.7.17" date="15.09.2008">
+
+<change type="feature">
+<para lang="ru">
+директива directio теперь работает на Linux.
+</para>
+<para lang="en">
+now the "directio" directive works on Linux.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+переменная $pid.
+</para>
+<para lang="en">
+the $pid variable.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+оптимизация directio, появившаяся в 0.7.15, не работала при использовании
+open_file_cache.
+</para>
+<para lang="en">
+the "directio" optimization that had appeared in 0.7.15 did not work with
+open_file_cache.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+access_log с переменными не работал на Linux;
+ошибка появилась в 0.7.7.
+</para>
+<para lang="en">
+the "access_log" with variables did not work on Linux;
+the bug had appeared in 0.7.7.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+модуль ngx_http_charset_module не понимал название кодировки в кавычках,
+полученное от бэкенда.
+</para>
+<para lang="en">
+the ngx_http_charset_module did not understand quoted charset name
+received from backend.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.7.16" date="08.09.2008">
<change type="bugfix">