Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-11-10 10:44:53 +0300
committerIgor Sysoev <igor@sysoev.ru>2005-11-10 10:44:53 +0300
commit3fc6f64bd297de220faab0f0c7abe8b67e1b870f (patch)
tree8fdface7f137ed5c2fe4f7a090b0db63fa1d9c3b /src/core
parent75c1903fbf831515eb8fc7c612edee564f915f9c (diff)
nginx-0.3.9-RELEASE importrelease-0.3.9
*) Bugfix: nginx considered URI as unsafe if two any symbols was between two slashes; the bug had appeared in 0.3.8.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/nginx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h
index 966d405b0..c498e0719 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.8"
+#define NGINX_VER "nginx/0.3.9"
#define NGINX_VAR "NGINX"
#define NGX_OLDPID_EXT ".oldbin"