diff text/en/CHANGES @ 612:c9d21d180e6a

nginx-1.3.4
author Ruslan Ermilov <ru@nginx.com>
date Tue, 31 Jul 2012 12:59:19 +0000
parents 22c22895a614
children 26613f012ec8
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Jul 31 11:37:10 2012 +0000
+++ b/text/en/CHANGES	Tue Jul 31 12:59:19 2012 +0000
@@ -1,4 +1,24 @@
 
+Changes with nginx 1.3.4                                         31 Jul 2012
+
+    *) 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.
+
+
 Changes with nginx 1.3.3                                         10 Jul 2012
 
     *) Feature: entity tags support and the "etag" directive.