changeset 3875:27e2f3b7a3db release-0.9.6

nginx-0.9.6-RELEASE
author Igor Sysoev <igor@sysoev.ru>
date Mon, 21 Mar 2011 15:33:26 +0000
parents cb2432ed17fd
children 4862e4ec1f2f
files docs/xml/nginx/changes.xml
diffstat 1 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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">