summaryrefslogtreecommitdiffhomepage
path: root/docs/xml
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-10-27 15:46:13 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-10-27 15:46:13 +0000
commit697d1aea0c7b1525beed2911f9f32426280df8f4 (patch)
tree3c59875442d9a8114785a04003fcc3b7b059dc55 /docs/xml
parent968b2a868ba7950b7c11c81905eeb5ed87b889f2 (diff)
downloadnginx-697d1aea0c7b1525beed2911f9f32426280df8f4.tar.gz
nginx-697d1aea0c7b1525beed2911f9f32426280df8f4.tar.bz2
nginx-0.3.7-RELEASE importrelease-0.3.7
*) Feature: the "access_log" supports the "buffer=" parameter. *) Bugfix: nginx could not be built on platforms different from i386, amd64, sparc, and ppc; the bug had appeared in 0.3.2.
Diffstat (limited to 'docs/xml')
-rw-r--r--docs/xml/nginx/changes.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 99134ef45..3b1aa1088 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,31 @@
<title lang="en">nginx changelog</title>
+<changes ver="0.3.7" date="27.10.2005">
+
+<change type="feature">
+<para lang="ru">
+директива access_log поддерживает параметр buffer=.
+</para>
+<para lang="en">
+the "access_log" supports the "buffer=" parameter.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не собирался на платформах, отличных от i386, amd64, sparc и ppc;
+ошибка появилась в 0.3.2.
+</para>
+<para lang="en">
+nginx could not be built on platforms different from i386, amd64, sparc и ppc;
+bug appeared in 0.3.2.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="0.3.6" date="24.10.2005">
<change type="change">