summaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-10 16:10:45 +0000
committerJonathan Kolb <jon@b0g.us>2006-10-10 16:10:45 +0000
commit3c7373afd0117d9196e264d7a6a732c703d62c1c (patch)
treeb74a138028fe7c94dde99b199318a5c8ee43b337 /src/core/nginx.h
parent3d565750a763f163a008160380b44853e146c511 (diff)
downloadnginx-0.4.7.tar.gz
Changes with nginx 0.4.7 10 Oct 2006v0.4.7
*) Feature: the ngx_http_flv_module. *) Feature: the $request_body_file variable. *) Feature: the "charset" and "source_charset" directives support the variables. *) Bugfix: if before an "include" SSI command with an "wait" parameter were yet another "include" SSI command, then the "wait" parameter might not work. *) Bugfix: if the "proxy_buffering off" directive was used or while working with memcached the connections might not be closed on timeout. *) Bugfix: nginx did not run on 64-bit platforms except amd64, sparc64, and ppc64.
Diffstat (limited to 'src/core/nginx.h')
-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 707a07168..486d5a8f9 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VER "nginx/0.4.6"
+#define NGINX_VER "nginx/0.4.7"
#define NGINX_VAR "NGINX"
#define NGX_OLDPID_EXT ".oldbin"