comparison CHANGES @ 140:55a211e5eeb7 NGINX_0_3_17

nginx 0.3.17 *) Change: now on Linux configure checks the presence of epoll and sendfile64() in kernel. *) Feature: the "map" directive supports domain names in the ".domain.tld" form. *) Bugfix: the timeouts were not used in SSL handshake; bug appeared in 0.2.4. *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive. *) Bugfix: when the HTTPS protocol was used in the "proxy_pass" directive the port 80 was used by default.
author Igor Sysoev <http://sysoev.ru>
date Sun, 18 Dec 2005 00:00:00 +0300
parents 8e6d4d96ec4c
children 84910468f6de
comparison
equal deleted inserted replaced
139:9cee8bc94578 140:55a211e5eeb7
1
2 Changes with nginx 0.3.17 18 Dec 2005
3
4 *) Change: now on Linux configure checks the presence of epoll and
5 sendfile64() in kernel.
6
7 *) Feature: the "map" directive supports domain names in the
8 ".domain.tld" form.
9
10 *) Bugfix: the timeouts were not used in SSL handshake.
11
12 *) Bugfix: in the HTTP protocol in the "proxy_pass" directive.
13
14 *) Bugfix: when the HTTP protocol was used in the "proxy_pass"
15 directive the port 80 was used by default.
16
1 17
2 Changes with nginx 0.3.16 16 Dec 2005 18 Changes with nginx 0.3.16 16 Dec 2005
3 19
4 *) Feature: the ngx_http_map_module. 20 *) Feature: the ngx_http_map_module.
5 21
111 127
112 *) Feature: the "$sent_http_..." variables. 128 *) Feature: the "$sent_http_..." variables.
113 129
114 *) Feature: the "if" directive supports the "=" and "!=" operations. 130 *) Feature: the "if" directive supports the "=" and "!=" operations.
115 131
116 *) Feature: the "proxy_set_body" directive supports the HTTPS protocol. 132 *) Feature: the "proxy_pass" directive supports the HTTPS protocol.
117 133
118 *) Feature: the "proxy_set_body" directive. 134 *) Feature: the "proxy_set_body" directive.
119 135
120 *) Feature: the "post_action" directive. 136 *) Feature: the "post_action" directive.
121 137