comparison text/en/CHANGES @ 1092:fbb81cb6b012

nginx-1.4.6, nginx-1.5.11
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 04 Mar 2014 19:09:02 +0400
parents 76debe31d417
children bc2a379c4cb6
comparison
equal deleted inserted replaced
1091:a5559708c3eb 1092:fbb81cb6b012
1
2 Changes with nginx 1.5.11 04 Mar 2014
3
4 *) Security: memory corruption might occur in a worker process on 32-bit
5 platforms while handling a specially crafted request by
6 ngx_http_spdy_module, potentially resulting in arbitrary code
7 execution (CVE-2014-0088); the bug had appeared in 1.5.10.
8 Thanks to Lucas Molas, researcher at Programa STIC, FundaciĆ³n Dr.
9 Manuel Sadosky, Buenos Aires, Argentina.
10
11 *) Feature: the $ssl_session_reused variable.
12
13 *) Bugfix: the "client_max_body_size" directive might not work when
14 reading a request body using chunked transfer encoding; the bug had
15 appeared in 1.3.9.
16 Thanks to Lucas Molas.
17
18 *) Bugfix: a segmentation fault might occur in a worker process when
19 proxying WebSocket connections.
20
21 *) Bugfix: a segmentation fault might occur in a worker process if the
22 ngx_http_spdy_module was used on 32-bit platforms; the bug had
23 appeared in 1.5.10.
24
25 *) Bugfix: the $upstream_status variable might contain wrong data if the
26 "proxy_cache_use_stale" or "proxy_cache_revalidate" directives were
27 used.
28 Thanks to Piotr Sikora.
29
30 *) Bugfix: a segmentation fault might occur in a worker process if
31 errors with code 400 were redirected to a named location using the
32 "error_page" directive.
33
34 *) Bugfix: nginx/Windows could not be built with Visual Studio 2013.
35
1 36
2 Changes with nginx 1.5.10 04 Feb 2014 37 Changes with nginx 1.5.10 04 Feb 2014
3 38
4 *) Feature: the ngx_http_spdy_module now uses SPDY 3.1 protocol. 39 *) Feature: the ngx_http_spdy_module now uses SPDY 3.1 protocol.
5 Thanks to Automattic and MaxCDN for sponsoring this work. 40 Thanks to Automattic and MaxCDN for sponsoring this work.