summaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-11-14 15:42:44 +0000
committerJonathan Kolb <jon@b0g.us>2011-11-14 15:42:44 +0000
commitfe0ffd542b079021418c77ba3281df919ed1bf71 (patch)
tree7e8222ce923ee4353714a2018c27b1fc72bb42cb /src/core/nginx.h
parent156a15693d0135dc47addb295c1519cf9d29abf9 (diff)
downloadnginx-fe0ffd542b079021418c77ba3281df919ed1bf71.tar.gz
Changes with nginx 1.1.8 14 Nov 2011v1.1.8
*) Change: the ngx_http_limit_zone_module was renamed to the ngx_http_limit_conn_module. *) Change: the "limit_zone" directive was superseded by the "limit_conn_zone" directive with a new syntax. *) Feature: support for multiple "limit_conn" limits on the same level. *) Feature: the "image_filter_sharpen" directive. *) Bugfix: a segmentation fault might occur in a worker process if resolver got a big DNS response. Thanks to Ben Hawkes. *) Bugfix: in cache key calculation if internal MD5 implementation was used; the bug had appeared in 1.0.4. *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request header lines might be passed to backend while caching; or not passed without caching if caching was enabled in another part of the configuration. *) Bugfix: the module ngx_http_mp4_module sent incorrect "Content-Length" response header line if the "start" argument was used. Thanks to Piotr Sikora.
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r--src/core/nginx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h
index 631b83f76..4b8badc02 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1001007
-#define NGINX_VERSION "1.1.7"
+#define nginx_version 1001008
+#define NGINX_VERSION "1.1.8"
#define NGINX_VER "nginx/" NGINX_VERSION
#define NGINX_VAR "NGINX"