comparison docs/xml/nginx/changes.xml @ 561:e48ebafc6939 release-0.3.2

nginx-0.3.2-RELEASE import *) Feature: the Sun Studio 10 C compiler support. *) Feature: the "proxy_upstream_max_fails", "proxy_upstream_fail_timeout", "fastcgi_upstream_max_fails", and "fastcgi_upstream_fail_timeout" directives.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 12 Oct 2005 13:50:36 +0000
parents c1f965ef9718
children 9c2f3ed7a247
comparison
equal deleted inserted replaced
560:8886091eddd2 561:e48ebafc6939
5 <change_log link="/nginx/changes.html" path="/nginx/" root=".." 5 <change_log link="/nginx/changes.html" path="/nginx/" root=".."
6 title="nginx"> 6 title="nginx">
7 7
8 <title lang="ru">Изменения в nginx</title> 8 <title lang="ru">Изменения в nginx</title>
9 <title lang="en">nginx changelog</title> 9 <title lang="en">nginx changelog</title>
10
11
12 <changes ver="0.3.2" date="12.10.2005">
13
14 <change type="feature">
15 <para lang="ru">
16 поддержка Sun Studio 10 C compiler.
17 </para>
18 <para lang="en">
19 the Sun Studio 10 C compiler support.
20 </para>
21 </change>
22
23 <change type="feature">
24 <para lang="ru">
25 директивы proxy_upstream_max_fails, proxy_upstream_fail_timeout,
26 fastcgi_upstream_max_fails и fastcgi_upstream_fail_timeout.
27 </para>
28 <para lang="en">
29 the "proxy_upstream_max_fails", "proxy_upstream_fail_timeout",
30 "fastcgi_upstream_max_fails", and "fastcgi_upstream_fail_timeout"
31 directives.
32 </para>
33 </change>
34
35 </changes>
10 36
11 37
12 <changes ver="0.3.1" date="10.10.2005"> 38 <changes ver="0.3.1" date="10.10.2005">
13 39
14 <change type="bugfix"> 40 <change type="bugfix">