comparison src/core/nginx.h @ 510:31b936646211 NGINX_0_7_67

nginx 0.7.67 *) Security: nginx/Windows worker might be terminated abnormally if a requested file name has invalid UTF-8 encoding.
author Igor Sysoev <http://sysoev.ru>
date Tue, 15 Jun 2010 00:00:00 +0400
parents 68c0ae0a4959
children e1f4748dc78e
comparison
equal deleted inserted replaced
509:b875e7d99b59 510:31b936646211
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 7066 11 #define nginx_version 7067
12 #define NGINX_VERSION "0.7.66" 12 #define NGINX_VERSION "0.7.67"
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