summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-09-14 13:17:53 +0000
committerJonathan Kolb <jon@b0g.us>2009-09-14 13:17:53 +0000
commit3ce4dadff2fea7a5ffb40809ff4ea7b4984218b7 (patch)
treeabc64b864842c5e7f168e60b8c7e88813707538a /src/core
parent8863dd8559a49fd8a748aa5f37b03c45e369436f (diff)
downloadnginx-0.5.tar.gz
Changes with nginx 0.5.38 14 Sep 2009v0.5.38nginx-0.5
*) Security: a segmentation fault might occur in worker process while specially crafted request handling. Thanks to Chris Ries. *) Bugfix: a segmentation fault might occur in worker process, if error_log was set to info or debug level. Thanks to Sergey Bochenkov.
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 bba9e751b..0ac7ea028 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VERSION "0.5.37"
+#define NGINX_VERSION "0.5.38"
#define NGINX_VER "nginx/" NGINX_VERSION
#define NGINX_VAR "NGINX"