comparison CHANGES @ 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 Changes with nginx 0.5.15 19 Mar 2007
3
4 *) Feature: the mail proxy supports authenticated SMTP proxying and the
5 "smtp_auth", "smtp_capablities", and "xclient" directives.
6 Thanks to Anton Yuzhaninov and Maxim Dounin.
7
8 *) Change: the "imap" and "auth" directives were renamed to the "mail"
9 and "pop3_auth" directives.
10
11 *) Bugfix: a segmentation fault occurred in worker process if the
12 CRAM-MD5 authentication method was used and the APOP method was
13 disabled.
14
15 *) Bugfix: if the "starttls only" directive was used in POP3 protocol,
16 then nginx allowed authentication without switching to the SSL mode.
17
18 *) Bugfix: worker processes did not exit after reconfiguration and did
19 not rotate logs if the eventport method was used.
20
21 *) Bugfix: a worker process may got caught in an endless loop, if the
22 "ip_hash" directive was used.
23
24 *) Bugfix: now nginx does not log some alerts if eventport or /dev/poll
25 methods are used.
26
1 27
2 Changes with nginx 0.5.14 23 Feb 2007 28 Changes with nginx 0.5.14 23 Feb 2007
3 29
4 *) Bugfix: nginx ignored superfluous closing "}" in the end of 30 *) Bugfix: nginx ignored superfluous closing "}" in the end of
5 configuration file. 31 configuration file.