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-05-16 17:53:20 +0400
committerIgor Sysoev <igor@sysoev.ru>2005-05-16 17:53:20 +0400
commitd52477ff6da227552cd77ffcdf19941d5005ca13 (patch)
treeb075a90c87e64b29770391ebcd0070c9bd208f5f /src/core
parentd5d6b6bc3bfa5198f9ca7412b17feddaa348d1c6 (diff)
nginx-0.1.31-RELEASE importrelease-0.1.31
*) Bugfix: the response encrypted by SSL may not transferred complete. *) Bugfix: errors while processing FastCGI response by SSI. *) Bugfix: errors while using SSI and gzipping. *) Bugfix: the redirect with the 301 code was transferred without response body; the bug had appeared in 0.1.30.
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 dc1e14337..44c870bed 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VER "nginx/0.1.30"
+#define NGINX_VER "nginx/0.1.31"
#define NGINX_VAR "NGINX"
#define NGX_NEWPID_EXT ".newbin"