comparison text/en/CHANGES @ 1206:c61cccf4fad6

nginx-1.7.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 27 May 2014 18:05:59 +0400
parents 525190b17193
children 7dd620e507c3
comparison
equal deleted inserted replaced
1205:aab8a1667171 1206:c61cccf4fad6
1
2 Changes with nginx 1.7.1 27 May 2014
3
4 *) Feature: the "$upstream_cookie_..." variables.
5
6 *) Feature: the $ssl_client_fingerprint variable.
7
8 *) Feature: the "error_log" and "access_log" directives now support
9 logging to syslog.
10
11 *) Feature: the mail proxy now logs client port on connect.
12
13 *) Bugfix: memory leak if the "ssl_stapling" directive was used.
14 Thanks to Filipe da Silva.
15
16 *) Bugfix: the "alias" directive used inside a location given by a
17 regular expression worked incorrectly if the "if" or "limit_except"
18 directives were used.
19
20 *) Bugfix: the "charset" directive did not set a charset to encoded
21 backend responses.
22
23 *) Bugfix: a "proxy_pass" directive without URI part might use original
24 request after the $args variable was set.
25 Thanks to Yichun Zhang.
26
27 *) Bugfix: in the "none" parameter in the "smtp_auth" directive; the bug
28 had appeared in 1.5.6.
29 Thanks to Svyatoslav Nikolsky.
30
31 *) Bugfix: if sub_filter and SSI were used together, then responses
32 might be transferred incorrectly.
33
34 *) Bugfix: nginx could not be built with the --with-file-aio option on
35 Linux/aarch64.
36
1 37
2 Changes with nginx 1.7.0 24 Apr 2014 38 Changes with nginx 1.7.0 24 Apr 2014
3 39
4 *) Feature: backend SSL certificate verification. 40 *) Feature: backend SSL certificate verification.
5 41