comparison text/en/CHANGES-1.4 @ 1098:bc2a379c4cb6

nginx-1.5.12, nginx-1.4.7
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 18 Mar 2014 20:21:27 +0400
parents fbb81cb6b012
children
comparison
equal deleted inserted replaced
1097:eeb690d4212b 1098:bc2a379c4cb6
1
2 Changes with nginx 1.4.7 18 Mar 2014
3
4 *) Security: a heap memory buffer overflow might occur in a worker
5 process while handling a specially crafted request by
6 ngx_http_spdy_module, potentially resulting in arbitrary code
7 execution (CVE-2014-0133).
8 Thanks to Lucas Molas, researcher at Programa STIC, FundaciĆ³n Dr.
9 Manuel Sadosky, Buenos Aires, Argentina.
10
11 *) Bugfix: in the "fastcgi_next_upstream" directive.
12 Thanks to Lucas Molas.
13
1 14
2 Changes with nginx 1.4.6 04 Mar 2014 15 Changes with nginx 1.4.6 04 Mar 2014
3 16
4 *) Bugfix: the "client_max_body_size" directive might not work when 17 *) Bugfix: the "client_max_body_size" directive might not work when
5 reading a request body using chunked transfer encoding; the bug had 18 reading a request body using chunked transfer encoding; the bug had