comparison CHANGES @ 292:92402f034b28 NGINX_0_5_16

nginx 0.5.16 *) Bugfix: the C-class network was not used as hash key in the "ip_hash" directive. Thanks to Pavel Yarkovoy. *) Bugfix: a segmentation fault might occur in worker process if a charset was set in the "Content-Type" header line and the line has trailing ";"; bug appeared in 0.3.50. *) Bugfix: the "[alert] zero size buf" error when FastCGI server was used and an request body written in a temporary file was multiple of 32K. *) Bugfix: nginx could not be built on Solaris without the --with-debug option; bug appeared in 0.5.15.
author Igor Sysoev <http://sysoev.ru>
date Mon, 26 Mar 2007 00:00:00 +0400
parents f745bf973510
children 27d9d1f26b38
comparison
equal deleted inserted replaced
291:b87a3cfad343 292:92402f034b28
1
2 Changes with nginx 0.5.16 26 Mar 2007
3
4 *) Bugfix: the C-class network was not used as hash key in the
5 "ip_hash" directive.
6 Thanks to Pavel Yarkovoy.
7
8 *) Bugfix: a segmentation fault might occur in worker process if a
9 charset was set in the "Content-Type" header line and the line has
10 trailing ";"; bug appeared in 0.3.50.
11
12 *) Bugfix: the "[alert] zero size buf" error when FastCGI server was
13 used and an request body written in a temporary file was multiple of
14 32K.
15
16 *) Bugfix: nginx could not be built on Solaris without the --with-debug
17 option; bug appeared in 0.5.15.
18
1 19
2 Changes with nginx 0.5.15 19 Mar 2007 20 Changes with nginx 0.5.15 19 Mar 2007
3 21
4 *) Feature: the mail proxy supports authenticated SMTP proxying and the 22 *) Feature: the mail proxy supports authenticated SMTP proxying and the
5 "smtp_auth", "smtp_capablities", and "xclient" directives. 23 "smtp_auth", "smtp_capablities", and "xclient" directives.
6 Thanks to Anton Yuzhaninov and Maxim Dounin. 24 Thanks to Anton Yuzhaninov and Maxim Dounin.
25
26 *) Feature: now the keep-alive connections are closed just after
27 receiving the reconfiguration signal.
7 28
8 *) Change: the "imap" and "auth" directives were renamed to the "mail" 29 *) Change: the "imap" and "auth" directives were renamed to the "mail"
9 and "pop3_auth" directives. 30 and "pop3_auth" directives.
10 31
11 *) Bugfix: a segmentation fault occurred in worker process if the 32 *) Bugfix: a segmentation fault occurred in worker process if the