diff CHANGES @ 268:a0c9f21ee120 NGINX_0_5_4

nginx 0.5.4 *) Feature: the "perl" directive may be used inside the "limit_except" block. *) Bugfix: the ngx_http_dav_module required the "Date" request header line for the DELETE method. *) Bugfix: if one only parameter was used in the "dav_access" directive, then nginx might report about configuration error. *) Bugfix: a segmentation fault might occur if the $host variable was used; bug appeared in 0.4.14.
author Igor Sysoev <http://sysoev.ru>
date Fri, 15 Dec 2006 00:00:00 +0300
parents 251bcd11a5b8
children 6eb1e38f0f1f
line wrap: on
line diff
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,19 @@
 
+Changes with nginx 0.5.4                                         15 Dec 2006
+
+    *) Feature: the "perl" directive may be used inside the "limit_except" 
+       block.
+
+    *) Bugfix: the ngx_http_dav_module required the "Date" request header 
+       line for the DELETE method.
+
+    *) Bugfix: if one only parameter was used in the "dav_access" 
+       directive, then nginx might report about configuration error.
+
+    *) Bugfix: a segmentation fault might occur if the $host variable was 
+       used; bug appeared in 0.4.14.
+
+
 Changes with nginx 0.5.3                                         13 Dec 2006
 
     *) Feature: the ngx_http_perl_module supports the $r->status,