diff 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
line wrap: on
line diff
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,19 @@
+
+Changes with nginx 0.3.17                                        18 Dec 2005
+
+    *) 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.
+
+    *) Bugfix: in the HTTP protocol in the "proxy_pass" directive.
+
+    *) Bugfix: when the HTTP protocol was used in the "proxy_pass" 
+       directive the port 80 was used by default.
+
 
 Changes with nginx 0.3.16                                        16 Dec 2005
 
@@ -113,7 +129,7 @@ Changes with nginx 0.3.10               
 
     *) Feature: the "if" directive supports the "=" and "!=" operations.
 
-    *) Feature: the "proxy_set_body" directive supports the HTTPS protocol.
+    *) Feature: the "proxy_pass" directive supports the HTTPS protocol.
 
     *) Feature: the "proxy_set_body" directive.