diff text/en/CHANGES @ 24:6e597904e24a

nginx-1.1.4, upstream persistent connections.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 20 Sep 2011 11:21:02 +0000
parents 9d3403f5204d
children c1899b2ac93e
line wrap: on
line diff
--- a/text/en/CHANGES	Wed Sep 14 18:53:41 2011 +0000
+++ b/text/en/CHANGES	Tue Sep 20 11:21:02 2011 +0000
@@ -1,4 +1,26 @@
 
+Changes with nginx 1.1.4                                         20 Sep 2011
+
+    *) Feature: the ngx_http_upstream_keepalive module.
+
+    *) Feature: the "proxy_http_version" directive.
+
+    *) Feature: the "fastcgi_keep_conn" directive.
+
+    *) Feature: the "worker_aio_requests" directive.
+
+    *) Bugfix: if nginx was built --with-file-aio it could not be run on
+       Linux kernel which did not support AIO.
+
+    *) Bugfix: in Linux AIO error processing.
+       Thanks to Hagai Avrahami.
+
+    *) Bugfix: reduced memory consumption for long-lived requests.
+
+    *) Bugfix: the module ngx_http_mp4_module did not support 64-bit MP4
+       "co64" atom.
+
+
 Changes with nginx 1.1.3                                         14 Sep 2011
 
     *) Feature: the module ngx_http_mp4_module.