diff options
author | NGINX team <nginx@nginx.org> | 2012-09-12 11:05:53 +0000 |
---|---|---|
committer | Jon Kolb <jon@b0g.us> | 2012-09-12 11:05:53 +0000 |
commit | b4d1d3eec8e8bf9edf4feb5e3caf49fffffb5267 (patch) | |
tree | 0fa666325c9ee73c156f079fd9615f37edafabd8 /src/core/nginx.h | |
parent | 36abb5aeb0daa0ff0d466378025584765b73e047 (diff) | |
download | nginx-b4d1d3eec8e8bf9edf4feb5e3caf49fffffb5267.tar.gz |
Changes with nginx 1.3.6 12 Sep 2012v1.3.6
*) Feature: the ngx_http_gunzip_filter_module.
*) Feature: the "memcached_gzip_flag" directive.
*) Feature: the "always" parameter of the "gzip_static" directive.
*) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14.
Thanks to Charles Chen.
*) Bugfix: nginx could not be built by gcc 4.7 with -O2 optimization if
the --with-ipv6 option was used.
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 a0a15012b..d09b5763b 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1003005 -#define NGINX_VERSION "1.3.5" +#define nginx_version 1003006 +#define NGINX_VERSION "1.3.6" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |