diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2005-07-25 09:41:38 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2005-07-25 09:41:38 +0000 |
| commit | 90c081478175a94a995f8b4341c968c0395161b1 (patch) | |
| tree | 6fef5fa6d488ed1ba47f0581876d56bf9c16db42 /docs/xml/nginx/changes.xml | |
| parent | 9e7984ca78d0a8c39155dd24c8fe0f9a3765a51d (diff) | |
| download | nginx-90c081478175a94a995f8b4341c968c0395161b1.tar.gz nginx-90c081478175a94a995f8b4341c968c0395161b1.tar.bz2 | |
nginx-0.1.40-RELEASE importrelease-0.1.40
*) 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.
Diffstat (limited to 'docs/xml/nginx/changes.xml')
| -rw-r--r-- | docs/xml/nginx/changes.xml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 5bbc85850..661d9e091 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,65 @@ <title lang="en">nginx changelog</title> +<changes ver="0.1.40" date="22.07.2005"> + +<change type="bugfix"> +<para lang="ru"> +если клиент слал очень длинную строку заголовка, то в логе не помещалась +информация, связанная с этим запросом. +</para> +<para lang="en"> +if a client sent too long header line, then the request information +did not logged in the error log. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +при использовании "X-Accel-Redirect" не передавалась строка "Set-Cookie"; +ошибка появилась в 0.1.39. +</para> +<para lang="en"> +the "Set-Cookie" header line was not transferred when the "X-Accel-Redirect" +was used; +bug appeared in 0.1.39. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +при использовании "X-Accel-Redirect" не передавалась строка +"Content-Disposition". +</para> +<para lang="en"> +the "Content-Disposition" header line was not transferred when +the "X-Accel-Redirect" was used. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +по сигналу SIGQUIT основной процесс не закрывал сокеты, на которых он слушал. +</para> +<para lang="en"> +the master process did not close the listen socket on the SIGQUIT signal. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +после обновления исполняемого файла на лету на Linux и Solaris +название процесса в команде ps становилось короче. +</para> +<para lang="en"> +after on-line upgrade on Linux and Solaris the process name +became shorter in the "ps" command. +</para> +</change> + +</changes> + + <changes ver="0.1.39" date="14.07.2005"> <change> |
