comparison CHANGES.ru @ 290:f745bf973510 NGINX_0_5_15

nginx 0.5.15 *) Feature: the mail proxy supports authenticated SMTP proxying and the "smtp_auth", "smtp_capablities", and "xclient" directives. Thanks to Anton Yuzhaninov and Maxim Dounin. *) Feature: now the keep-alive connections are closed just after receiving the reconfiguration signal. *) Change: the "imap" and "auth" directives were renamed to the "mail" and "pop3_auth" directives. *) Bugfix: a segmentation fault occurred in worker process if the CRAM-MD5 authentication method was used and the APOP method was disabled. *) Bugfix: if the "starttls only" directive was used in POP3 protocol, then nginx allowed authentication without switching to the SSL mode. *) Bugfix: worker processes did not exit after reconfiguration and did not rotate logs if the eventport method was used. *) Bugfix: a worker process may got caught in an endless loop, if the "ip_hash" directive was used. *) Bugfix: now nginx does not log some alerts if eventport or /dev/poll methods are used.
author Igor Sysoev <http://sysoev.ru>
date Mon, 19 Mar 2007 00:00:00 +0300
parents 0b1cc3960e27
children 92402f034b28
comparison
equal deleted inserted replaced
289:a9323c9433a7 290:f745bf973510
1
2 Изменения в nginx 0.5.15 19.03.2007
3
4 *) Добавление: почтовый прокси-сервер поддерживает аутентифицированное
5 SMTP-проксирование и директивы smtp_auth, smtp_capablities и
6 xclient.
7 Спасибо Антону Южанинову и Максиму Дунину.
8
9 *) Изменение: директивы imap и auth переименованы соответственно в mail
10 и pop3_auth.
11
12 *) Исправление: если использовался метод аутентификации CRAM-MD5 и не
13 был разрешён метод APOP, то в рабочем процессе происходил
14 segmentation fault.
15
16 *) Исправление: при использовании директивы starttls only в протоколе
17 POP3 nginx разрешал аутентификацию без перехода в режим SSL.
18
19 *) Исправление: рабочие процессы не выходили после переконфигурации и
20 не переоткрывали логи, если использовался метод eventport.
21
22 *) Исправление: при использовании директивы ip_hash рабочий процесс мог
23 зациклиться.
24
25 *) Исправление: теперь nginx не пишет в лог некоторые alert'ы, если
26 используются методы eventport или /dev/poll.
27
1 28
2 Изменения в nginx 0.5.14 23.02.2007 29 Изменения в nginx 0.5.14 23.02.2007
3 30
4 *) Исправление: nginx игнорировал лишние закрывающие скобки "}" в конце 31 *) Исправление: nginx игнорировал лишние закрывающие скобки "}" в конце
5 конфигурационноого файла. 32 конфигурационного файла.
6 33
7 34
8 Изменения в nginx 0.5.13 19.02.2007 35 Изменения в nginx 0.5.13 19.02.2007
9 36
10 *) Добавление: методы COPY и MOVE. 37 *) Добавление: методы COPY и MOVE.