From 3186bf5369de4cf95bbfbeffc1838c4e23fba3c1 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 3 Jul 2006 16:49:20 +0000 Subject: nginx-0.3.52-RELEASE import *) Change: the ngx_http_index_module behavior for the "POST /" requests is reverted to the 0.3.40 version state: the module now does not return the 405 error. *) Bugfix: the worker process may got caught in an endless loop if the limit rate was used; the bug had appeared in 0.3.37. *) Bugfix: ngx_http_charset_module logged "unknown charset" alert, even if the recoding was not needed; the bug had appeared in 0.3.50. *) Bugfix: if a code response of the PUT request was 409, then a temporary file was not removed. --- src/core/nginx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/nginx.h') diff --git a/src/core/nginx.h b/src/core/nginx.h index 91b6af221..ad8c76838 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VER "nginx/0.3.51" +#define NGINX_VER "nginx/0.3.52" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" -- cgit