comparison text/en/CHANGES @ 1292:bb18e3bd3fb9

nginx-1.7.5, nginx-1.6.2
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 16 Sep 2014 17:20:27 +0400
parents f6d12250cda5
children c365080bd00a
comparison
equal deleted inserted replaced
1291:d7740f42b00a 1292:bb18e3bd3fb9
1
2 Changes with nginx 1.7.5 16 Sep 2014
3
4 *) Security: it was possible to reuse SSL sessions in unrelated contexts
5 if a shared SSL session cache or the same TLS session ticket key was
6 used for multiple "server" blocks (CVE-2014-3616).
7 Thanks to Antoine Delignat-Lavaud.
8
9 *) Change: now the "stub_status" directive does not require a parameter.
10
11 *) Feature: the "always" parameter of the "add_header" directive.
12
13 *) Feature: the "proxy_next_upstream_tries",
14 "proxy_next_upstream_timeout", "fastcgi_next_upstream_tries",
15 "fastcgi_next_upstream_timeout", "memcached_next_upstream_tries",
16 "memcached_next_upstream_timeout", "scgi_next_upstream_tries",
17 "scgi_next_upstream_timeout", "uwsgi_next_upstream_tries", and
18 "uwsgi_next_upstream_timeout" directives.
19
20 *) Bugfix: in the "if" parameter of the "access_log" directive.
21
22 *) Bugfix: in the ngx_http_perl_module.
23 Thanks to Piotr Sikora.
24
25 *) Bugfix: the "listen" directive of the mail proxy module did not allow
26 to specify more than two parameters.
27
28 *) Bugfix: the "sub_filter" directive did not work with a string to
29 replace consisting of a single character.
30
31 *) Bugfix: requests might hang if resolver was used and a timeout
32 occurred during a DNS request.
33
34 *) Bugfix: in the ngx_http_spdy_module when using with AIO.
35
36 *) Bugfix: a segmentation fault might occur in a worker process if the
37 "set" directive was used to change the "$http_...", "$sent_http_...",
38 or "$upstream_http_..." variables.
39
40 *) Bugfix: in memory allocation error handling.
41 Thanks to Markus Linnala and Feng Gu.
42
1 43
2 Changes with nginx 1.7.4 05 Aug 2014 44 Changes with nginx 1.7.4 05 Aug 2014
3 45
4 *) Security: pipelined commands were not discarded after STARTTLS 46 *) Security: pipelined commands were not discarded after STARTTLS
5 command in SMTP proxy (CVE-2014-3556); the bug had appeared in 1.5.6. 47 command in SMTP proxy (CVE-2014-3556); the bug had appeared in 1.5.6.