comparison docs/xml/nginx/changes.xml @ 531:c3bd8cdabb8f release-0.1.40

nginx-0.1.40-RELEASE import *) Bugfix: if a client sent too long header line, then the request information did not logged in the error log. *) Bugfix: the "Set-Cookie" header line was not transferred when the "X-Accel-Redirect" was used; the bug had appeared in 0.1.39. *) Bugfix: the "Content-Disposition" header line was not transferred when the "X-Accel-Redirect" was used. *) Bugfix: the master process did not close the listen socket on the SIGQUIT signal. *) Bugfix: after on-line upgrade on Linux and Solaris the process name became shorter in the "ps" command.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 25 Jul 2005 09:41:38 +0000
parents e5d7d0334fdb
children d6e48c08d718
comparison
equal deleted inserted replaced
530:1feed3cc8571 531:c3bd8cdabb8f
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.40" date="22.07.2005">
13
14 <change type="bugfix">
15 <para lang="ru">
16 если клиент слал очень длинную строку заголовка, то в логе не помещалась
17 информация, связанная с этим запросом.
18 </para>
19 <para lang="en">
20 if a client sent too long header line, then the request information
21 did not logged in the error log.
22 </para>
23 </change>
24
25 <change type="bugfix">
26 <para lang="ru">
27 при использовании "X-Accel-Redirect" не передавалась строка "Set-Cookie";
28 ошибка появилась в 0.1.39.
29 </para>
30 <para lang="en">
31 the "Set-Cookie" header line was not transferred when the "X-Accel-Redirect"
32 was used;
33 bug appeared in 0.1.39.
34 </para>
35 </change>
36
37 <change type="bugfix">
38 <para lang="ru">
39 при использовании "X-Accel-Redirect" не передавалась строка
40 "Content-Disposition".
41 </para>
42 <para lang="en">
43 the "Content-Disposition" header line was not transferred when
44 the "X-Accel-Redirect" was used.
45 </para>
46 </change>
47
48 <change type="bugfix">
49 <para lang="ru">
50 по сигналу SIGQUIT основной процесс не закрывал сокеты, на которых он слушал.
51 </para>
52 <para lang="en">
53 the master process did not close the listen socket on the SIGQUIT signal.
54 </para>
55 </change>
56
57 <change type="bugfix">
58 <para lang="ru">
59 после обновления исполняемого файла на лету на Linux и Solaris
60 название процесса в команде ps становилось короче.
61 </para>
62 <para lang="en">
63 after on-line upgrade on Linux and Solaris the process name
64 became shorter in the "ps" command.
65 </para>
66 </change>
67
68 </changes>
10 69
11 70
12 <changes ver="0.1.39" date="14.07.2005"> 71 <changes ver="0.1.39" date="14.07.2005">
13 72
14 <change> 73 <change>