diff text/en/CHANGES @ 1588:d8d0f0eb1129

nginx-1.9.6
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 27 Oct 2015 17:09:02 +0300
parents 21138bfbaf5f
children ba521d29863b
line wrap: on
line diff
--- a/text/en/CHANGES	Mon Oct 26 22:18:06 2015 +0300
+++ b/text/en/CHANGES	Tue Oct 27 17:09:02 2015 +0300
@@ -1,4 +1,30 @@
 
+Changes with nginx 1.9.6                                         27 Oct 2015
+
+    *) Bugfix: a segmentation fault might occur in a worker process when
+       using HTTP/2.
+       Thanks to Piotr Sikora and Denis Andzakovic.
+
+    *) Bugfix: the $server_protocol variable was empty when using HTTP/2.
+
+    *) Bugfix: backend SSL connections in the stream module might be timed
+       out unexpectedly.
+
+    *) Bugfix: a segmentation fault might occur in a worker process if
+       different ssl_session_cache settings were used in different virtual
+       servers.
+
+    *) Bugfix: nginx/Windows could not be built with MinGW gcc; the bug had
+       appeared in 1.9.4.
+       Thanks to Kouhei Sutou.
+
+    *) Bugfix: time was not updated when the timer_resolution directive was
+       used on Windows.
+
+    *) Miscellaneous minor fixes and improvements.
+       Thanks to Markus Linnala, Kurtis Nusbaum and Piotr Sikora.
+
+
 Changes with nginx 1.9.5                                         22 Sep 2015
 
     *) Feature: the ngx_http_v2_module (replaces ngx_http_spdy_module).