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>2007-08-15 16:47:26 +0400
committerIgor Sysoev <igor@sysoev.ru>2007-08-15 16:47:26 +0400
commita09541e2fa4614bc572006bfe5ead2a142feafc9 (patch)
tree2f5ac9e3f5fc6746d9d8d69108d1f9b4cea04d6d
parent7f06d5bccc5a67b24bd30e11efda8f62a63fd908 (diff)
nginx-0.5.31-RELEASErelease-0.5.31
-rw-r--r--docs/xml/nginx/changes.xml32
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">