From 7e932d6a50efe3e750cc87f0729cad6ab75aad9f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 12 Nov 2004 14:35:09 +0000 Subject: nginx-0.1.7-RELEASE import *) Bugfix: on FreeBSD the segmentation fault may occur if the size of the transferred file was changed; the bug had appeared in 0.1.5. --- src/core/nginx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/nginx.h b/src/core/nginx.h index a8c5ca1ba..529c43da5 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VER "nginx/0.1.6" +#define NGINX_VER "nginx/0.1.7" #define NGINX_VAR "NGINX" #define NGX_NEWPID_EXT ".newbin" -- cgit