diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-01-11 15:26:57 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-01-11 15:26:57 +0000 |
commit | df3254aa49c80b350ff4fa2eb50baf3cafbed71c (patch) | |
tree | 15a72baf5205f698354f529e4ba2d5846b558c4a /docs/xml | |
parent | 04ebcd942969bc479b4cc680eab6bf01f488f12f (diff) | |
download | nginx-release-0.3.20.tar.gz |
nginx-0.3.20-RELEASE importrelease-0.3.20
*) Bugfix: in SSI handling.
*) Bugfix: the ngx_http_memcached_module did not support the keys in
the "/usr?args" form.
Diffstat (limited to 'docs/xml')
-rw-r--r-- | docs/xml/nginx/changes.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index b71341daf..c30b1a247 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,28 @@ <title lang="en">nginx changelog</title> +<changes ver="0.3.20" date="11.01.2006"> + +<change type="bugfix"> +<para lang="ru"> +ошибки в обработке SSI. +</para> +<para lang="en"> +in SSI handling. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +модуль ngx_http_memcached_module не поддерживал ключи в виде /uri?args. +</para> +<para lang="en"> +the ngx_http_memcached_module did not support the keys in the "/usr?args" form. +</para> +</change> + +</changes> + <changes ver="0.3.19" date="28.12.2005"> <change type="feature"> |