comparison CHANGES @ 132:91372f004adf NGINX_0_3_13

nginx 0.3.13 *) Feature: the IMAP/POP3 proxy supports STARTTLS and STLS. *) Bugfix: the IMAP/POP3 proxy did not work with the select, poll, and /dev/poll methods. *) Bugfix: in SSI handling. *) Bugfix: now Solaris sendfilev() is not used to transfer the client request body to FastCGI-server via the unix domain socket. *) Bugfix: the "auth_basic" directive did not disable the authorization; bug appeared in 0.3.11.
author Igor Sysoev <http://sysoev.ru>
date Mon, 05 Dec 2005 00:00:00 +0300
parents 82d695e3d662
children 1898c6d03d90
comparison
equal deleted inserted replaced
131:add6b1e86d38 132:91372f004adf
1
2 Changes with nginx 0.3.13 05 Dec 2005
3
4 *) Feature: the IMAP/POP3 proxy supports STARTTLS and STLS.
5
6 *) Bugfix: the IMAP/POP3 proxy did not work with the select, poll, and
7 /dev/poll methods.
8
9 *) Bugfix: in SSI handling.
10
11 *) Bugfix: now Solaris sendfilev() is not used to transfer the client
12 request body to FastCGI-server via the unix domain socket.
13
14 *) Bugfix: the "auth_basic" directive did not disable the
15 authorization; bug appeared in 0.3.11.
16
1 17
2 Changes with nginx 0.3.12 26 Nov 2005 18 Changes with nginx 0.3.12 26 Nov 2005
3 19
4 *) Security: if nginx was built with the ngx_http_realip_module and the 20 *) Security: if nginx was built with the ngx_http_realip_module and the
5 "satisfy_any on" directive was used, then access and authorization 21 "satisfy_any on" directive was used, then access and authorization