comparison CHANGES @ 336:1c519aff5c0c NGINX_0_6_12

nginx 0.6.12 *) Change: mail proxy was split on three modules: pop3, imap and smtp. *) Feature: the --without-mail_pop3_module, --without-mail_imap_module, and --without-mail_smtp_module configuration parameters. *) Feature: the "smtp_greeting_delay" and "smtp_client_buffer" directives of the ngx_mail_smtp_module. *) Bugfix: the trailing wildcards did not work; bug appeared in 0.6.9. *) Bugfix: nginx could not start on Solaris if the shared PCRE library located in non-standard place was used. *) Bugfix: the "proxy_hide_header" and "fastcgi_hide_header" directives did not hide response header lines whose name was longer than 32 characters. Thanks to Manlio Perillo.
author Igor Sysoev <http://sysoev.ru>
date Fri, 21 Sep 2007 00:00:00 +0400
parents 3a91bfeffaba
children cac46d125dc7
comparison
equal deleted inserted replaced
335:9a32ae248b7a 336:1c519aff5c0c
1
2 Changes with nginx 0.6.12 21 Sep 2007
3
4 *) Change: mail proxy was split on three modules: pop3, imap and smtp.
5
6 *) Feature: the --without-mail_pop3_module, --without-mail_imap_module,
7 and --without-mail_smtp_module configuration parameters.
8
9 *) Feature: the "smtp_greeting_delay" and "smtp_client_buffer"
10 directives of the ngx_mail_smtp_module.
11
12 *) Bugfix: the trailing wildcards did not work; bug appeared in 0.6.9.
13
14 *) Bugfix: nginx could not start on Solaris if the shared PCRE library
15 located in non-standard place was used.
16
17 *) Bugfix: the "proxy_hide_header" and "fastcgi_hide_header" directives
18 did not hide response header lines whose name was longer than 32
19 characters.
20 Thanks to Manlio Perillo.
21
22
23 Changes with nginx 0.6.11 11 Sep 2007
24
25 *) Bugfix: active connection counter always increased if mail proxy was
26 used.
27
28 *) Bugfix: if backend returned response header only using non-buffered
29 proxy, then nginx closed backend connection on timeout.
30
31 *) Bugfix: nginx did not support several "Connection" request header
32 lines.
33
34 *) Bugfix: if the "max_fails" was set for upstream server, then after
35 first failure server weight was always one; bug appeared in 0.6.6.
36
1 37
2 Changes with nginx 0.6.10 03 Sep 2007 38 Changes with nginx 0.6.10 03 Sep 2007
3 39
4 *) Feature: the "open_file_cache", "open_file_cache_retest", and 40 *) Feature: the "open_file_cache", "open_file_cache_retest", and
5 "open_file_cache_errors" directives. 41 "open_file_cache_errors" directives.