summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-03-21 15:33:26 +0000
committerIgor Sysoev <igor@sysoev.ru>2011-03-21 15:33:26 +0000
commit57f3455ad3d5e0711457fc726ecba81a02f750be (patch)
treeee9cb97d28ef3a29467dcd1dd843d04d9169f5b8
parent921ac21acf3c67bb1e78fa068ded951d16d2f00b (diff)
downloadnginx-57f3455ad3d5e0711457fc726ecba81a02f750be.tar.gz
nginx-0.9.6-RELEASErelease-0.9.6
-rw-r--r--docs/xml/nginx/changes.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 13cc0d8eb..260d150b6 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,33 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.9.6" date="21.03.2011">
+
+<change type="feature">
+<para lang="ru">
+директива map поддерживает регулярные выражения в качестве значения
+первого параметра.
+</para>
+<para lang="en">
+the "map" directive supports regular expressions as value of the first
+parameter.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+переменная $time_iso8601 для access_log.<br/>
+Спасибо Michael Lustfield.
+</para>
+<para lang="en">
+$time_iso8601 access_log variable.<br/>
+Thanks to Michael Lustfield.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.9.5" date="21.02.2011">
<change type="change">