From 28ee64eb5666e0dff44f597e3791234cf2275ffd Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 10 Aug 2009 08:26:33 +0000 Subject: Changes with nginx 0.8.8 10 Aug 2009 *) Bugfix: in handling FastCGI headers split in records. *) Bugfix: a segmentation fault occurred in worker process, if a request was handled in two proxied or FastCGIed locations and a caching was enabled in the first location; the bug had appeared in 0.8.7. --- src/core/nginx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/nginx.h') diff --git a/src/core/nginx.h b/src/core/nginx.h index 41b3a8933..dc8d27138 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,8 +8,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 8007 -#define NGINX_VERSION "0.8.7" +#define nginx_version 8008 +#define NGINX_VERSION "0.8.8" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" -- cgit v1.2.1