comparison docs/xml/nginx/changes.xml @ 537:c9ad0d9c7d59 release-0.1.43

nginx-0.1.43-RELEASE import *) Feature: the listen(2) backlog in the "listen" directive can be changed using the -HUP signal. *) Feature: the geo2nginx.pl script was added to contrib. *) Change: the FastCGI parameters with the empty values now are passed to a server. *) Bugfix: the segmentation fault occurred or the worker process may got caught in an endless loop if the proxied or FastCGI server sent the "Cache-Control" header line and the "expires" directive was used; in the proxied mode the the bug had appeared in 0.1.29.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 30 Aug 2005 10:55:07 +0000
parents 563ad09abf50
children 371c1cee100d
comparison
equal deleted inserted replaced
536:2ae4b98c5bcb 537:c9ad0d9c7d59
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.1.43" date="30.08.2005">
13
14 <change type="feature">
15 <para lang="ru">
16 listen(2) backlog в директиве listen можно менять по сигналу -HUP.
17 </para>
18 <para lang="en">
19 the listen(2) backlog in the "listen" directive
20 can be changed using the -HUP signal.
21 </para>
22 </change>
23
24 <change type="feature">
25 <para lang="ru">
26 скрипт geo2nginx.pl добавлен в contrib.
27 </para>
28 <para lang="en">
29 the geo2nginx.pl script was added to contrib.
30 </para>
31 </change>
32
33 <change type="change">
34 <para lang="ru">
35 параметры FastCGI, с пустым значениями, теперь передаются серверу.
36 </para>
37 <para lang="en">
38 the FastCGI parameters with the empty values now are passed to a server.
39 </para>
40 </change>
41
42 <!--
43
44 <change type="bugfix">
45 <para lang="ru">
46 при ошибках в работе с проксированным сервером или FastCGI сервером
47 мог произойти segmentation fault;
48 в режиме прокси ошибка появилась в 0.1.29.
49 </para>
50 <para lang="en">
51 the segmentation fault may occurred if there were errors while
52 working with proxied or FastCGI server;
53 in the proxied mode the bug appeared in 0.1.29.
54 </para>
55 </change>
56
57 -->
58
59 <change type="bugfix">
60 <para lang="ru">
61 если в ответе проксированного сервера или FastCGI сервера была строка
62 "Cache-Control", то при использовании директивы expires происходил
63 segmentation fault или рабочий процесс мог зациклится;
64 в режиме прокси ошибка появилась в 0.1.29.
65 </para>
66 <para lang="en">
67 the segmentation fault occurred or the worker process may got caught
68 in an endless loop if the proxied or FastCGI server sent the "Cache-Control"
69 header line and the "expires" directive was used;
70 in the proxied mode the bug appeared in 0.1.29.
71 </para>
72 </change>
73
74 </changes>
10 75
11 76
12 <changes ver="0.1.42" date="23.08.2005"> 77 <changes ver="0.1.42" date="23.08.2005">
13 78
14 <change type="bugfix"> 79 <change type="bugfix">