diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-08-15 12:47:26 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-08-15 12:47:26 +0000 |
commit | a09541e2fa4614bc572006bfe5ead2a142feafc9 (patch) | |
tree | 2f5ac9e3f5fc6746d9d8d69108d1f9b4cea04d6d | |
parent | 7f06d5bccc5a67b24bd30e11efda8f62a63fd908 (diff) | |
download | nginx-release-0.5.31.tar.gz nginx-release-0.5.31.zip |
nginx-0.5.31-RELEASErelease-0.5.31
-rw-r--r-- | docs/xml/nginx/changes.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 55f03eb33..80d8fa310 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,38 @@ <title lang="en">nginx changelog</title> +<changes ver="0.5.31" date="15.08.2007"> + +<change type="feature"> +<para lang="ru"> +именованные location'ы. +</para> +<para lang="en"> +named locations. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +директивы proxy_store и fastcgi_store. +</para> +<para lang="en"> +the "proxy_store" and "fastcgi_store" directives. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +директивы proxy_store_access и fastcgi_store_access. +</para> +<para lang="en"> +the "proxy_store_access" and "fastcgi_store_access" directives. +</para> +</change> + +</changes> + + <changes ver="0.5.30" date="30.07.2007"> <change type="feature"> |