comparison CHANGES @ 668:9fbf3ad94cbf NGINX_1_1_18

nginx 1.1.18 *) Change: keepalive connections are no longer disabled for Safari by default. *) Feature: the $connection_requests variable. *) Feature: $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd and $tcpinfo_rcv_space variables. *) Feature: the "worker_cpu_affinity" directive now works on FreeBSD. *) Feature: the "xslt_param" and "xslt_string_param" directives. Thanks to Samuel Behan. *) Bugfix: in configure tests. Thanks to Piotr Sikora. *) Bugfix: in the ngx_http_xslt_filter_module. *) Bugfix: nginx could not be built on Debian GNU/Hurd.
author Igor Sysoev <http://sysoev.ru>
date Wed, 28 Mar 2012 00:00:00 +0400
parents bf8b55a5ac89
children ad45b044f1e5
comparison
equal deleted inserted replaced
667:e0eabdb2bad1 668:9fbf3ad94cbf
1
2 Changes with nginx 1.1.18 28 Mar 2012
3
4 *) Change: keepalive connections are no longer disabled for Safari by
5 default.
6
7 *) Feature: the $connection_requests variable.
8
9 *) Feature: $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd and
10 $tcpinfo_rcv_space variables.
11
12 *) Feature: the "worker_cpu_affinity" directive now works on FreeBSD.
13
14 *) Feature: the "xslt_param" and "xslt_string_param" directives.
15 Thanks to Samuel Behan.
16
17 *) Bugfix: in configure tests.
18 Thanks to Piotr Sikora.
19
20 *) Bugfix: in the ngx_http_xslt_filter_module.
21
22 *) Bugfix: nginx could not be built on Debian GNU/Hurd.
23
1 24
2 Changes with nginx 1.1.17 15 Mar 2012 25 Changes with nginx 1.1.17 15 Mar 2012
3 26
4 *) Security: content of previously freed memory might be sent to a 27 *) Security: content of previously freed memory might be sent to a
5 client if backend returned specially crafted response. 28 client if backend returned specially crafted response.