diff text/en/CHANGES @ 949:489b983ec7bc

nginx-1.5.3
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 30 Jul 2013 17:32:20 +0400
parents edc2c630ba62
children 56d316529451
line wrap: on
line diff
--- a/text/en/CHANGES	Tue Jul 30 14:34:45 2013 +0400
+++ b/text/en/CHANGES	Tue Jul 30 17:32:20 2013 +0400
@@ -1,4 +1,26 @@
 
+Changes with nginx 1.5.3                                         30 Jul 2013
+
+    *) Change in internal API: now u->length defaults to -1 if working with
+       backends in unbuffered mode.
+
+    *) Change: now after receiving an incomplete response from a backend
+       server nginx tries to send an available part of the response to a
+       client, and then closes client connection.
+
+    *) Bugfix: a segmentation fault might occur in a worker process if the
+       ngx_http_spdy_module was used with the "client_body_in_file_only"
+       directive.
+
+    *) Bugfix: the "so_keepalive" parameter of the "listen" directive might
+       be handled incorrectly on DragonFlyBSD.
+       Thanks to Sepherosa Ziehau.
+
+    *) Bugfix: in the ngx_http_xslt_filter_module.
+
+    *) Bugfix: in the ngx_http_sub_filter_module.
+
+
 Changes with nginx 1.5.2                                         02 Jul 2013
 
     *) Feature: now several "error_log" directives can be used.