summaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorNGINX team <nginx@nginx.org>2012-07-31 13:06:43 +0000
committerJon Kolb <jon@b0g.us>2012-07-31 13:06:43 +0000
commitc5f35ac53731b0475f8ec5a73ee6b9a9d8d3550d (patch)
treef039d046073909b1aff446135bf99b22310f0618 /src/core/nginx.h
parent2c96fd00bd0883a74d888dae3c90112cf6f02395 (diff)
downloadnginx-c5f35ac53731b0475f8ec5a73ee6b9a9d8d3550d.tar.gz
Changes with nginx 1.3.4 31 Jul 2012v1.3.4
*) Change: the "ipv6only" parameter is now turned on by default for listening IPv6 sockets. *) Feature: the Clang compiler support. *) Bugfix: extra listening sockets might be created. Thanks to Roman Odaisky. *) Bugfix: nginx/Windows might hog CPU if a worker process failed to start. Thanks to Ricardo Villalobos Guevara. *) Bugfix: the "proxy_pass_header", "fastcgi_pass_header", "scgi_pass_header", "uwsgi_pass_header", "proxy_hide_header", "fastcgi_hide_header", "scgi_hide_header", and "uwsgi_hide_header" directives might be inherited incorrectly. _______________________________________________ nginx-announce mailing list nginx-announce@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-announce
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 52f901d8e..9ab9bc53c 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1003003
-#define NGINX_VERSION "1.3.3"
+#define nginx_version 1003004
+#define NGINX_VERSION "1.3.4"
#define NGINX_VER "nginx/" NGINX_VERSION
#define NGINX_VAR "NGINX"