From 697d1aea0c7b1525beed2911f9f32426280df8f4 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 27 Oct 2005 15:46:13 +0000 Subject: nginx-0.3.7-RELEASE import *) 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. --- docs/xml/nginx/changes.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'docs/xml/nginx/changes.xml') 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 @@ nginx changelog + + + + +директива access_log поддерживает параметр buffer=. + + +the "access_log" supports the "buffer=" parameter. + + + + + +nginx не собирался на платформах, отличных от i386, amd64, sparc и ppc; +ошибка появилась в 0.3.2. + + +nginx could not be built on platforms different from i386, amd64, sparc и ppc; +bug appeared in 0.3.2. + + + + + + -- cgit