comparison text/en/CHANGES-1.4 @ 944:0afa53d800c8

nginx-1.4.2
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 17 Jul 2013 17:26:03 +0400
parents 012feca3d85f
children d1fd983215f2
comparison
equal deleted inserted replaced
943:888b1074b39f 944:0afa53d800c8
1
2 Changes with nginx 1.4.2 17 Jul 2013
3
4 *) Bugfix: the $r->header_in() embedded perl method did not return value
5 of the "Cookie" and "X-Forwarded-For" request header lines; the bug
6 had appeared in 1.3.14.
7
8 *) Bugfix: nginx could not be built with the ngx_mail_ssl_module, but
9 without ngx_http_ssl_module; the bug had appeared in 1.3.14.
10
11 *) Bugfix: in the "proxy_set_body" directive.
12 Thanks to Lanshun Zhou.
13
14 *) Bugfix: the "fail_timeout" parameter of the "server" directive in the
15 "upstream" context might not work if "max_fails" parameter was used;
16 the bug had appeared in 1.3.0.
17
18 *) Bugfix: a segmentation fault might occur in a worker process if the
19 "ssl_stapling" directive was used.
20 Thanks to Piotr Sikora.
21
22 *) Bugfix: nginx/Windows might stop accepting connections if several
23 worker processes were used.
24
1 25
2 Changes with nginx 1.4.1 07 May 2013 26 Changes with nginx 1.4.1 07 May 2013
3 27
4 *) Security: a stack-based buffer overflow might occur in a worker 28 *) Security: a stack-based buffer overflow might occur in a worker
5 process while handling a specially crafted request, potentially 29 process while handling a specially crafted request, potentially