diff text/en/CHANGES @ 2336:702e7aaf188f

nginx-1.15.9
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 26 Feb 2019 18:47:43 +0300
parents bff6da10f841
children 3ef39edf4836
line wrap: on
line diff
--- a/text/en/CHANGES
+++ b/text/en/CHANGES
@@ -1,4 +1,20 @@
 
+Changes with nginx 1.15.9                                        26 Feb 2019
+
+    *) Feature: variables support in the "ssl_certificate" and
+       "ssl_certificate_key" directives.
+
+    *) Feature: the "poll" method is now available on Windows when using
+       Windows Vista or newer.
+
+    *) Bugfix: if the "select" method was used on Windows and an error
+       occurred while establishing a backend connection, nginx waited for
+       the connection establishment timeout to expire.
+
+    *) Bugfix: the "proxy_upload_rate" and "proxy_download_rate" directives
+       in the stream module worked incorrectly when proxying UDP datagrams.
+
+
 Changes with nginx 1.15.8                                        25 Dec 2018
 
     *) Feature: the $upstream_bytes_sent variable.