comparison 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
comparison
equal deleted inserted replaced
1587:c2a0a18e65ba 1588:d8d0f0eb1129
1
2 Changes with nginx 1.9.6 27 Oct 2015
3
4 *) Bugfix: a segmentation fault might occur in a worker process when
5 using HTTP/2.
6 Thanks to Piotr Sikora and Denis Andzakovic.
7
8 *) Bugfix: the $server_protocol variable was empty when using HTTP/2.
9
10 *) Bugfix: backend SSL connections in the stream module might be timed
11 out unexpectedly.
12
13 *) Bugfix: a segmentation fault might occur in a worker process if
14 different ssl_session_cache settings were used in different virtual
15 servers.
16
17 *) Bugfix: nginx/Windows could not be built with MinGW gcc; the bug had
18 appeared in 1.9.4.
19 Thanks to Kouhei Sutou.
20
21 *) Bugfix: time was not updated when the timer_resolution directive was
22 used on Windows.
23
24 *) Miscellaneous minor fixes and improvements.
25 Thanks to Markus Linnala, Kurtis Nusbaum and Piotr Sikora.
26
1 27
2 Changes with nginx 1.9.5 22 Sep 2015 28 Changes with nginx 1.9.5 22 Sep 2015
3 29
4 *) Feature: the ngx_http_v2_module (replaces ngx_http_spdy_module). 30 *) Feature: the ngx_http_v2_module (replaces ngx_http_spdy_module).
5 Thanks to Dropbox and Automattic for sponsoring this work. 31 Thanks to Dropbox and Automattic for sponsoring this work.