diff text/en/CHANGES-1.10 @ 1895:46cda296d844

nginx-1.10.3
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 31 Jan 2017 18:08:45 +0300
parents fb917c9c57af
children
line wrap: on
line diff
--- a/text/en/CHANGES-1.10	Thu Jan 26 18:29:48 2017 +0300
+++ b/text/en/CHANGES-1.10	Tue Jan 31 18:08:45 2017 +0300
@@ -1,4 +1,33 @@
 
+Changes with nginx 1.10.3                                        31 Jan 2017
+
+    *) Bugfix: in the "add_after_body" directive when used with the
+       "sub_filter" directive.
+
+    *) Bugfix: unix domain listen sockets might not be inherited during
+       binary upgrade on Linux.
+
+    *) Bugfix: graceful shutdown of old worker processes might require
+       infinite time when using HTTP/2.
+
+    *) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
+       directives client request body might be corrupted; the bug had
+       appeared in 1.10.2.
+
+    *) Bugfix: a segmentation fault might occur in a worker process when
+       using HTTP/2; the bug had appeared in 1.10.2.
+
+    *) Bugfix: an incorrect response might be returned when using the
+       "sendfile" directive on FreeBSD and macOS; the bug had appeared in
+       1.7.8.
+
+    *) Bugfix: a truncated response might be stored in cache when using the
+       "aio_write" directive.
+
+    *) Bugfix: a socket leak might occur when using the "aio_write"
+       directive.
+
+
 Changes with nginx 1.10.2                                        18 Oct 2016
 
     *) Change: the "421 Misdirected Request" response now used when