diff text/en/CHANGES @ 2829:1ecf0e0526da

nginx-1.21.6
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 25 Jan 2022 18:13:46 +0300
parents ae1d713a06e2
children cf7551842617
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,15 @@
 
+Changes with nginx 1.21.6                                        25 Jan 2022
+
+    *) Bugfix: when using EPOLLEXCLUSIVE on Linux client connections were
+       unevenly distributed among worker processes.
+
+    *) Bugfix: nginx returned the "Connection: keep-alive" header line in
+       responses during graceful shutdown of old worker processes.
+
+    *) Bugfix: in the "ssl_session_ticket_key" when using TLSv1.3.
+
+
 Changes with nginx 1.21.5                                        28 Dec 2021
 
     *) Change: now nginx is built with the PCRE2 library by default.