comparison CHANGES @ 256:2e9c57a5e50a NGINX_0_4_13

nginx 0.4.13 *) Feature: the "proxy_pass" directive may be used inside the "limit_except" block. *) Feature: the "limit_except" directive supports all WebDAV methods. *) Bugfix: if the "add_before_body" directive was used without the "add_after_body" directive, then an response did not transferred complete. *) Bugfix: a large request body did not receive if the epoll method and the deferred accept() were used. *) Bugfix: a charset could not be set for ngx_http_autoindex_module responses; bug appeared in 0.3.50. *) Bugfix: the "[alert] zero size buf" error when FastCGI server was used; *) Bugfix: the --group= configuration parameter was ignored. Thanks to Thomas Moschny. *) Bugfix: the 50th subrequest in SSI response did not work; bug appeared in 0.3.50.
author Igor Sysoev <http://sysoev.ru>
date Wed, 15 Nov 2006 00:00:00 +0300
parents f3ec44f4a53b
children 6ae1357b7b7c
comparison
equal deleted inserted replaced
255:a13bad126e69 256:2e9c57a5e50a
1
2 Changes with nginx 0.4.13 15 Nov 2006
3
4 *) Feature: the "proxy_pass" directive may be used inside the
5 "limit_expect" block.
6
7 *) Feature: the "limit_expect" directive supports all WebDAV methods.
8
9 *) Bugfix: if the "add_before_body" directive was used without the
10 "add_after_body" directive, then an response did not transferred
11 complete.
12
13 *) Bugfix: a large request body did not receive if the epoll method and
14 the deferred accept() were used.
15
16 *) Bugfix: a charset could not be set for ngx_http_autoindex_module
17 responses; bug appeared in 0.3.50.
18
19 *) Bugfix: the "[alert] zero size buf" error when FastCGI server was
20 used;
21
22 *) Bugfix: the --group= configuration parameter was ignored.
23 Thanks to Thomas Moschny.
24
25 *) Bugfix: the 50th subrequest in SSI response did not work; bug
26 appeared in 0.3.50.
27
1 28
2 Changes with nginx 0.4.12 31 Oct 2006 29 Changes with nginx 0.4.12 31 Oct 2006
3 30
4 *) Feature: the ngx_http_perl_module supports the $r->variable method. 31 *) Feature: the ngx_http_perl_module supports the $r->variable method.
5 32
14 *) Feature: the POP3 proxy supports the AUTH LOGIN PLAIN and CRAM-MD5. 41 *) Feature: the POP3 proxy supports the AUTH LOGIN PLAIN and CRAM-MD5.
15 42
16 *) Feature: the ngx_http_perl_module supports the $r->allow_ranges 43 *) Feature: the ngx_http_perl_module supports the $r->allow_ranges
17 method. 44 method.
18 45
19 *) Bugfix: if the APOP was enabledi in the POP3 proxy, then the 46 *) Bugfix: if the APOP was enabled in the POP3 proxy, then the
20 USER/PASS commands might not work; bug appeared in 0.4.10. 47 USER/PASS commands might not work; bug appeared in 0.4.10.
21 48
22 49
23 Changes with nginx 0.4.10 23 Oct 2006 50 Changes with nginx 0.4.10 23 Oct 2006
24 51
25 *) Feature: the IMAP/POP3 proxy supports the APOP command. 52 *) Feature: the POP3 proxy supports the APOP command.
26 53
27 *) Bugfix: if the select, poll or /dev/poll methods were used, then 54 *) Bugfix: if the select, poll or /dev/poll methods were used, then
28 while waiting authentication server response the IMAP/POP3 proxy 55 while waiting authentication server response the IMAP/POP3 proxy
29 hogged CPU. 56 hogged CPU.
30 57