comparison src/core/nginx.h @ 535:80f7156c2965 NGINX_0_8_14

nginx 0.8.14 *) Bugfix: an expired cached response might stick in the "UPDATING" state. *) Bugfix: a segmentation fault might occur in worker process, if error_log was set to info or debug level. Thanks to Sergey Bochenkov. *) Bugfix: in embedded perl module; the bug had appeared in 0.8.11. *) Bugfix: an "error_page" directive did not redirect a 413 error; the bug had appeared in 0.6.10.
author Igor Sysoev <http://sysoev.ru>
date Mon, 07 Sep 2009 00:00:00 +0400
parents 1bc8c12d80ec
children 0161f3197817
comparison
equal deleted inserted replaced
534:441fbf722b8c 535:80f7156c2965
6 6
7 #ifndef _NGINX_H_INCLUDED_ 7 #ifndef _NGINX_H_INCLUDED_
8 #define _NGINX_H_INCLUDED_ 8 #define _NGINX_H_INCLUDED_
9 9
10 10
11 #define nginx_version 8013 11 #define nginx_version 8014
12 #define NGINX_VERSION "0.8.13" 12 #define NGINX_VERSION "0.8.14"
13 #define NGINX_VER "nginx/" NGINX_VERSION 13 #define NGINX_VER "nginx/" NGINX_VERSION
14 14
15 #define NGINX_VAR "NGINX" 15 #define NGINX_VAR "NGINX"
16 #define NGX_OLDPID_EXT ".oldbin" 16 #define NGX_OLDPID_EXT ".oldbin"
17 17