comparison text/en/CHANGES @ 1033:532f9f7bc17f

nginx-1.5.8
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 17 Dec 2013 18:04:18 +0400
parents f7fe7da742c6
children b08143db5fea
comparison
equal deleted inserted replaced
1032:8ca2aeddf4fe 1033:532f9f7bc17f
1
2 Changes with nginx 1.5.8 17 Dec 2013
3
4 *) Feature: IPv6 support in resolver.
5
6 *) Feature: the "listen" directive supports the "fastopen" parameter.
7 Thanks to Mathew Rodley.
8
9 *) Feature: SSL support in the ngx_http_uwsgi_module.
10 Thanks to Roberto De Ioris.
11
12 *) Feature: vim syntax highlighting scripts were added to contrib.
13 Thanks to Evan Miller.
14
15 *) Bugfix: a timeout might occur while reading client request body in an
16 SSL connection using chunked transfer encoding.
17
18 *) Bugfix: the "master_process" directive did not work correctly in
19 nginx/Windows.
20
21 *) Bugfix: the "setfib" parameter of the "listen" directive might not
22 work.
23
24 *) Bugfix: in the ngx_http_spdy_module.
25
1 26
2 Changes with nginx 1.5.7 19 Nov 2013 27 Changes with nginx 1.5.7 19 Nov 2013
3 28
4 *) Security: a character following an unescaped space in a request line 29 *) Security: a character following an unescaped space in a request line
5 was handled incorrectly (CVE-2013-4547); the bug had appeared in 30 was handled incorrectly (CVE-2013-4547); the bug had appeared in