diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-09-08 08:36:22 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-09-08 08:36:22 +0000 |
commit | 1dde390cc46f7aaa87862e476ee45a54da82025f (patch) | |
tree | 268fba40e24911e90bd1f75485020ad3d7c6a1c0 | |
parent | f8c4ae3151b0cfab19d06fb89d2ddab2c45c8ea9 (diff) | |
download | nginx-release-0.7.15.tar.gz nginx-release-0.7.15.zip |
nginx-0.7.15-RELEASErelease-0.7.15
-rw-r--r-- | docs/xml/nginx/changes.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 54c28abf4..bbfa68d27 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,49 @@ <title lang="en">nginx changelog</title> +<changes ver="0.7.15" date="08.09.2008"> + +<change type="feature"> +<para lang="ru"> +модуль ngx_http_random_index_module. +</para> +<para lang="en"> +the ngx_http_random_index_module. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +директива directio оптимизирована для запросов файлов, начинающихся +с произвольной позиции. +</para> +<para lang="en"> +the "directio" directive has been optimized for file requests starting +from arbitrary position. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +директива directio при необходимости запрещает использование sendfile. +</para> +<para lang="en"> +the "directio" directive turns off sendfile if it is necessary. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +теперь nginx разрешает подчёркивания в именах строк в заголовке запроса клиента. +</para> +<para lang="en"> +now nginx allows underscores in a client request header line names. +</para> +</change> + +</changes> + + <changes ver="0.7.14" date="01.09.2008"> <change type="change"> |