comparison text/en/CHANGES @ 1573:21138bfbaf5f

nginx-1.9.5
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 22 Sep 2015 18:10:27 +0300
parents b039a03a17fb
children d8d0f0eb1129
comparison
equal deleted inserted replaced
1572:8df0327a1c87 1573:21138bfbaf5f
1
2 Changes with nginx 1.9.5 22 Sep 2015
3
4 *) Feature: the ngx_http_v2_module (replaces ngx_http_spdy_module).
5 Thanks to Dropbox and Automattic for sponsoring this work.
6
7 *) Change: now the "output_buffers" directive uses two buffers by
8 default.
9
10 *) Change: now nginx limits subrequests recursion, not simultaneous
11 subrequests.
12
13 *) Change: now nginx checks the whole cache key when returning a
14 response from cache.
15 Thanks to Gena Makhomed and Sergey Brester.
16
17 *) Bugfix: "header already sent" alerts might appear in logs when using
18 cache; the bug had appeared in 1.7.5.
19
20 *) Bugfix: "writev() failed (4: Interrupted system call)" errors might
21 appear in logs when using CephFS and the "timer_resolution" directive
22 on Linux.
23
24 *) Bugfix: in invalid configurations handling.
25 Thanks to Markus Linnala.
26
27 *) Bugfix: a segmentation fault occurred in a worker process if the
28 "sub_filter" directive was used at http level; the bug had appeared
29 in 1.9.4.
30
1 31
2 Changes with nginx 1.9.4 18 Aug 2015 32 Changes with nginx 1.9.4 18 Aug 2015
3 33
4 *) Change: the "proxy_downstream_buffer" and "proxy_upstream_buffer" 34 *) Change: the "proxy_downstream_buffer" and "proxy_upstream_buffer"
5 directives of the stream module are replaced with the 35 directives of the stream module are replaced with the