diff options
author | NGINX team <nginx@nginx.org> | 2012-03-15 12:18:04 +0000 |
---|---|---|
committer | Jon Kolb <jon@b0g.us> | 2012-03-15 12:18:04 +0000 |
commit | fc2138af6a178a6ae68b2f35bfaf7017412954d4 (patch) | |
tree | ee4796f31a25a4ad38dcc0daaddf499df725a1e3 /src/core/nginx.h | |
parent | 516a27f60fbb43ad2ea44fce08c0925650843740 (diff) | |
download | nginx-fc2138af6a178a6ae68b2f35bfaf7017412954d4.tar.gz |
Changes with nginx 1.0.14 15 Mar 2012v1.0.14
*) Security: content of previously freed memory might be sent to a
client if backend returned specially crafted response.
Thanks to Matthew Daley.
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r-- | src/core/nginx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index fb67d43cb..dce94adfc 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1000013 -#define NGINX_VERSION "1.0.13" +#define nginx_version 1000014 +#define NGINX_VERSION "1.0.14" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |