comparison text/en/CHANGES-1.4 @ 1071:c4c7350041a0

nginx-1.4.5
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 11 Feb 2014 18:08:12 +0400
parents f7fe7da742c6
children fbb81cb6b012
comparison
equal deleted inserted replaced
1070:73b31b44d3a0 1071:c4c7350041a0
1
2 Changes with nginx 1.4.5 11 Feb 2014
3
4 *) Bugfix: the $ssl_session_id variable contained full session
5 serialized instead of just a session id.
6 Thanks to Ivan Ristić.
7
8 *) Bugfix: client connections might be immediately closed if deferred
9 accept was used; the bug had appeared in 1.3.15.
10
11 *) Bugfix: alerts "zero size buf in output" might appear in logs while
12 proxying; the bug had appeared in 1.3.9.
13
14 *) Bugfix: a segmentation fault might occur in a worker process if the
15 ngx_http_spdy_module was used.
16
17 *) Bugfix: proxied WebSocket connections might hang right after
18 handshake if the select, poll, or /dev/poll methods were used.
19
20 *) Bugfix: a timeout might occur while reading client request body in an
21 SSL connection using chunked transfer encoding.
22
23 *) Bugfix: memory leak in nginx/Windows.
24
1 25
2 Changes with nginx 1.4.4 19 Nov 2013 26 Changes with nginx 1.4.4 19 Nov 2013
3 27
4 *) Security: a character following an unescaped space in a request line 28 *) Security: a character following an unescaped space in a request line
5 was handled incorrectly (CVE-2013-4547); the bug had appeared in 29 was handled incorrectly (CVE-2013-4547); the bug had appeared in